git-lfs/commands
rubyist 84f4ba45e7 Don't Sprintf if there are no args
Avoids display bugs if '%' are used when formatting isn't intended. e.g.

$ git lfs init
The clean filter should be "git-lfs clean %!f(MISSING)" but is "git lfs clean %!f(MISSING)"
2015-06-29 12:27:33 -04:00
..
command_clean.go update import paths 2015-05-25 12:20:50 -06: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_fetch.go Use a WaitGroup to be more explicit that we're waiting for a goroutine to finish and not waiting on any data 2015-06-23 14:44:03 -05:00
command_fsck.go Move corrupt to a separate directory instead of deleting them 2015-06-07 17:16:04 +02:00
command_init.go update import paths 2015-05-25 12:20:50 -06:00
command_logs.go use append since its simpler 2015-06-19 14:46:27 -06:00
command_ls_files.go update import paths 2015-05-25 12:20:50 -06:00
command_pointer.go update import paths 2015-05-25 12:20:50 -06:00
command_pre_push.go merge master 2015-05-28 11:52:06 -06:00
command_push.go merge master 2015-05-28 11:52:06 -06:00
command_smudge.go update import paths 2015-05-25 12:20:50 -06:00
command_status.go update import paths 2015-05-25 12:20:50 -06:00
command_track_test.go Added test for pure helper function 2015-06-01 16:50:04 +02:00
command_track.go Merge pull request #356 from michael-k/track 2015-06-01 10:54:12 -04: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 Don't Sprintf if there are no args 2015-06-29 12:27:33 -04:00