Age | Commit message (Expand) | Author | Files | Lines |
2016-08-15 | clone: implement optional references | Stefan Beller | 1 | -10/+25 |
2016-08-15 | clone: clarify option_reference as required | Stefan Beller | 1 | -4/+4 |
2016-08-15 | clone: factor out checking for an alternate path | Stefan Beller | 1 | -34/+9 |
2016-07-20 | clone: use a real progress meter for connectivity check | Jeff King | 1 | -4/+1 |
2016-07-20 | check_everything_connected: use a struct with named options | Jeff King | 1 | -2/+5 |
2016-07-06 | Merge branch 'sb/clone-shallow-passthru' | Junio C Hamano | 1 | -3/+2 |
2016-06-20 | clone: do not let --depth imply --shallow-submodules | Junio C Hamano | 1 | -3/+2 |
2016-06-13 | clone: define shallow clone boundary with --shallow-exclude | Nguyễn Thái Ngọc Duy | 1 | -1/+9 |
2016-06-13 | clone: define shallow clone boundary based on time with --shallow-since | Nguyễn Thái Ngọc Duy | 1 | -3/+13 |
2016-06-13 | use string_list initializer consistently | Jeff King | 1 | -2/+2 |
2016-05-06 | Merge branch 'sb/clone-shallow-passthru' | Junio C Hamano | 1 | -0/+7 |
2016-04-26 | clone: add `--shallow-submodules` flag | Stefan Beller | 1 | -0/+7 |
2016-04-06 | Merge branch 'sb/submodule-parallel-update' | Junio C Hamano | 1 | -6/+13 |
2016-03-01 | clone: allow an explicit argument for parallel submodule clones | Stefan Beller | 1 | -6/+13 |
2016-02-29 | builtin/clone.c: mark strings for translation | Nguyễn Thái Ngọc Duy | 1 | -5/+5 |
2016-02-26 | Merge branch 'ps/config-error' | Junio C Hamano | 1 | -1/+1 |
2016-02-24 | Merge branch 'ew/force-ipv4' | Junio C Hamano | 1 | -0/+6 |
2016-02-22 | config: rename git_config_set_or_die to git_config_set | Patrick Steinhardt | 1 | -4/+4 |
2016-02-22 | config: rename git_config_set to git_config_set_gently | Patrick Steinhardt | 1 | -1/+1 |
2016-02-22 | clone: die on config error in cmd_clone | Patrick Steinhardt | 1 | -4/+4 |
2016-02-12 | connect & http: support -4 and -6 switches for remote operations | Eric Wong | 1 | -0/+6 |
2016-02-03 | Merge branch 'jc/peace-with-crlf' | Junio C Hamano | 1 | -1/+1 |
2016-01-28 | Merge branch 'jc/strbuf-getline' | Junio C Hamano | 1 | -1/+1 |
2016-01-15 | clone/sha1_file: read info/alternates with strbuf_getline() | Junio C Hamano | 1 | -1/+1 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -1/+1 |
2016-01-12 | checkout,clone: check return value of create_symref | Jeff King | 1 | -4/+7 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -1/+1 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -1/+1 |
2015-11-20 | Convert struct ref to use object_id. | brian m. carlson | 1 | -8/+8 |
2015-10-22 | clone: allow "--dissociate" without reference | Alex Riesen | 1 | -8/+8 |
2015-10-15 | Merge branch 'js/clone-dissociate' | Junio C Hamano | 1 | -1/+3 |
2015-10-07 | clone --dissociate: avoid locking pack files | Johannes Schindelin | 1 | -1/+3 |
2015-09-28 | clone: better error when --reference is a linked checkout | Nguyễn Thái Ngọc Duy | 1 | -1/+6 |
2015-09-28 | clone: allow --local from a linked checkout | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
2015-08-19 | Merge branch 'jk/git-path' | Junio C Hamano | 1 | -14/+29 |
2015-08-19 | Merge branch 'ps/guess-repo-name-at-root' | Junio C Hamano | 1 | -10/+52 |
2015-08-19 | Merge branch 'jk/guess-repo-name-regression-fix' | Junio C Hamano | 1 | -1/+2 |
2015-08-10 | get_repo_path: refactor path-allocation | Jeff King | 1 | -14/+29 |
2015-08-10 | clone: abort if no dir name could be guessed | Patrick Steinhardt | 1 | -0/+4 |
2015-08-10 | clone: do not use port number as dir name | Patrick Steinhardt | 1 | -0/+17 |
2015-08-10 | clone: do not include authentication data in guessed dir | Patrick Steinhardt | 1 | -10/+31 |
2015-08-10 | clone: use computed length in guess_dir_name | Jeff King | 1 | -1/+2 |
2015-08-03 | Merge branch 'mh/init-delete-refs-api' | Junio C Hamano | 1 | -4/+14 |
2015-07-13 | Merge branch 'ss/clone-guess-dir-name-simplify' | Junio C Hamano | 1 | -13/+6 |
2015-07-09 | clone: simplify string handling in guess_dir_name() | Sebastian Schuberth | 1 | -13/+6 |
2015-06-22 | initial_ref_transaction_commit(): function for initial ref creation | Michael Haggerty | 1 | -4/+14 |
2015-06-16 | Merge branch 'jk/clone-dissociate' into maint | Junio C Hamano | 1 | -13/+4 |
2015-06-11 | Merge branch 'jk/clone-dissociate' | Junio C Hamano | 1 | -13/+4 |
2015-06-05 | Merge branch 'mh/clone-verbosity-fix' into maint | Junio C Hamano | 1 | -2/+2 |
2015-05-27 | clone: reorder --dissociate and --reference options | Jeff King | 1 | -2/+2 |