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