Age | Commit message (Expand) | Author | Files | Lines |
2021-01-12 | fetch: implement support for atomic reference updates | Patrick Steinhardt | 1 | -0/+4 |
2020-09-25 | Merge branch 'ds/maintenance-part-1' | Junio C Hamano | 1 | -2/+4 |
2020-09-17 | maintenance: replace run_auto_gc() | Derrick Stolee | 1 | -2/+4 |
2020-08-24 | Merge branch 'jc/no-update-fetch-head' | Junio C Hamano | 1 | -0/+9 |
2020-08-18 | fetch: optionally allow disabling FETCH_HEAD update | Junio C Hamano | 1 | -0/+9 |
2020-08-13 | fetch, pull doc: correct description of '--set-upstream' | Philippe Blain | 1 | -1/+1 |
2020-04-28 | Merge branch 'dr/doc-recurse-submodules' | Junio C Hamano | 1 | -1/+2 |
2020-04-06 | doc: be more precise on (fetch|push).recurseSubmodules | Damien Robert | 1 | -1/+2 |
2020-03-28 | pull: remove --update-head-ok from documentation | René Scharfe | 1 | -1/+1 |
2020-03-11 | pull: document more passthru options | René Scharfe | 1 | -3/+7 |
2020-02-14 | Merge branch 'ds/refmap-doc' into maint | Junio C Hamano | 1 | -1/+4 |
2020-01-21 | fetch: document and test --refmap="" | Derrick Stolee | 1 | -1/+4 |
2019-11-06 | fetch: add the command-line option `--write-commit-graph` | Johannes Schindelin | 1 | -0/+4 |
2019-10-15 | Merge branch 'js/fetch-jobs' | Junio C Hamano | 1 | -4/+9 |
2019-10-06 | fetch: let --jobs=<n> parallelize --multiple, too | Johannes Schindelin | 1 | -4/+9 |
2019-08-19 | pull, fetch: add --set-upstream option | Corentin BOMPARD | 1 | -0/+7 |
2019-07-09 | Merge branch 'ds/fetch-disable-force-notice' | Junio C Hamano | 1 | -0/+13 |
2019-06-21 | fetch: add --[no-]show-forced-updates argument | Derrick Stolee | 1 | -0/+13 |
2019-06-19 | fetch: only run 'gc' once when fetching multiple remotes | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2019-04-18 | clone: send server options when using protocol v2 | Jonathan Tan | 1 | -1/+2 |
2018-09-17 | Merge branch 'ab/fetch-tags-noclobber' | Junio C Hamano | 1 | -5/+10 |
2018-08-31 | fetch: document local ref updates with/without --force | Ævar Arnfjörð Bjarmason | 1 | -5/+10 |
2018-08-01 | fetch doc: cross-link two new negotiation options | Ævar Arnfjörð Bjarmason | 1 | -0/+3 |
2018-07-03 | fetch-pack: support negotiation tip whitelist | Jonathan Tan | 1 | -0/+16 |
2018-04-24 | fetch: send server options when using protocol v2 | Brandon Williams | 1 | -0/+8 |
2018-02-09 | fetch: add a --prune-tags option and fetch.pruneTags config | Ævar Arnfjörð Bjarmason | 1 | -1/+13 |
2018-02-09 | git-fetch & config doc: link to the new PRUNING section | Ævar Arnfjörð Bjarmason | 1 | -0/+3 |
2016-10-10 | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 1 | -0/+14 |
2016-07-13 | Merge branch 'mm/doc-tt' | Junio C Hamano | 1 | -3/+3 |
2016-06-28 | doc: typeset long command-line options as literal | Matthieu Moy | 1 | -3/+3 |
2016-06-27 | Merge branch 'jk/fetch-prune-doc' | Junio C Hamano | 1 | -1/+1 |
2016-06-14 | fetch: document that pruning happens before fetching | Jeff King | 1 | -1/+1 |
2016-06-13 | fetch, upload-pack: --deepen=N extends shallow boundary by N commits | Nguyễn Thái Ngọc Duy | 1 | -0/+5 |
2016-06-13 | fetch: define shallow boundary with --shallow-exclude | Nguyễn Thái Ngọc Duy | 1 | -0/+5 |
2016-06-13 | fetch: define shallow boundary with --shallow-since | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2016-02-24 | Merge branch 'ew/force-ipv4' | Junio C Hamano | 1 | -0/+8 |
2016-02-12 | connect & http: support -4 and -6 switches for remote operations | Eric Wong | 1 | -0/+8 |
2016-01-20 | Merge branch 'ss/clone-depth-single-doc' | Junio C Hamano | 1 | -4/+5 |
2016-01-08 | docs: clarify that --depth for git-fetch works with newly initialized repos | Sebastian Schuberth | 1 | -4/+5 |
2015-12-16 | submodules: allow parallel fetching, add tests and documentation | Stefan Beller | 1 | -0/+7 |
2015-03-13 | *config.txt: stick to camelCase naming convention | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-06-05 | fetch: allow explicit --refmap to override configuration | Junio C Hamano | 1 | -0/+8 |
2014-01-17 | Merge branch 'nd/shallow-clone' | Junio C Hamano | 1 | -2/+12 |
2013-12-10 | fetch: add --update-shallow to accept refs that update .git/shallow | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2013-12-10 | upload-pack: make sure deepening preserves shallow roots | Nguyễn Thái Ngọc Duy | 1 | -2/+6 |
2013-10-30 | fetch-options.txt: simplify ifdef/ifndef/endif usage | Michael Haggerty | 1 | -4/+1 |
2013-10-30 | fetch --prune: prune only based on explicit refspecs | Michael Haggerty | 1 | -5/+14 |
2013-10-30 | fetch --tags: fetch tags *in addition to* other stuff | Michael Haggerty | 1 | -5/+3 |
2013-06-11 | Merge branch 'rr/maint-fetch-tag-doc-asterisks' | Junio C Hamano | 1 | -1/+1 |
2013-06-07 | fetch-options.txt: prevent a wildcard refspec from getting misformatted | Junio C Hamano | 1 | -1/+1 |