summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* First batch for 2.11Junio C Hamano2016-09-121-0/+41
* Merge branch 'jk/diff-submodule-diff-inline'Junio C Hamano2016-09-122-11/+18
|\
| * diff: teach diff to display submodule difference with an inline diffJacob Keller2016-08-312-11/+15
| * graph: add support for --line-prefix on all graph-aware outputJacob Keller2016-08-311-0/+3
* | Sync with maintJunio C Hamano2016-09-081-0/+83
|\ \
| * \ Start maintenance track for 2.10.x seriesJunio C Hamano2016-09-0827-90/+1008
| |\ \
| * | | Prepare for 2.9.4Junio C Hamano2016-09-081-0/+83
| * | | Merge branch 'hv/doc-commit-reference-style' into maintJunio C Hamano2016-09-081-0/+10
| |\ \ \
| * \ \ \ Merge branch 'ls/packet-line-protocol-doc-fix' into maintJunio C Hamano2016-09-081-3/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'dg/document-git-c-in-git-config-doc' into maintJunio C Hamano2016-09-081-0/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'ms/document-pack-window-memory-is-per-thread' into maintJunio C Hamano2016-09-082-4/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/push-force-with-lease-creation' into maintJunio C Hamano2016-09-081-2/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jk/reflog-date' into maintJunio C Hamano2016-09-082-9/+41
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jc/renormalize-merge-kill-safer-crlf' into maintJunio C Hamano2016-09-082-13/+14
| |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | Start the 2.11 cycleJunio C Hamano2016-09-081-0/+56
* | | | | | | | | | | Merge branch 'hv/doc-commit-reference-style'Junio C Hamano2016-09-081-3/+8
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | SubmittingPatches: use gitk's "Copy commit summary" formathv/doc-commit-reference-styleBeat Bolli2016-08-261-3/+8
* | | | | | | | | | | Merge branch 'sb/submodule-clone-rr'Junio C Hamano2016-09-082-1/+16
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | clone: recursive and reference option triggers submodule alternatessb/submodule-clone-rrStefan Beller2016-08-171-0/+12
| * | | | | | | | | | | clone: implement optional referencesStefan Beller2016-08-151-1/+4
* | | | | | | | | | | | Merge branch 'jh/status-v2-porcelain'Junio C Hamano2016-09-081-6/+127
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | git-status.txt: describe --porcelain=v2 formatJeff Hostetler2016-08-111-4/+122
| * | | | | | | | | | | | status: support --porcelain[=<version>]Jeff Hostetler2016-08-051-2/+5
* | | | | | | | | | | | | Merge branch 'po/range-doc'Junio C Hamano2016-09-085-51/+88
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | doc: revisions: sort examples and fix alignment of the unchangedpo/range-docPhilip Oakley2016-08-131-6/+6
| * | | | | | | | | | | | | doc: revisions: show revision expansion in examplesPhilip Oakley2016-08-131-6/+17
| * | | | | | | | | | | | | doc: revisions - clarify reachability examplesPhilip Oakley2016-08-131-5/+6
| * | | | | | | | | | | | | doc: revisions - define `reachable`Philip Oakley2016-08-131-4/+10
| * | | | | | | | | | | | | doc: gitrevisions - clarify 'latter case' is revision walkPhilip Oakley2016-08-131-2/+2
| * | | | | | | | | | | | | doc: gitrevisions - use 'reachable' in page descriptionPhilip Oakley2016-08-131-2/+2
| * | | | | | | | | | | | | doc: revisions: single vs multi-parent notation comparisonPhilip Oakley2016-08-131-0/+4
| * | | | | | | | | | | | | doc: revisions: extra clarification of <rev>^! notation effectsPhilip Oakley2016-08-131-1/+2
| * | | | | | | | | | | | | doc: revisions: give headings for the two and three dot notationsPhilip Oakley2016-08-121-22/+36
| * | | | | | | | | | | | | doc: show the actual left, right, and boundary marksPhilip Oakley2016-07-201-1/+1
| * | | | | | | | | | | | | doc: revisions - name the left and right sidesPhilip Oakley2016-07-201-1/+1
| * | | | | | | | | | | | | doc: use 'symmetric difference' consistentlyPhilip Oakley2016-07-202-3/+3
* | | | | | | | | | | | | | Merge branch 'cc/receive-pack-limit'Junio C Hamano2016-09-084-0/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | receive-pack: allow a maximum input size to be specifiedcc/receive-pack-limitJeff King2016-08-242-0/+9
| * | | | | | | | | | | | | unpack-objects: add --max-input-size=<size> optionChristian Couder2016-08-241-0/+3
| * | | | | | | | | | | | | index-pack: add --max-input-size=<size> optionJeff King2016-08-241-0/+2
* | | | | | | | | | | | | | Git 2.10v2.10.0Junio C Hamano2016-09-021-0/+5
* | | | | | | | | | | | | | A few more fixes before the final 2.10Junio C Hamano2016-08-311-3/+8
* | | | | | | | | | | | | | Merge branch 'ls/packet-line-protocol-doc-fix'Junio C Hamano2016-08-311-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | pack-protocol: fix maximum pkt-line sizels/packet-line-protocol-doc-fixLars Schneider2016-08-301-3/+3
* | | | | | | | | | | | | | Git 2.10-rc2v2.10.0-rc2Junio C Hamano2016-08-261-0/+3
* | | | | | | | | | | | | | gitattributes: Document the unified "auto" handlingTorsten Bögershausen2016-08-261-34/+24
* | | | | | | | | | | | | | Prepare for 2.10.0-rc2Junio C Hamano2016-08-251-2/+29
* | | | | | | | | | | | | | Merge branch 'dg/document-git-c-in-git-config-doc'Junio C Hamano2016-08-251-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | doc: mention `git -c` in git-config(1)dg/document-git-c-in-git-config-docDavid Glasser2016-08-231-0/+3
* | | | | | | | | | | | | | Merge branch 'hv/doc-commit-reference-style'Junio C Hamano2016-08-251-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |