git-lfs/commands
Chris Darroch fc2ac46cc8 t/t-prune.go: prefer printf to echo
Per PR advice from bk2204, we switch to using printf instead of
echo in the t-prune.go tests of stashed changes.

We also fixup one code comment to match the count of processes
in commands/command_prune.go.
2020-09-03 16:33:44 -07:00
..
command_checkout.go git: pass Git environment to object scanner 2020-07-29 20:53:43 +00:00
command_clean.go progress,tools: move CopyCallback (and related) to 'tools' 2017-11-22 14:08:33 -08:00
command_clone.go commands: don't honor lfs.fetch* for ls-files 2020-03-31 13:55:24 +00:00
command_dedup.go command/command_dedup.go: exit if extentions exist 2020-02-27 22:12:36 -08:00
command_env.go command/env: ensure we honor lfs.url 2019-01-11 17:22:51 +00:00
command_ext.go update package imports 2016-11-15 10:01:18 -07:00
command_fetch.go commands: don't honor lfs.fetch* for ls-files 2020-03-31 13:55:24 +00:00
command_filter_process.go commands: close TransferQueue when items processed 2020-02-12 19:20:45 +03:00
command_fsck.go Pass environment variables into object scanner 2019-08-15 17:39:32 +00:00
command_install.go add per-worktree configuration option 2020-06-26 14:56:04 -07:00
command_lock.go Allow locking/unlocking of nonexistent files 2020-05-10 19:41:36 -07:00
command_locks.go locking: "locks --verify" supports "--cached" 2019-03-28 10:12:41 +01:00
command_logs.go remove reliance on global config filesystem vars 2017-10-18 18:09:33 -06:00
command_ls_files.go git: add lookup function for empty tree 2020-07-29 20:53:43 +00:00
command_migrate_export.go Support SHA-256 repositories 2020-07-29 20:53:44 +00:00
command_migrate_import.go Support SHA-256 repositories 2020-07-29 20:53:44 +00:00
command_migrate_info.go Support SHA-256 repositories 2020-07-29 20:53:44 +00:00
command_migrate.go Support SHA-256 repositories 2020-07-29 20:53:44 +00:00
command_pointer.go Fix error strings to follow Go guidelines 2019-10-22 17:33:49 +03:00
command_post_checkout.go Update usage info for post-checkout 2018-01-19 21:28:09 -05:00
command_post_commit.go commands: remove any cfg.Remote() calls from Command flags 2017-10-27 15:07:36 -06:00
command_post_merge.go commands: remove any cfg.Remote() calls from Command flags 2017-10-27 15:07:36 -06:00
command_pre_push.go git: add a function to check for a zero object ID 2020-07-29 20:53:43 +00:00
command_prune.go t/t-prune.go: prefer printf to echo 2020-09-03 16:33:44 -07:00
command_pull.go commands: don't honor lfs.fetch* for ls-files 2020-03-31 13:55:24 +00:00
command_push.go commands/command_push.go: set pushRemote 2018-07-20 16:38:39 -07:00
command_smudge.go Check error when creating local storage directory 2020-02-10 16:07:59 +00:00
command_standalone_file.go Provide support for file URLs via a transfer agent 2019-08-02 17:23:47 +00:00
command_status.go git: add lookup function for empty tree 2020-07-29 20:53:43 +00:00
command_track.go track: detect duplicate patterns with --filename 2020-01-23 16:47:41 +00:00
command_uninstall.go add per-worktree configuration option 2020-06-26 14:56:04 -07:00
command_unlock.go commands/unlock: always attempt an unlock with --force 2019-03-14 14:26:21 +00:00
command_untrack.go commands/{un,}track: local-prefix agnostic comparison 2018-04-05 10:51:26 -07:00
command_update.go git: remove unused arg 2017-10-25 19:20:35 -06:00
command_version.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
commands_test.go commands: don't honor lfs.fetch* for ls-files 2020-03-31 13:55:24 +00:00
commands.go commands: don't honor lfs.fetch* for ls-files 2020-03-31 13:55:24 +00:00
lockverifier.go locking: "locks --verify" supports "--cached" 2019-03-28 10:12:41 +01:00
multiwriter.go tasklog: check for connected tty on the actual writer 2018-11-14 14:35:29 -08:00
path_nix.go commands: osLineEnding() is more descriptive 2017-02-03 17:50:47 -07:00
path_windows.go commands: osLineEnding() is more descriptive 2017-02-03 17:50:47 -07:00
path.go track: use default line endings for core.autocrlf=input 2019-07-16 16:57:21 +00:00
pointers.go each command should open and close a gitscanner just once 2016-11-17 17:22:21 -07:00
pull.go Fix error strings to follow Go guidelines 2019-10-22 17:33:49 +03:00
run.go commands: support git lfs help config invocation 2020-03-10 14:03:40 +00:00
uploader_test.go commands: extract lockVerifier from uploadContext 2017-11-01 17:35:43 -06:00
uploader.go Check error when creating local storage directory 2020-02-10 16:07:59 +00:00