Commit Graph

12 Commits

Author SHA1 Message Date
Lars Schneider
4a686891fa git: use wrapper functions to call Git with Git LFS disabled
The only side effect of this refactoring should be that the Git LFS
is disabled for the Git subprocess. No other functional changes are
intended.
2017-08-21 13:37:48 +02:00
Taylor Blau
182b411d6a git,lfs: make *git.RevListScanner take Include, Exclude []string 2017-06-08 11:22:30 -06:00
Taylor Blau
1927e28b35 git: teach opt.Reverse to *git.RevListScanner 2017-06-01 16:21:26 -06:00
Taylor Blau
23173cfd66 git: teach opt.WorkingDir to *git.RevListScanner 2017-06-01 16:21:21 -06:00
Taylor Blau
c5b7010e8a git/rev_list_scanner: teach CommitsOnly option 2017-05-25 09:44:56 -06:00
Taylor Blau
f4e7b3ba2d git/rev_list_scanner: extract RevListOrder.Flag() 2017-05-24 16:54:12 -06:00
Taylor Blau
a81a7ea27b git/rev_list_scanner: add --topo-order 2017-05-24 16:38:50 -06:00
Taylor Blau
2c94f86a60 git/rev_list_scanner: add --author-order 2017-05-24 16:38:38 -06:00
Taylor Blau
b1c5fe3547 git/rev_list_scanner: add --date-order 2017-05-24 16:38:08 -06:00
Taylor Blau
1411026b7b git/rev_list_scanner: allow specifying order to git-rev-list(1) 2017-05-24 16:37:30 -06:00
Taylor Blau
f7127717d6 git,lfs: inline RevListObject type into OID(), Name() 2017-05-24 13:52:01 -06:00
Taylor Blau
07ecd45397 git,lfs: extract git.RevListScanner 2017-05-24 12:54:32 -06:00