git-lfs/commands
Steve Streeting 760c7d75e1 Fix a bunch of issues related to checkout in non-root directories
Have to convert file paths to/from cwd-relative and root-relative:
1. cwd->root for include filter arguments (user is in cwd, ls-tree is rooted)
2. root->cwd when writing files & update-index since both are relative to cwd not root like results
2015-07-28 18:03:15 +01:00
..
command_checkout.go Fix a bunch of issues related to checkout in non-root directories 2015-07-28 18:03:15 +01:00
command_clean.go no need to pass this file around if callers just immediately close it 2015-06-28 07:43:16 -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 goimports to format imports 2015-07-28 14:50:19 +01:00
command_fsck.go add options object to ref scanner 2015-07-05 12:18:03 -06: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 update import paths 2015-05-25 12:20:50 -06:00
command_pre_push.go merge master 2015-07-06 11:08:38 -06:00
command_pull.go Change pull to do a simple full fetch & checkout instead of checkout in parallel of fetched items 2015-07-27 11:28:46 +01:00
command_push.go merge master 2015-07-06 11:08:38 -06:00
command_smudge.go update import paths 2015-05-25 12:20:50 -06: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 Don't Sprintf if there are no args 2015-06-29 12:27:33 -04:00