summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Start preparing for 2.8.4Junio C Hamano2016-05-261-0/+27
* Merge branch 'jc/linkgit-fix' into maintJunio C Hamano2016-05-268-10/+10
|\
| * Documentation: fix linkgit referencesjc/linkgit-fixJunio C Hamano2016-05-098-10/+10
* | Merge branch 'js/windows-dotgit' into maintJunio C Hamano2016-05-261-0/+6
|\ \
| * | mingw: introduce the 'core.hideDotFiles' settingJohannes Schindelin2016-05-111-0/+6
* | | Merge branch 'kf/gpg-sig-verification-doc' into maintJunio C Hamano2016-05-262-4/+7
|\ \ \
| * | | Documentation: clarify signature verificationkf/gpg-sig-verification-docKeller Fuchs2016-05-132-4/+7
| |/ /
* | | Merge branch 'lp/typofixes' into maintJunio C Hamano2016-05-261-1/+1
|\ \ \
| * | | typofix: assorted typofixes in comments, documentation and messageslp/typofixesLi Peng2016-05-061-1/+1
| |/ /
* | | Merge branch 'bn/config-doc-tt-varnames' into maintJunio C Hamano2016-05-261-21/+29
|\ \ \
| * | | config: consistently format $variables in monospaced fontbn/config-doc-tt-varnamesBrian Norris2016-05-051-11/+11
| * | | config: describe 'pathname' value typejc/config-pathname-typeJunio C Hamano2016-05-041-11/+19
* | | | Merge branch 'va/mailinfo-doc-typofix' into maintJunio C Hamano2016-05-261-1/+1
|\ \ \ \
| * | | | Documentation/git-mailinfo: fix typova/mailinfo-doc-typofixVasco Almeida2016-05-111-1/+1
* | | | | Git 2.8.3v2.8.3Junio C Hamano2016-05-182-3/+35
* | | | | Merge branch 'ew/doc-split-pack-disables-bitmap' into HEADJunio C Hamano2016-05-183-8/+15
|\ \ \ \ \
| * | | | | pack-objects: warn on split packs disabling bitmapsew/doc-split-pack-disables-bitmapEric Wong2016-04-283-8/+15
* | | | | | Merge branch 'rn/glossary-typofix' into HEADJunio C Hamano2016-05-181-1/+1
|\ \ \ \ \ \
| * | | | | | Documentation: fix typo 'In such these cases'rn/glossary-typofixRené Nyffenegger2016-05-021-1/+1
* | | | | | | Merge branch 'sb/config-exit-status-list' into HEADJunio C Hamano2016-05-181-3/+3
|\ \ \ \ \ \ \
| * | | | | | | config doc: improve exit code listingsb/config-exit-status-listStefan Beller2016-04-261-3/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'ls/travis-submitting-patches' into HEADJunio C Hamano2016-05-181-17/+63
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Documentation: add setup instructions for Travis CIls/travis-submitting-patchesLars Schneider2016-05-021-17/+63
* | | | | | | Almost ready for 2.8.3Junio C Hamano2016-05-061-0/+9
* | | | | | | Merge branch 'kn/for-each-tag-branch' into maintJunio C Hamano2016-05-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | for-each-ref: fix description of '--contains' in manpagekn/for-each-tag-branchSZEDER Gábor2016-03-301-1/+1
* | | | | | | | Start preparing for 2.8.3Junio C Hamano2016-05-021-0/+61
* | | | | | | | Merge branch 'es/format-patch-doc-hide-no-patch' into maintJunio C Hamano2016-05-021-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | git-format-patch.txt: don't show -s as shorthand for multiple optionses/format-patch-doc-hide-no-patchEric Sunshine2016-04-041-1/+1
* | | | | | | | | Merge branch 'jk/check-repository-format' into maintJunio C Hamano2016-05-021-7/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | config: drop git_config_earlyJeff King2016-03-111-7/+0
* | | | | | | | | | Git 2.8.2v2.8.2Junio C Hamano2016-04-292-1/+17
* | | | | | | | | | Merge branch 'ep/trace-doc-sample-fix' into maintJunio C Hamano2016-04-291-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | api-trace.txt: fix typoep/trace-doc-sample-fixElia Pinto2016-04-051-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Prepare for 2.8.2Junio C Hamano2016-04-141-0/+38
* | | | | | | | | Merge branch 'gf/fetch-pack-direct-object-fetch' into maintJunio C Hamano2016-04-141-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fetch-pack: update the documentation for "<refs>..." argumentsgf/fetch-pack-direct-object-fetchGabriel Souza Franco2016-03-051-0/+4
* | | | | | | | | | Merge branch 'jk/config-get-urlmatch' into maintJunio C Hamano2016-04-141-10/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Documentation/git-config: fix --get-all descriptionjk/config-get-urlmatchJohn Keeping2016-02-281-2/+1
| * | | | | | | | | | Documentation/git-config: use bulleted list for exit codesJohn Keeping2016-02-281-7/+7
| * | | | | | | | | | config: fail if --get-urlmatch finds no valueJohn Keeping2016-02-281-1/+1
* | | | | | | | | | | Merge branch 'oa/doc-diff-check' into maintJunio C Hamano2016-04-141-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Documentation: git diff --check detects conflict markersoa/doc-diff-checkOri Avtalion2016-03-291-2/+2
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'pb/opt-cmdmode-doc' into maintJunio C Hamano2016-04-141-0/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | api-parse-options.txt: document OPT_CMDMODE()pb/opt-cmdmode-docPranit Bauva2016-03-251-0/+7
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'nd/apply-doc' into maintJunio C Hamano2016-04-141-1/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git-apply.txt: mention the behavior inside a subdirnd/apply-docNguyễn Thái Ngọc Duy2016-03-241-0/+2
| * | | | | | | | | | | git-apply.txt: remove a spaceNguyễn Thái Ngọc Duy2016-03-241-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'cc/doc-recommend-performance-trace-to-file' into maintJunio C Hamano2016-04-141-0/+43
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Documentation: talk about pager in api-trace.txtcc/doc-recommend-performance-trace-to-fileChristian Couder2016-03-071-0/+43
| | |_|_|_|/ / / / / / | |/| | | | | | | | |