git-lfs/commands
Steve Streeting b5df63c071 Add optional remote arg to fetch & pull, and default to tracking remote
The first arg to fetch & pull is now a remote. In addition, the default
remote if you don't specify is now the tracking remote as in `git pull`
if it exists, and origin if that's not set. This makes it more consistent
with the underlying git workflow especially in triangular fork setups.
2015-08-13 17:22:29 +01:00
..
command_checkout.go Do not call update-index until we know we have 1 file to give it as an arg 2015-08-10 17:00:10 +01:00
command_clean.go LFS Extensions: clean command 2015-07-31 17:07:35 -04:00
command_env.go add the git lfs and git version to the top of 'git lfs env' 2015-06-17 11:08:22 -06:00
command_ext.go LFS Extensions: smudge command 2015-07-31 17:08:21 -04:00
command_fetch.go Add optional remote arg to fetch & pull, and default to tracking remote 2015-08-13 17:22:29 +01:00
command_fsck.go Fixed support for worktree 2015-07-31 12:17:50 +01:00
command_init.go add an uninit command 2015-07-10 10:43:20 -06:00
command_logs.go use append since its simpler 2015-06-19 14:46:27 -06:00
command_ls_files.go fix ls-files so it doesnt list deleted objects 2015-07-06 11:33:30 -06:00
command_pointer.go LFS Extensions: pointer file manipulation 2015-07-31 17:07:35 -04:00
command_pre_push.go While I'm in here, this value is always the same, push it down 2015-07-30 10:43:50 -04:00
command_pull.go Add optional remote arg to fetch & pull, and default to tracking remote 2015-08-13 17:22:29 +01:00
command_push.go While I'm in here, this value is always the same, push it down 2015-07-30 10:43:50 -04:00
command_smudge.go Don't download on smudge if file is filtered by include/exclude config 2015-08-10 17:00:10 +01:00
command_status.go add options object to ref scanner 2015-07-05 12:18:03 -06:00
command_track_test.go Added test for pure helper function 2015-06-01 16:50:04 +02:00
command_track.go Use -text instead of -crlf 2015-07-09 10:01:50 -06:00
command_uninit.go Name uninit file according to other commands 2015-07-20 23:43:19 +02:00
command_untrack.go Extracted function 2015-06-16 16:48:13 +02:00
command_update.go update import paths 2015-05-25 12:20:50 -06:00
command_version.go update import paths 2015-05-25 12:20:50 -06:00
commands.go Adding --include and --exclude args to fetch/pull 2015-08-10 17:00:10 +01:00