git-lfs/commands
2016-12-28 11:29:54 -07:00
..
command_checkout.go no need to keep a filter var around 2016-12-14 15:35:58 -07:00
command_clean.go update package imports 2016-11-15 10:01:18 -07:00
command_clone.go Teach gitscanner how to filter in ScanTree() 2016-12-06 16:52:28 -07:00
command_env.go update package imports 2016-11-15 10:01:18 -07:00
command_ext.go update package imports 2016-11-15 10:01:18 -07:00
command_fetch.go Merge branch 'master' into gitscanner/checkout 2016-12-16 10:28:20 -07:00
command_filter_process.go commands/fp: sort of pluralize "file(s)" 2016-12-23 12:00:52 -07:00
command_fsck.go rewrite fsck command to use gitscanner api 2016-11-29 13:56:47 -07:00
command_install.go fix problems running 'install' in a root dir 2016-11-30 13:56:22 -07:00
command_lock.go Add lock tests and tweak cache to store entire locks 2016-12-12 10:26:12 +00:00
command_locks.go Add lock tests and tweak cache to store entire locks 2016-12-12 10:26:12 +00:00
command_logs.go update package imports 2016-11-15 10:01:18 -07:00
command_ls_files.go Remove unused callback arg on ScanTree() 2016-12-14 10:53:34 -07:00
command_pointer.go update package imports 2016-11-15 10:01:18 -07:00
command_pre_push.go commands/pre-push: use findLocks helper 2016-12-28 11:29:54 -07:00
command_prune.go lfs,commands: remove lfs.NewDownloadable() in favor of commands.downloadTransfer 2016-12-15 13:21:17 -07:00
command_pull.go fix some merge conflicts 2016-12-16 10:35:38 -07:00
command_push.go introduce gitscanner callbacks to ScanAll(), ScanRef(), ScanRefWithDeleted(), ScanRefRange(), and ScanLeftToRemote() 2016-11-29 13:04:05 -07:00
command_smudge.go commands,lfs: teach lfs.DecodeFrom to return an io.Reader 2016-12-23 12:16:57 -07:00
command_status.go introduce gitscanner callbacks to ScanAll(), ScanRef(), ScanRefWithDeleted(), ScanRefRange(), and ScanLeftToRemote() 2016-11-29 13:04:05 -07:00
command_track.go introduce version of FastWalkGitRepo that takes a callback 2016-11-22 15:28:16 -07:00
command_uninstall.go fix problems running 'install' in a root dir 2016-11-30 13:56:22 -07:00
command_unlock.go Add Close func to lock Client to save cache 2016-12-12 10:26:12 +00:00
command_untrack.go update package imports 2016-11-15 10:01:18 -07:00
command_update.go update package imports 2016-11-15 10:01:18 -07:00
command_version.go update package imports 2016-11-15 10:01:18 -07:00
commands_test.go update package imports 2016-11-15 10:01:18 -07:00
commands.go commands: implement findLocks helper 2016-12-28 11:29:50 -07:00
path_nix.go trim bogus path expansion from git for windows 2016-10-07 16:43:18 -06:00
path_windows.go update package imports 2016-11-15 10:01:18 -07:00
pointers.go each command should open and close a gitscanner just once 2016-11-17 17:22:21 -07:00
pull.go fix some merge conflicts 2016-12-16 10:35:38 -07:00
run.go fix problems running 'install' in a root dir 2016-11-30 13:56:22 -07:00
uploader.go lfs,commands: remove lfs.NewUploadable() in favor of commands.uploadTransfer 2016-12-15 13:49:04 -07:00