Commit Graph

46 Commits

Author SHA1 Message Date
Taylor Blau
45c580e60a tlog,tasklog: rename package 'tlog' to 'task' 2017-11-22 14:07:24 -08:00
Taylor Blau
b9ab79ef89 *: introduce package 'tlog' 2017-11-21 17:50:44 -08:00
Taylor Blau
55ad7269d8
Merge pull request #2738 from git-lfs/migrate-assume-current
commands/migrate: add '--skip-fetch' for offline migrations
2017-11-20 13:55:41 -05:00
Taylor Blau
e57c1b38aa commands,docs,test: rename to '--skip-fetch' 2017-11-20 09:48:50 -08:00
Taylor Blau
d734c54a2f commands: add '--assume-current-remote-refs' to avoid ls-remote call 2017-11-17 08:45:30 -08:00
rick olson
9ae89079be git: rename Ref.String to Ref.Refspec 2017-11-17 08:42:51 -07:00
Taylor Blau
0ddb3cc8b6 commands: use ref.String() to fully-qualify references 2017-11-16 15:44:20 -08:00
rick olson
b61a4bcb63 localstorage: exit stage left 2017-10-25 13:23:12 -06:00
rick olson
1cfb016669 lfs,localstorage: remove TempFile config in favor of fs package 2017-10-24 18:59:36 -06:00
rick olson
97fc2ed06b remove reliance on global config filesystem vars 2017-10-18 18:09:33 -06:00
rick olson
122b76543a add 'git lfs migrate import --verbose' to list updated files 2017-09-22 13:06:16 -06:00
Taylor Blau
f2e79210f9 commands/migrate: format incorrect indentation 2017-09-11 10:52:50 -04:00
Taylor Blau
486edb1383 Merge branch 'master' into migrate-use-persistent-flags 2017-09-08 16:39:30 -04:00
Taylor Blau
58bfe112af commands/migrate: use varargs variant of AddCommand 2017-09-08 16:29:51 -04:00
Taylor Blau
c93eeb7782 commands/migrate: persistently initialize localstorage 2017-09-08 14:08:48 -04:00
Taylor Blau
c1baf755e2 commands/migrate: use PersistentFlags() to share flags with subcommands 2017-09-08 13:57:52 -04:00
Taylor Blau
c8c29f53a5 commands: teach '--everything' to 'git lfs migrate' 2017-09-07 13:47:17 -04:00
Taylor Blau
ed51ebe949 commands: log migrator fetch progress 2017-08-29 17:22:42 -04:00
Taylor Blau
c81139cb42 commands: make migrator fetch ref updates from remote 2017-08-29 17:22:06 -04:00
Taylor Blau
d2b66ce9db commands: pass githistory/log.Logger in externally 2017-08-29 17:11:30 -04:00
Taylor Blau
6d5ef18381 commands: make 'git lfs migrate info' default to --above=0 2017-07-31 11:47:13 -06:00
Taylor Blau
9916dedd26 commands: add 'import' git-lfs-migrate(1) subcommand 2017-06-22 09:34:28 -06:00
Taylor Blau
f242b7d84d commands: pass UpdateRefs in rewriteOptions 2017-06-21 18:26:24 -06:00
Taylor Blau
bcdf75b798 commands: remove UpdateRefs field (doesn't exist) 2017-06-21 17:07:30 -06:00
Taylor Blau
7f22ed9ec2 commands: pass in *githistory.RewriteOptions to migrate() 2017-06-21 16:54:20 -06:00
Taylor Blau
0dde5c84c4 commands: remove 'cmd' argument to migrate() 2017-06-21 16:54:13 -06:00
Taylor Blau
186d9169c5 commands: invert *githistory.Rewriter argument 2017-06-21 16:54:05 -06:00
Taylor Blau
cd38fd5d87 Merge branch 'master' into migrate-logger 2017-06-16 11:37:46 -06:00
Taylor Blau
75462042a6 Merge pull request #2333 from git-lfs/migrate-subcommand-info-size-units
commands: teach --unit to 'info' subcommand of 'git-lfs-migrate(1)'
2017-06-16 10:46:36 -06:00
Taylor Blau
d1037fce8c commands/migrate: teach --unit flag 2017-06-15 15:09:37 -06:00
Taylor Blau
da2025cd6f commands/migrate: invert *odb.ObjectDatabase argument 2017-06-15 13:54:00 -06:00
Taylor Blau
ef576f0fa6 commands/migrate: attach stdout logger to 'info' subcommand 2017-06-14 16:34:29 -06:00
Taylor Blau
97b0f3689c commands/migrate: make --above default to 1 MB 2017-06-14 11:34:12 -06:00
Taylor Blau
f3e0af6b5d commands/migrate: teach --above 2017-06-13 16:00:08 -06:00
Taylor Blau
1f443d0818 commands/migrate: declare info subcommand in main init() 2017-06-12 15:22:49 -06:00
Taylor Blau
af3871b12e commands/command_migrate: add 'info' subcommand 2017-06-09 17:56:21 -06:00
Taylor Blau
169abf64d2 commands/migrate: teach how to migrate a repository given a BlobRewriteFn 2017-06-09 17:56:21 -06:00
Taylor Blau
1a67cec98d commands/command_migrate: teach how to form a history rewriter 2017-06-09 17:56:21 -06:00
Taylor Blau
547749dd3a commands/command_migrate: teach how to form rewrite options 2017-06-09 17:56:21 -06:00
Taylor Blau
3e26421fce commands/command_migrate: teach how to determine included/excluded refs 2017-06-09 17:56:21 -06:00
Taylor Blau
ce89eb35ab commands/command_migrate: teach how to find all remote refs 2017-06-09 17:56:21 -06:00
Taylor Blau
2aeb148284 commands/command_migrate: teach how to format ref names 2017-06-09 17:56:21 -06:00
Taylor Blau
d557056af4 commands/command_migrate: teach finding current ref 2017-06-09 17:56:21 -06:00
Taylor Blau
58fda2dc35 commands/command_migrate: implement getObjectDatabase 2017-06-09 17:56:21 -06:00
Taylor Blau
b47255d062 commands/command_migrate: wire up subcommands 2017-06-09 17:56:20 -06:00
Taylor Blau
c86e34fb79 commands: add skeleton 'migrate' command 2017-06-08 16:55:31 -06:00