Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The sixth batch for 2.18 | Junio C Hamano | 2018-05-23 | 1 | -0/+101 |
* | Merge branch 'bc/asciidoctor-tab-width' | Junio C Hamano | 2018-05-23 | 2 | -1/+3 |
|\ | |||||
| * | Documentation: render revisions correctly under Asciidoctor | brian m. carlson | 2018-05-07 | 1 | -0/+2 |
| * | Documentation: use 8-space tabs with Asciidoctor | brian m. carlson | 2018-05-07 | 1 | -1/+1 |
* | | Merge branch 'nd/pack-unreachable-objects-doc' | Junio C Hamano | 2018-05-23 | 1 | -0/+13 |
|\ \ | |||||
| * | | pack-objects: validation and documentation about unreachable options | Nguyễn Thái Ngọc Duy | 2018-05-06 | 1 | -0/+13 |
| |/ | |||||
* | | Merge branch 'ah/misc-doc-updates' | Junio C Hamano | 2018-05-23 | 6 | -68/+77 |
|\ \ | |||||
| * | | doc: normalize [--options] to [options] in git-diff | Andreas Heiduk | 2018-05-06 | 1 | -7/+7 |
| * | | doc: add note about shell quoting to revision.txt | Andreas Heiduk | 2018-05-06 | 1 | -0/+6 |
| * | | git-svn: remove ''--add-author-from' for 'commit-diff' | Andreas Heiduk | 2018-05-06 | 1 | -1/+1 |
| * | | doc: add '-d' and '-o' for 'git push' | Andreas Heiduk | 2018-05-06 | 1 | -1/+2 |
| * | | doc: clarify ignore rules for git ls-files | Andreas Heiduk | 2018-05-06 | 1 | -1/+2 |
| * | | doc: align 'diff --no-index' in text and synopsis | Andreas Heiduk | 2018-05-06 | 1 | -2/+2 |
| * | | doc: improve formatting in githooks.txt | Andreas Heiduk | 2018-05-06 | 1 | -57/+58 |
| |/ | |||||
* | | Merge branch 'nd/doc-header' | Junio C Hamano | 2018-05-23 | 38 | -96/+96 |
|\ \ | |||||
| * | | doc: keep first level section header in upper case | Nguyễn Thái Ngọc Duy | 2018-05-02 | 38 | -96/+96 |
* | | | Merge branch 'js/rebase-recreate-merge' | Junio C Hamano | 2018-05-23 | 3 | -2/+175 |
|\ \ \ | |||||
| * | | | rebase -i --rebase-merges: add a section to the man page | Johannes Schindelin | 2018-04-26 | 1 | -0/+135 |
| * | | | rebase -i: introduce --rebase-merges=[no-]rebase-cousins | Johannes Schindelin | 2018-04-26 | 1 | -4/+11 |
| * | | | pull: accept --rebase=merges to recreate the branch topology | Johannes Schindelin | 2018-04-26 | 2 | -1/+13 |
| * | | | rebase: introduce the --rebase-merges option | Johannes Schindelin | 2018-04-26 | 1 | -1/+20 |
| |/ / | |||||
* | | | Merge branch 'nd/pack-objects-pack-struct' | Junio C Hamano | 2018-05-23 | 3 | -3/+9 |
|\ \ \ | |||||
| * | | | pack-objects: shrink z_delta_size field in struct object_entry | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -1/+2 |
| * | | | pack-objects: use bitfield for object_entry::depth | Nguyễn Thái Ngọc Duy | 2018-04-16 | 3 | -2/+7 |
* | | | | Merge branch 'js/no-pager-shorthand' | Junio C Hamano | 2018-05-23 | 1 | -1/+2 |
|\ \ \ \ | |||||
| * | | | | git: add -P as a short option for --no-pager | Johannes Sixt | 2018-05-04 | 1 | -1/+2 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'tg/worktree-add-existing-branch' | Junio C Hamano | 2018-05-23 | 1 | -2/+7 |
|\ \ \ \ | |||||
| * | | | | worktree: teach "add" to check out existing branches | Thomas Gummerer | 2018-04-30 | 1 | -2/+7 |
* | | | | | Merge branch 'js/deprecate-grafts' | Junio C Hamano | 2018-05-23 | 3 | -13/+20 |
|\ \ \ \ \ | |||||
| * | | | | | technical/shallow: describe why shallow cannot use replace refs | Johannes Schindelin | 2018-04-30 | 1 | -0/+7 |
| * | | | | | technical/shallow: stop referring to grafts | Johannes Schindelin | 2018-04-30 | 1 | -9/+4 |
| * | | | | | filter-branch: stop suggesting to use grafts | Johannes Schindelin | 2018-04-30 | 1 | -1/+1 |
| * | | | | | replace: introduce --convert-graft-file | Johannes Schindelin | 2018-04-30 | 1 | -3/+8 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'bw/server-options' | Junio C Hamano | 2018-05-23 | 3 | -0/+26 |
|\ \ \ \ \ | |||||
| * | | | | | fetch: send server options when using protocol v2 | Brandon Williams | 2018-04-24 | 1 | -0/+8 |
| * | | | | | ls-remote: send server options when using protocol v2 | Brandon Williams | 2018-04-24 | 1 | -0/+8 |
| * | | | | | serve: introduce the server-option capability | Brandon Williams | 2018-04-24 | 1 | -0/+10 |
| * | | | | | Merge branch 'bw/protocol-v2' into HEAD | Junio C Hamano | 2018-04-24 | 3 | -0/+428 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'nd/repack-keep-pack' | Junio C Hamano | 2018-05-23 | 4 | -6/+43 |
|\ \ \ \ \ \ | |||||
| * | | | | | | gc --auto: exclude base pack if not enough mem to "repack -ad" | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -2/+7 |
| * | | | | | | gc: handle a corner case in gc.bigPackThreshold | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -0/+5 |
| * | | | | | | gc: add gc.bigPackThreshold config | Nguyễn Thái Ngọc Duy | 2018-04-16 | 2 | -2/+11 |
| * | | | | | | gc: add --keep-largest-pack option | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -1/+5 |
| * | | | | | | repack: add --keep-pack option | Nguyễn Thái Ngọc Duy | 2018-04-16 | 2 | -2/+16 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'nd/pack-format-doc' | Junio C Hamano | 2018-05-23 | 1 | -0/+92 |
|\ \ \ \ \ \ | |||||
| * | | | | | | pack-format.txt: more details on pack file format | Nguyễn Thái Ngọc Duy | 2018-05-13 | 1 | -0/+92 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'jk/apply-p-doc' | Junio C Hamano | 2018-05-23 | 1 | -2/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | apply: clarify "-p" documentation | Jeff King | 2018-05-11 | 1 | -2/+4 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'ao/config-api-doc' | Junio C Hamano | 2018-05-23 | 1 | -8/+10 |
|\ \ \ \ \ \ | |||||
| * | | | | | | doc: fix config API documentation about config_with_options | Antonio Ospite | 2018-05-11 | 1 | -8/+10 |
| |/ / / / / |