Commit Graph

23 Commits

Author SHA1 Message Date
rick
54753c8b43 add an integration test to prove #668 works 2015-09-17 15:03:11 -06:00
rick
416eb2880c wrap the common behavior in requireInRepo() 2015-09-08 10:23:27 -06:00
rick
43e9f379ce fix behavior of 7 commands when run outside git repo 2015-09-08 09:29:53 -06:00
Steve Streeting
75a911503e Fix error 2015-08-21 15:18:26 +01:00
Steve Streeting
39676192da Make ref resolution return a complete Ref rather than just SHA, & test 2015-08-20 15:36:10 +01:00
Rick Olson
9b8fa2f9fc fix ls-files so it doesnt list deleted objects 2015-07-06 11:33:30 -06:00
Rick Olson
548080154f add options object to ref scanner 2015-07-05 12:18:03 -06:00
Rick Olson
d678d4bf33 update import paths 2015-05-25 12:20:50 -06:00
rubyist
6f549a3a11 lfs.Scan() => lfs.ScanRefs() 2015-04-29 13:27:40 -04:00
rubyist
0cacca1bbc Move pointer and scanner packages into lfs
This refactoring will make a number of things easier. These didn't
really need to be in their own packages. Having them separate packages,
there are a few refactorings I've tried to do that end up with circular
dependencies due to things outside of `lfs` depending on `lfs`. Pushing
these into `lfs` makes refactoring simpler.
2015-04-23 12:20:36 -04:00
Rick Olson
e37b695477 rename hawser => git-lfs 2015-03-19 13:30:55 -06:00
rubyist
82df4a7942 Update ls files 2015-01-30 14:42:46 -05:00
Rick Olson
928000feab updating go import paths 2015-01-30 14:08:47 -05:00
rubyist
4b681fecc6 Simplify current branch/remote finding, fix bug in branch finding, add a status test 2014-10-28 15:22:38 -04:00
rubyist
4f84e07a1b Make push use the scanner 2014-10-20 14:49:15 -04:00
rubyist
90da72934a Clean up a few code things 2014-10-11 10:28:46 -04:00
rubyist
921ffd8c20 Track file names when scanning files 2014-10-08 09:04:07 -04:00
rubyist
014d35e6b7 Show names again on ls-files 2014-10-07 13:05:09 -04:00
rubyist
a0ff519216 Rework scanner with channels, saves huge memory. Needs clean up and error handling. 2014-10-07 11:16:54 -04:00
rubyist
3b13dbfb19 ls-files will use a scanner and honor the current branch, or take a branch on the command line 2014-10-03 12:17:26 -04:00
rubyist
b925e8769f Unbreak ls-files 2014-09-23 12:20:26 -04:00
rubyist
edd94a3450 Consolidate pointer link functions, simplify push 2014-09-23 12:06:29 -04:00
rubyist
069e96f179 git media ls-files command
This will trawl through .git/media/objects and list out the files we know about.
2014-09-22 17:26:43 -04:00