summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * SubmittingPatches: use gitk's "Copy commit summary" formathv/doc-commit-reference-styleBeat Bolli2016-08-261-3/+8
| * SubmittingPatches: document how to reference previous commitsHeiko Voigt2016-08-171-0/+5
* | Merge branch 'ls/packet-line-protocol-doc-fix' into maintJunio C Hamano2016-09-081-3/+3
|\ \
| * | pack-protocol: fix maximum pkt-line sizels/packet-line-protocol-doc-fixLars Schneider2016-08-301-3/+3
* | | Merge branch 'dg/document-git-c-in-git-config-doc' into maintJunio C Hamano2016-09-081-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 'ms/document-pack-window-memory-is-per-thread' into maintJunio C Hamano2016-09-082-4/+6
|\ \ \
| * | | document git-repack interaction of pack.threads and pack.windowMemoryms/document-pack-window-memory-is-per-threadMichael Stahl2016-08-102-4/+6
* | | | Merge branch 'jk/push-force-with-lease-creation' into maintJunio C Hamano2016-09-081-2/+3
|\ \ \ \
| * | | | push: add shorthand for --force-with-lease branch creationJohn Keeping2016-07-261-1/+2
| * | | | Documentation/git-push: fix placeholder formattingJohn Keeping2016-07-251-1/+1
* | | | | Merge branch 'jk/reflog-date' into maintJunio C Hamano2016-09-082-9/+41
|\ \ \ \ \
| * | | | | date: clarify --date=raw descriptionjk/reflog-dateJunio C Hamano2016-07-271-1/+5
| * | | | | date: add "unix" formatJeff King2016-07-271-0/+4
| * | | | | date: document and test "raw-local" modeJeff King2016-07-271-2/+5
| * | | | | doc/pretty-formats: explain shortening of %gdJeff King2016-07-221-3/+6
| * | | | | doc/pretty-formats: describe index/time formats for %gdJeff King2016-07-221-2/+5
| * | | | | doc/rev-list-options: explain "-g" output formatsJeff King2016-07-221-4/+19
| * | | | | doc/rev-list-options: clarify "commit@{Nth}" for "-g" optionJeff King2016-07-221-2/+2
* | | | | | Merge branch 'jc/renormalize-merge-kill-safer-crlf' into maintJunio C Hamano2016-09-082-13/+14
|\ \ \ \ \ \
| * | | | | | convert: unify the "auto" handling of CRLFTorsten Bögershausen2016-07-062-13/+14
* | | | | | | Git 2.9.3v2.9.3Junio C Hamano2016-08-122-1/+12
* | | | | | | Yet another batch for 2.9.3Junio C Hamano2016-08-101-0/+68
* | | | | | | Merge branch 'jh/clean-smudge-f-doc' into maintJunio C Hamano2016-08-101-0/+5
|\ \ \ \ \ \ \
| * | | | | | | clarify %f documentationjh/clean-smudge-f-docJoey Hess2016-08-031-0/+5
* | | | | | | | Merge branch 'jc/hashmap-doc-init' into maintJunio C Hamano2016-08-101-0/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | hashmap: clarify that hashmap_entry can safely be discardedjc/hashmap-doc-initJunio C Hamano2016-08-021-0/+5
* | | | | | | | Hopefully final batch for 2.9.3Junio C Hamano2016-08-081-0/+34
* | | | | | | | Merge branch 'sb/pack-protocol-doc-nak' into maintJunio C Hamano2016-08-081-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Documentation: pack-protocol correct NAK responsesb/pack-protocol-doc-nakStefan Beller2016-07-221-1/+1
* | | | | | | | | Merge branch 'jc/doc-diff-filter-exclude' into maintJunio C Hamano2016-08-081-0/+3
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | diff: document diff-filter exclusionjc/doc-diff-filter-excludeJunio C Hamano2016-07-141-0/+3
| |/ / / / / / /
* | | | | | | | Some fixes for 2.9.3fbsd-lazy-mtimeJunio C Hamano2016-07-281-0/+58
* | | | | | | | Merge branch 'nd/doc-new-command' into maintJunio C Hamano2016-07-281-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | new-command.txt: correct the command description filend/doc-new-commandNguyễn Thái Ngọc Duy2016-06-271-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'mm/doc-tt' into maintJunio C Hamano2016-07-2862-227/+228
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | doc: typeset HEAD and variants as literalmm/doc-ttMatthieu Moy2016-06-2811-26/+26
| * | | | | | | CodingGuidelines: formatting HEAD in documentationMatthieu Moy2016-06-281-2/+3
| * | | | | | | doc: typeset long options with argument as literalMatthieu Moy2016-06-281-2/+2
| * | | | | | | doc: typeset '--' as literalMatthieu Moy2016-06-283-4/+4
| * | | | | | | doc: typeset long command-line options as literalMatthieu Moy2016-06-2846-149/+149
| * | | | | | | doc: typeset short command-line options as literalMatthieu Moy2016-06-2823-52/+52
| * | | | | | | Documentation/git-mv.txt: fix whitespace indentationMatthieu Moy2016-06-281-2/+2
* | | | | | | | Git 2.9.2v2.9.2Junio C Hamano2016-07-152-1/+15
* | | | | | | | Git 2.9.1v2.9.1Junio C Hamano2016-07-112-1/+57
* | | | | | | | Merge branch 'jn/preformatted-doc-url' into maintJunio C Hamano2016-07-111-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | doc: git-htmldocs.googlecode.com is no morejn/preformatted-doc-urlJonathan Nieder2016-06-221-2/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'sb/clone-shallow-passthru' into maintJunio C Hamano2016-07-111-3/+2
|\ \ \ \ \ \ \ \