Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | worktree add: add --lock optionnd/worktree-add-lock | Nguyễn Thái Ngọc Duy | 2017-04-20 | 1 | -1/+6 |
* | Eleventh batch for 2.13 | Junio C Hamano | 2017-04-11 | 1 | -0/+14 |
* | Merge branch 'ab/ref-filter-no-contains' | Junio C Hamano | 2017-04-11 | 3 | -36/+68 |
|\ | |||||
| * | ref-filter: reflow recently changed branch/tag/for-each-ref docs | Ævar Arnfjörð Bjarmason | 2017-03-24 | 2 | -10/+12 |
| * | ref-filter: add --no-contains option to tag/branch/for-each-ref | Ævar Arnfjörð Bjarmason | 2017-03-24 | 3 | -6/+22 |
| * | tag: change --point-at to default to HEAD | Ævar Arnfjörð Bjarmason | 2017-03-24 | 1 | -1/+2 |
| * | tag: implicitly supply --list given another list-like option | Ævar Arnfjörð Bjarmason | 2017-03-24 | 1 | -6/+11 |
| * | tag: change misleading --list <pattern> documentation | Ævar Arnfjörð Bjarmason | 2017-03-24 | 1 | -7/+8 |
| * | ref-filter: make combining --merged & --no-merged an error | Ævar Arnfjörð Bjarmason | 2017-03-21 | 3 | -6/+10 |
| * | tag doc: reword --[no-]merged to talk about commits, not tips | Ævar Arnfjörð Bjarmason | 2017-03-21 | 1 | -3/+3 |
| * | tag doc: split up the --[no-]merged documentation | Ævar Arnfjörð Bjarmason | 2017-03-21 | 1 | -4/+7 |
| * | tag doc: move the description of --[no-]merged earlier | Ævar Arnfjörð Bjarmason | 2017-03-21 | 1 | -5/+5 |
* | | Tenth batch for 2.13 | Junio C Hamano | 2017-03-30 | 1 | -2/+64 |
* | | Merge branch 'ab/case-insensitive-upstream-and-push-marker' | Junio C Hamano | 2017-03-30 | 1 | -1/+5 |
|\ \ | |||||
| * | | rev-parse: match @{upstream}, @{u} and @{push} case-insensitivelyab/case-insensitive-upstream-and-push-marker | Ævar Arnfjörð Bjarmason | 2017-03-27 | 1 | -1/+5 |
* | | | Merge branch 'ab/doc-submitting' | Junio C Hamano | 2017-03-30 | 1 | -3/+9 |
|\ \ \ | |||||
| * | | | doc/SubmittingPatches: show how to get a CLI commit summaryab/doc-submitting | Ævar Arnfjörð Bjarmason | 2017-03-26 | 1 | -1/+2 |
| * | | | doc/SubmittingPatches: clarify the casing convention for "area: change..." | Ævar Arnfjörð Bjarmason | 2017-03-21 | 1 | -2/+7 |
* | | | | Merge branch 'bw/submodule-is-active' | Junio C Hamano | 2017-03-30 | 3 | -8/+25 |
|\ \ \ \ | |||||
| * | | | | clone: teach --recurse-submodules to optionally take a pathspec | Brandon Williams | 2017-03-18 | 1 | -5/+9 |
| * | | | | submodule init: initialize active submodules | Brandon Williams | 2017-03-18 | 1 | -1/+3 |
| * | | | | submodule: decouple url and submodule interest | Brandon Williams | 2017-03-18 | 1 | -2/+13 |
* | | | | | Merge branch 'jc/merge-drop-old-syntax' | Junio C Hamano | 2017-03-30 | 1 | -6/+1 |
|\ \ \ \ \ | |||||
| * | | | | | merge: drop 'git merge <message> HEAD <commit>' syntaxjc/merge-drop-old-syntax | Junio C Hamano | 2015-04-29 | 1 | -6/+1 |
* | | | | | | Ninth batch for 2.13 | Junio C Hamano | 2017-03-28 | 1 | -30/+24 |
* | | | | | | Sync with 'maint' | Junio C Hamano | 2017-03-28 | 1 | -0/+57 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Prepare for 2.12.3 | Junio C Hamano | 2017-03-28 | 1 | -0/+57 |
| * | | | | | | Merge branch 'km/config-grammofix' into maint | Junio C Hamano | 2017-03-28 | 1 | -3/+3 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'dp/filter-branch-prune-empty' into maint | Junio C Hamano | 2017-03-28 | 1 | -8/+6 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'jh/memihash-opt' | Junio C Hamano | 2017-03-28 | 1 | -0/+22 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | hashmap: document memihash_cont, hashmap_disallow_rehash api | Jeff Hostetler | 2017-03-23 | 1 | -0/+22 |
* | | | | | | | | | | Merge branch 'ab/branch-list-doc' | Junio C Hamano | 2017-03-28 | 1 | -2/+7 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | branch doc: update description for `--list`ab/branch-list-doc | Junio C Hamano | 2017-03-24 | 1 | -2/+7 |
| * | | | | | | | | | | branch doc: change `git branch <pattern>` to use `<branchname>` | Ævar Arnfjörð Bjarmason | 2017-03-23 | 1 | -1/+1 |
* | | | | | | | | | | | Merge branch 'sb/checkout-recurse-submodules' | Junio C Hamano | 2017-03-28 | 2 | -0/+13 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | builtin/read-tree: add --recurse-submodules switch | Stefan Beller | 2017-03-16 | 1 | -0/+6 |
| * | | | | | | | | | | | builtin/checkout: add --recurse-submodules switch | Stefan Beller | 2017-03-16 | 1 | -0/+7 |
* | | | | | | | | | | | | Eighth batch for 2.13 | Junio C Hamano | 2017-03-27 | 1 | -0/+22 |
* | | | | | | | | | | | | Merge branch 'km/config-grammofix' | Junio C Hamano | 2017-03-27 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | doc/config: grammar fixes for core.{editor,commentChar}km/config-grammofix | Kyle Meyer | 2017-03-23 | 1 | -3/+3 |
* | | | | | | | | | | | | Merge branch 'sb/describe-broken' | Junio C Hamano | 2017-03-27 | 1 | -3/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | builtin/describe: introduce --broken flagsb/describe-broken | Stefan Beller | 2017-03-22 | 1 | -3/+8 |
* | | | | | | | | | | | | | Merge branch 'sb/push-options-via-transport' | Junio C Hamano | 2017-03-27 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | remote-curl: allow push optionssb/push-options-via-transport | Brandon Williams | 2017-03-22 | 1 | -0/+6 |
* | | | | | | | | | | | | | Sync with 2.12.2 | Junio C Hamano | 2017-03-24 | 2 | -1/+24 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Git 2.12.2v2.12.2 | Junio C Hamano | 2017-03-24 | 2 | -1/+24 |
| * | | | | | | | | | | | | Merge branch 'ab/doc-no-option-notation-fix' into maint | Junio C Hamano | 2017-03-24 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ab/push-default-doc-fix' into maint | Junio C Hamano | 2017-03-24 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'nd/commit-hook-doc-fix' into maint | Junio C Hamano | 2017-03-24 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Seventh batch for 2.13 | Junio C Hamano | 2017-03-24 | 1 | -9/+29 |