Commit Graph

16 Commits

Author SHA1 Message Date
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