summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Git 1.7.5.4v1.7.5.4Junio C Hamano2011-06-012-1/+5
* Merge branch 'jk/maint-docs' into maintJunio C Hamano2011-06-014-15/+35
|\
| * docs: fix some antique example outputJeff King2011-05-262-4/+4
| * docs: make sure literal "->" isn't converted to arrowJeff King2011-05-262-5/+5
| * docs: update status --porcelain formatJeff King2011-05-261-4/+23
| * docs: minor grammar fixes to git-statusJeff King2011-05-261-3/+4
* | Merge branch 'jn/doc-remote-helpers' into maintJunio C Hamano2011-06-011-3/+3
|\ \
| * | Documentation: do not misinterpret refspecs as bold textJonathan Nieder2011-05-301-3/+3
* | | Start 1.7.5.4 draft release notesJunio C Hamano2011-05-311-0/+18
* | | Merge branch 'vh/config-interactive-singlekey-doc' into maintJunio C Hamano2011-05-315-13/+21
|\ \ \
| * | | git-reset.txt: better docs for '--patch'Valentin Haenel2011-05-051-3/+4
| * | | git-checkout.txt: better docs for '--patch'Valentin Haenel2011-05-051-3/+4
| * | | git-stash.txt: better docs for '--patch'Valentin Haenel2011-05-051-4/+5
| * | | git-add.txt: document 'interactive.singlekey'Valentin Haenel2011-05-051-1/+5
| * | | config.txt: 'interactive.singlekey; is used by...Valentin Haenel2011-05-051-2/+3
* | | | Merge branch 'rr/doc-content-type' into maintJunio C Hamano2011-05-312-62/+103
|\ \ \ \ | |_|/ / |/| | |
| * | | Documentation: Allow custom diff tools to be specified in 'diff.tool'Ramkumar Ramachandra2011-04-061-6/+8
| * | | Documentation: Add diff.<driver>.* to configRamkumar Ramachandra2011-04-061-0/+28
| * | | Documentation: Move diff.<driver>.* from config.txt to diff-config.txtRamkumar Ramachandra2011-04-062-62/+63
| * | | Documentation: Add filter.<driver>.* to configRamkumar Ramachandra2011-04-061-0/+10
* | | | Merge branch 'bc/maint-api-doc-parked' into maintJunio C Hamano2011-05-301-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Documentation/technical/api-diff.txt: correct name of diff_unmerge()Brandon Casey2011-05-261-2/+2
* | | | Git 1.7.5.3v1.7.5.3Junio C Hamano2011-05-262-1/+34
* | | | Merge branch 'mg/diff-uiconfig-doc' into maintJunio C Hamano2011-05-262-12/+30
|\ \ \ \
| * | | | config.txt,diff-options.txt: porcelain vs. plumbing for color.diffMichael J Gruber2011-04-272-12/+30
| | |_|/ | |/| |
* | | | Merge branch 'ss/doc-svn' into maintJunio C Hamano2011-05-261-9/+7
|\ \ \ \
| * | | | remove noise and inaccuracies from git-svn docsStefan Sperling2011-04-191-9/+7
* | | | | Merge branch 'jn/format-patch-doc' into maintJunio C Hamano2011-05-264-195/+229
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Documentation/format-patch: suggest Toggle Word Wrap add-on for ThunderbirdJohannes Sixt2011-04-191-4/+14
| * | | | Documentation: publicize hints for sending patches with GMailJonathan Nieder2011-04-154-55/+61
| * | | | Documentation: publicize KMail hints for sending patches inlineJonathan Nieder2011-04-152-20/+18
| * | | | Documentation: hints for sending patches inline with ThunderbirdJonathan Nieder2011-04-152-80/+84
| * | | | Documentation: explain how to check for patch corruptionJonathan Nieder2011-04-152-44/+60
| * | | | Merge v1.7.5-rc2 into jn/format-patch-docJunio C Hamano2011-04-15147-1317/+780
| |\ \ \ \
* | | | | | init/clone: remove short option -L and document --separate-git-dirNguyen Thai Ngoc Duy2011-05-253-5/+3
* | | | | | Git 1.7.5.2v1.7.5.2Junio C Hamano2011-05-191-1/+2
* | | | | | Update draft release notes to 1.7.5.2Junio C Hamano2011-05-161-0/+15
* | | | | | Merge branch 'jn/maint-format-patch-doc' into maintJunio C Hamano2011-05-161-0/+58
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Documentation: describe the format of messages with inline patchesJonathan Nieder2011-04-151-0/+58
* | | | | | Merge branch 'ss/cherry-pick-x-doc' into maintJunio C Hamano2011-05-161-3/+4
|\ \ \ \ \ \
| * | | | | | doc: Clarify that "cherry-pick -x" does not use "git notes"Sebastian Schuberth2011-04-151-3/+4
| |/ / / / /
* | | | | | Merge branch 'vr/merge-base-doc' into maintJunio C Hamano2011-05-161-13/+21
|\ \ \ \ \ \
| * | | | | | Restructure documentation for git-merge-base.Jonathan Nieder2011-04-151-12/+16
| * | | | | | Documentation: update to git-merge-base --octopusVincent van Ravesteijn2011-04-151-1/+5
| |/ / / / /
* | | | | | Documentation/git-fsck.txt: fix typo: unreadable -> unreachableJim Meyering2011-05-161-2/+2
* | | | | | Update draft release notes to 1.7.5.2Junio C Hamano2011-05-151-0/+9
* | | | | | Merge branch 'cn/format-patch-quiet' into maintJunio C Hamano2011-05-151-1/+4
|\ \ \ \ \ \
| * | | | | | format-patch: document --quiet optionCarlos Martín Nieto2011-04-121-1/+4
* | | | | | | Merge branch 'vh/git-svn-doc' into maintJunio C Hamano2011-05-151-11/+11
|\ \ \ \ \ \ \
| * | | | | | | git-svn.txt: small typeface improvementsValentin Haenel2011-04-261-4/+4