Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'js/init-defaultbranch-advice' | Junio C Hamano | 2020-12-19 | 1 | -1/+1 |
|\ | |||||
| * | get_default_branch_name(): prepare for showing some advice | Johannes Schindelin | 2020-12-14 | 1 | -1/+1 |
* | | builtin/clone.c: don't ignore transport_fetch_refs() errors | Taylor Blau | 2020-12-03 | 1 | -4/+11 |
|/ | |||||
* | Merge branch 'sb/clone-origin' | Junio C Hamano | 2020-10-27 | 1 | -15/+56 |
|\ | |||||
| * | clone: allow configurable default for `-o`/`--origin` | Sean Barag | 2020-10-01 | 1 | -7/+19 |
| * | clone: read new remote name from remote_name instead of option_origin | Sean Barag | 2020-10-01 | 1 | -15/+16 |
| * | clone: validate --origin option before use | Sean Barag | 2020-10-01 | 1 | -0/+3 |
| * | clone: use more conventional config/option layering | Sean Barag | 2020-10-01 | 1 | -1/+26 |
* | | builtin/clone: avoid failure with GIT_DEFAULT_HASH | brian m. carlson | 2020-09-22 | 1 | -1/+1 |
* | | refspec: add and use refspec_appendf() | René Scharfe | 2020-09-06 | 1 | -5/+2 |
|/ | |||||
* | Merge branch 'jk/strvec' | Junio C Hamano | 2020-08-10 | 1 | -19/+19 |
|\ | |||||
| * | strvec: rename struct fields | Jeff King | 2020-07-31 | 1 | -2/+2 |
| * | strvec: convert builtin/ callers away from argv_array name | Jeff King | 2020-07-29 | 1 | -17/+17 |
* | | Merge branch 'bw/fail-cloning-into-non-empty' into master | Junio C Hamano | 2020-07-30 | 1 | -2/+10 |
|\ \ | |/ |/| | |||||
| * | git clone: don't clone into non-empty directory | Ben Wijen | 2020-07-10 | 1 | -2/+10 |
* | | Merge branch 'js/default-branch-name' | Junio C Hamano | 2020-07-07 | 1 | -4/+9 |
|\ \ | |||||
| * | | clone: use configured default branch name when appropriate | Johannes Schindelin | 2020-06-24 | 1 | -3/+7 |
| * | | init: allow specifying the initial branch name for the new repository | Johannes Schindelin | 2020-06-24 | 1 | -1/+2 |
* | | | Merge branch 'bc/sha-256-part-2' | Junio C Hamano | 2020-07-07 | 1 | -0/+9 |
|\ \ \ | |_|/ |/| | | |||||
| * | | builtin/clone: initialize hash algorithm properly | brian m. carlson | 2020-05-27 | 1 | -0/+9 |
| |/ | |||||
* | | Merge branch 'js/reflog-anonymize-for-clone-and-fetch' | Junio C Hamano | 2020-06-18 | 1 | -5/+8 |
|\ \ | |/ |/| | |||||
| * | clone/fetch: anonymize URLs in the reflog | Johannes Schindelin | 2020-06-04 | 1 | -5/+8 |
* | | Merge branch 'jc/log-no-mailmap' | Junio C Hamano | 2020-04-29 | 1 | -1/+1 |
|\ \ | |||||
| * | | clone: reorder --recursive/--recurse-submodules | Junio C Hamano | 2020-03-16 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'jk/use-quick-lookup-in-clone-for-tag-following' | Junio C Hamano | 2020-04-22 | 1 | -1/+3 |
|\ \ | |||||
| * | | clone: use "quick" lookup while following tags | Jeff King | 2020-04-01 | 1 | -1/+3 |
* | | | Merge branch 'jt/connectivity-check-optim-in-partial-clone' | Junio C Hamano | 2020-04-22 | 1 | -5/+2 |
|\ \ \ | |||||
| * | | | connected: always use partial clone optimization | Jonathan Tan | 2020-03-29 | 1 | -5/+2 |
* | | | | Merge branch 'bc/filter-process' | Junio C Hamano | 2020-03-27 | 1 | -1/+4 |
|\ \ \ \ | |||||
| * | | | | builtin/clone: compute checkout metadata for clones | brian m. carlson | 2020-03-16 | 1 | -1/+4 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'bc/sha-256-part-1-of-4' | Junio C Hamano | 2020-03-27 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | builtin/init-db: allow specifying hash algorithm on command line | brian m. carlson | 2020-02-24 | 1 | -1/+1 |
* | | | | | real_path: remove unsafe API | Alexandr Miloslavskiy | 2020-03-10 | 1 | -1/+5 |
| |/ / / |/| | | | |||||
* | | | | Merge branch 'es/recursive-single-branch-clone' | Junio C Hamano | 2020-03-05 | 1 | -0/+5 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | clone: pass --single-branch during --recurse-submodules | Emily Shaffer | 2020-02-25 | 1 | -0/+5 |
| | |/ | |/| | |||||
* | | | Merge branch 'ds/sparse-checkout-harden' | Junio C Hamano | 2020-02-14 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | clone: fix --sparse option with URLs | Derrick Stolee | 2020-01-24 | 1 | -1/+1 |
* | | | connected: verify promisor-ness of partial clone | Jonathan Tan | 2020-01-30 | 1 | -2/+3 |
| |/ |/| | |||||
* | | Merge branch 'ds/sparse-cone' | Junio C Hamano | 2019-12-25 | 1 | -0/+27 |
|\| | |||||
| * | clone: add --sparse mode | Derrick Stolee | 2019-11-22 | 1 | -0/+27 |
* | | Sync with Git 2.24.1 | Junio C Hamano | 2019-12-10 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Sync with 2.23.1 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | |||||
| | * | Sync with 2.22.2 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Sync with 2.21.1 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Sync with 2.20.2 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | |\ | |||||
| | | | | * | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | | |\ | |||||
| | | | | | * | Sync with 2.18.2 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | | | |\ | |||||
| | | | | | | * | Sync with 2.17.3 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | | | | |\ | |||||
| | | | | | | | * | Sync with 2.16.6 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | Sync with 2.15.4 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | | | | | | |\ |