git-lfs/commands
2016-11-09 17:33:43 -07:00
..
command_checkout.go Refactor FilenamePassesIncludeExcludeFilter into tools package 2016-10-31 12:45:12 +00:00
command_clean.go update all command setup to use RegisterCommand 2016-09-01 08:46:26 -06:00
command_clone.go RegisterCommand() can no longer disable commands 2016-09-01 10:09:38 -06:00
command_env.go env is simple enough it doesn't need a callback 2016-08-31 16:51:37 -06:00
command_ext.go RegisterCommand() can no longer disable commands 2016-09-01 10:09:38 -06:00
command_fetch.go Refactor FilenamePassesIncludeExcludeFilter into tools package 2016-10-31 12:45:12 +00:00
command_fsck.go Change ScanIndex to ref & expose git.RefBeforeFirstCommit for clarity 2016-09-27 17:44:30 +01:00
command_init.go RegisterCommand() can no longer disable commands 2016-09-01 10:09:38 -06:00
command_install.go RegisterCommand() can no longer disable commands 2016-09-01 10:09:38 -06:00
command_lock.go RegisterCommand() can no longer disable commands 2016-09-01 10:09:38 -06:00
command_locks.go RegisterCommand() can no longer disable commands 2016-09-01 10:09:38 -06:00
command_logs.go RegisterCommand() can no longer disable commands 2016-09-01 10:09:38 -06:00
command_ls_files.go RegisterCommand() can no longer disable commands 2016-09-01 10:09:38 -06:00
command_pointer.go RegisterCommand() can no longer disable commands 2016-09-01 10:09:38 -06:00
command_pre_push.go RegisterCommand() can no longer disable commands 2016-09-01 10:09:38 -06:00
command_prune.go RegisterCommand() can no longer disable commands 2016-09-01 10:09:38 -06:00
command_pull.go RegisterCommand() can no longer disable commands 2016-09-01 10:09:38 -06:00
command_push.go add deprecation message for 'git lfs push --stdin' 2016-11-08 16:17:06 -07:00
command_smudge.go 'smudge --info' is deprecated in favor of 'ls-files' 2016-11-08 15:53:14 -07:00
command_status.go Change ScanIndex to ref & expose git.RefBeforeFirstCommit for clarity 2016-09-27 17:44:30 +01:00
command_track.go Use tools.FastWalk instead of filepath.Walk in track 2016-11-01 14:53:35 +00:00
command_uninit.go RegisterCommand() can no longer disable commands 2016-09-01 10:09:38 -06:00
command_uninstall.go RegisterCommand() can no longer disable commands 2016-09-01 10:09:38 -06:00
command_unlock.go RegisterCommand() can no longer disable commands 2016-09-01 10:09:38 -06:00
command_untrack.go update all command setup to use RegisterCommand 2016-09-01 08:46:26 -06:00
command_update.go remove AllGitConfig() 2016-11-09 17:33:43 -07:00
command_version.go RegisterCommand() can no longer disable commands 2016-09-01 10:09:38 -06:00
commands_test.go config,etc: rename EnvFetcher, config.Env to OsFetcher, config.Os 2016-08-04 14:41:04 -06:00
commands.go commands: clarify LoggedError documentation 2016-09-06 10:58:35 -06:00
path_nix.go trim bogus path expansion from git for windows 2016-10-07 16:43:18 -06:00
path_windows.go trim bogus path expansion from git for windows 2016-10-07 16:43:18 -06:00
run.go put all the command stuff in run.go 2016-09-01 10:28:30 -06:00
uploader.go commands/uploader: temporarily use a tools.StringSet to avoid duplicate OIDs 2016-10-20 12:09:21 -06:00