Age | Commit message (Expand) | Author | Files | Lines |
2016-09-12 | First batch for 2.11 | Junio C Hamano | 1 | -0/+41 |
2016-09-12 | Merge branch 'jk/diff-submodule-diff-inline' | Junio C Hamano | 2 | -11/+18 |
2016-09-08 | Sync with maint | Junio C Hamano | 1 | -0/+83 |
2016-09-08 | Start the 2.11 cycle | Junio C Hamano | 1 | -0/+56 |
2016-09-08 | Merge branch 'hv/doc-commit-reference-style' | Junio C Hamano | 1 | -3/+8 |
2016-09-08 | Merge branch 'sb/submodule-clone-rr' | Junio C Hamano | 2 | -1/+16 |
2016-09-08 | Merge branch 'jh/status-v2-porcelain' | Junio C Hamano | 1 | -6/+127 |
2016-09-08 | Merge branch 'po/range-doc' | Junio C Hamano | 5 | -51/+88 |
2016-09-08 | Merge branch 'cc/receive-pack-limit' | Junio C Hamano | 4 | -0/+14 |
2016-09-08 | Start maintenance track for 2.10.x series | Junio C Hamano | 27 | -90/+1008 |
2016-09-08 | Prepare for 2.9.4 | Junio C Hamano | 1 | -0/+83 |
2016-09-08 | Merge branch 'hv/doc-commit-reference-style' into maint | Junio C Hamano | 1 | -0/+10 |
2016-09-08 | Merge branch 'ls/packet-line-protocol-doc-fix' into maint | Junio C Hamano | 1 | -3/+3 |
2016-09-08 | Merge branch 'dg/document-git-c-in-git-config-doc' into maint | Junio C Hamano | 1 | -0/+3 |
2016-09-08 | Merge branch 'ms/document-pack-window-memory-is-per-thread' into maint | Junio C Hamano | 2 | -4/+6 |
2016-09-08 | Merge branch 'jk/push-force-with-lease-creation' into maint | Junio C Hamano | 1 | -2/+3 |
2016-09-08 | Merge branch 'jk/reflog-date' into maint | Junio C Hamano | 2 | -9/+41 |
2016-09-08 | Merge branch 'jc/renormalize-merge-kill-safer-crlf' into maint | Junio C Hamano | 2 | -13/+14 |
2016-09-02 | Git 2.10 | Junio C Hamano | 1 | -0/+5 |
2016-08-31 | diff: teach diff to display submodule difference with an inline diff | Jacob Keller | 2 | -11/+15 |
2016-08-31 | graph: add support for --line-prefix on all graph-aware output | Jacob Keller | 1 | -0/+3 |
2016-08-31 | A few more fixes before the final 2.10 | Junio C Hamano | 1 | -3/+8 |
2016-08-31 | Merge branch 'ls/packet-line-protocol-doc-fix' | Junio C Hamano | 1 | -3/+3 |
2016-08-30 | pack-protocol: fix maximum pkt-line size | Lars Schneider | 1 | -3/+3 |
2016-08-26 | SubmittingPatches: use gitk's "Copy commit summary" format | Beat Bolli | 1 | -3/+8 |
2016-08-26 | Git 2.10-rc2 | Junio C Hamano | 1 | -0/+3 |
2016-08-26 | gitattributes: Document the unified "auto" handling | Torsten Bögershausen | 1 | -34/+24 |
2016-08-25 | Prepare for 2.10.0-rc2 | Junio C Hamano | 1 | -2/+29 |
2016-08-25 | Merge branch 'dg/document-git-c-in-git-config-doc' | Junio C Hamano | 1 | -0/+3 |
2016-08-25 | Merge branch 'hv/doc-commit-reference-style' | Junio C Hamano | 1 | -0/+5 |
2016-08-25 | git ls-files: text=auto eol=lf is supported in Git 2.10 | Torsten Bögershausen | 1 | -2/+1 |
2016-08-24 | receive-pack: allow a maximum input size to be specified | Jeff King | 2 | -0/+9 |
2016-08-24 | unpack-objects: add --max-input-size=<size> option | Christian Couder | 1 | -0/+3 |
2016-08-24 | index-pack: add --max-input-size=<size> option | Jeff King | 1 | -0/+2 |
2016-08-23 | doc: mention `git -c` in git-config(1) | David Glasser | 1 | -0/+3 |
2016-08-19 | Git 2.10-rc1 | Junio C Hamano | 1 | -0/+31 |
2016-08-17 | clone: recursive and reference option triggers submodule alternates | Stefan Beller | 1 | -0/+12 |
2016-08-17 | RelNotes: final batch of topics before -rc1 | Junio C Hamano | 1 | -0/+13 |
2016-08-17 | relnotes: redo the description of text=auto fix | Junio C Hamano | 1 | -5/+4 |
2016-08-17 | SubmittingPatches: document how to reference previous commits | Heiko Voigt | 1 | -0/+5 |
2016-08-15 | clone: implement optional references | Stefan Beller | 1 | -1/+4 |
2016-08-15 | Relnotes: decribe the updates to the "text=auto" attribute | Junio C Hamano | 1 | -0/+9 |
2016-08-14 | Git 2.10-rc0 | Junio C Hamano | 1 | -12/+10 |
2016-08-13 | doc: revisions: sort examples and fix alignment of the unchanged | Philip Oakley | 1 | -6/+6 |
2016-08-13 | doc: revisions: show revision expansion in examples | Philip Oakley | 1 | -6/+17 |
2016-08-13 | doc: revisions - clarify reachability examples | Philip Oakley | 1 | -5/+6 |
2016-08-13 | doc: revisions - define `reachable` | Philip Oakley | 1 | -4/+10 |
2016-08-13 | doc: gitrevisions - clarify 'latter case' is revision walk | Philip Oakley | 1 | -2/+2 |
2016-08-13 | doc: gitrevisions - use 'reachable' in page description | Philip Oakley | 1 | -2/+2 |
2016-08-13 | doc: revisions: single vs multi-parent notation comparison | Philip Oakley | 1 | -0/+4 |