Age | Commit message (Expand) | Author | Files | Lines |
2022-02-09 | clone, submodule: pass partial clone filters to submodules | Josh Steadmon | 1 | -1/+6 |
2022-01-03 | Merge branch 'en/sparse-checkout-set' | Junio C Hamano | 1 | -4/+4 |
2021-12-15 | Documentation: clarify/correct a few sparsity related statements | Elijah Newren | 1 | -4/+4 |
2021-11-09 | doc: use only hyphens as word separators in placeholders | Jean-Noël Avila | 1 | -4/+4 |
2021-04-01 | builtin/clone.c: add --reject-shallow option | Li Linchao | 1 | -1/+6 |
2021-01-11 | Documentation/git-clone.txt: document race with --local | Taylor Blau | 1 | -0/+4 |
2020-10-27 | Merge branch 'sb/clone-origin' | Junio C Hamano | 1 | -2/+3 |
2020-09-30 | clone: allow configurable default for `-o`/`--origin` | Sean Barag | 1 | -2/+3 |
2020-09-17 | maintenance: replace run_auto_gc() | Derrick Stolee | 1 | -3/+3 |
2020-06-24 | docs: add missing diamond brackets | Johannes Schindelin | 1 | -1/+1 |
2020-03-22 | clone: document --filter options | Derrick Stolee | 1 | -1/+12 |
2019-12-25 | Merge branch 'ja/doc-markup-cleanup' | Junio C Hamano | 1 | -2/+2 |
2019-12-13 | doc: remove non pure ASCII characters | Jean-Noël Avila | 1 | -2/+2 |
2019-11-22 | clone: add --sparse mode | Derrick Stolee | 1 | -1/+7 |
2019-07-11 | Merge branch 'qn/clone-doc-use-long-form' | Junio C Hamano | 1 | -17/+17 |
2019-07-02 | docs: git-clone: list short form of options first | Quentin Nerden | 1 | -9/+9 |
2019-07-02 | docs: git-clone: refer to long form of options | Quentin Nerden | 1 | -8/+8 |
2019-05-28 | clone: add `--remote-submodules` flag | Ben Avison | 1 | -1/+8 |
2019-04-18 | clone: send server options when using protocol v2 | Jonathan Tan | 1 | -0/+8 |
2018-11-16 | Documentation/clone: document ignored configuration variables | SZEDER Gábor | 1 | -0/+6 |
2018-05-23 | Merge branch 'nd/doc-header' | Junio C Hamano | 1 | -1/+1 |
2018-05-02 | doc: keep first level section header in upper case | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-04-20 | doc/clone: update caption for GIT URLS cross-reference | Todd Zullinger | 1 | -1/+1 |
2017-12-05 | Documentation/git-clone: improve description for submodule recursing | Stefan Beller | 1 | -8/+11 |
2017-05-01 | clone: add a --no-tags option to clone without tags | Ævar Arnfjörð Bjarmason | 1 | -1/+13 |
2017-03-18 | clone: teach --recurse-submodules to optionally take a pathspec | Brandon Williams | 1 | -5/+9 |
2016-10-10 | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 1 | -0/+8 |
2016-08-15 | clone: implement optional references | Stefan Beller | 1 | -1/+4 |
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 | -0/+5 |
2016-06-13 | clone: define shallow clone boundary based on time with --shallow-since | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2016-05-06 | Merge branch 'sb/clone-shallow-passthru' | Junio C Hamano | 1 | -3/+8 |
2016-04-26 | clone: add `--shallow-submodules` flag | Stefan Beller | 1 | -3/+10 |
2016-04-06 | Merge branch 'sb/submodule-parallel-update' | Junio C Hamano | 1 | -1/+5 |
2016-03-01 | clone: allow an explicit argument for parallel submodule clones | Stefan Beller | 1 | -1/+5 |
2016-02-17 | Merge branch 'jk/drop-rsync-transport' | Junio C Hamano | 1 | -2/+1 |
2016-02-01 | transport: drop support for git-over-rsync | Jeff King | 1 | -2/+1 |
2016-01-20 | Merge branch 'ss/clone-depth-single-doc' | Junio C Hamano | 1 | -5/+4 |
2016-01-08 | docs: say "commits" in the --depth option wording for git-clone | Sebastian Schuberth | 1 | -1/+1 |
2016-01-07 | docs: clarify that passing --depth to git-clone implies --single-branch | Sebastian Schuberth | 1 | -5/+4 |
2015-10-22 | clone: allow "--dissociate" without reference | Alex Riesen | 1 | -2/+7 |
2014-10-15 | clone: --dissociate option to mark that reference is only temporary | Junio C Hamano | 1 | -2/+9 |
2014-02-11 | docs/git-clone: clarify use of --no-hardlinks option | Albert L. Lash, IV | 1 | -7/+4 |
2014-02-07 | Merge branch 'ow/manpages-typofix' | Junio C Hamano | 1 | -1/+1 |
2014-02-05 | Documentation: fix typos in man pages | Øystein Walle | 1 | -1/+1 |
2013-12-10 | git-clone.txt: remove shallow clone limitations | Nguyễn Thái Ngọc Duy | 1 | -6/+1 |
2013-07-15 | Revert "git-clone.txt: remove the restriction on pushing from a shallow clone" | Junio C Hamano | 1 | -7/+5 |
2013-07-12 | git-clone.txt: remove the restriction on pushing from a shallow clone | Nguyễn Thái Ngọc Duy | 1 | -5/+7 |
2013-06-22 | Documentation: Update 'linux-2.6.git' -> 'linux.git' | W. Trevor King | 1 | -2/+2 |