Conversation

This Tweet is from a suspended account. Learn more
Replying to and
Like a recursive grep but it understands what's not part of the source tree and can be used on any commit, etc. rather than simply what you have checked out at the moment. It's quite useful simply for not looking in .git, build output, etc. without excluding that stuff.
1
1
This Tweet is from a suspended account. Learn more
This Tweet is from a suspended account. Learn more
Replying to and
I don't mind repo because it's simply a text file describing repositories via branch, tag, revision, etc. and it's nice to deal with for overriding repositories and so on. It essentially works like submodules if you reference things via revision which you do for a release.
2
Show replies
This Tweet is from a suspended account. Learn more
Replying to and
That's why I bring up repo. That's built for AOSP which is a source tree for far more than the OS. It also has the SDK, massive test suites and many other things. A lot of projects are externally developed with their own Git histories and it's meant to handle forks well, etc.
1
Show replies