summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* git-submodule: add "sync" commandDavid Aguilar2008-08-251-0/+9
* Merge branch 'maint' to sync with 1.6.0.1Junio C Hamano2008-08-243-13/+27
|\
| * GIT 1.6.0.1v1.6.0.1Junio C Hamano2008-08-241-6/+11
| * Documentation: clarify pager configurationJonathan Nieder2008-08-242-3/+9
| * Documentation: clarify pager.<cmd> configurationJonathan Nieder2008-08-241-3/+5
* | git-merge documentation: more details about resolving conflictsDan Hensgen2008-08-221-6/+18
* | Extend "checkout --track" DWIM to support more casesAlex Riesen2008-08-221-3/+10
* | Teach "git diff -p" HTML funcname patternsJohan Herland2008-08-201-0/+2
* | Teach "git diff -p" Python funcname patternsKirill Smelkov2008-08-201-0/+2
* | Merge branch 'ml/submodule-foreach'Junio C Hamano2008-08-201-0/+17
|\ \
| * | git-submodule - Add 'foreach' subcommandMark Levedahl2008-08-171-0/+17
* | | Merge branch 'kh/diff-tree'Junio C Hamano2008-08-201-5/+14
|\ \ \
| * | | Teach git diff-tree --stdin to diff treesKarl Hasselström2008-08-111-5/+10
| * | | diff-tree: Note that the commit ID is printed with --stdinKarl Hasselström2008-08-111-3/+7
* | | | Merge branch 'mg/count-objects'Junio C Hamano2008-08-201-2/+3
|\ \ \ \
| * | | | count-objects: Add total pack size to verbose outputMarcus Griep2008-08-171-2/+3
* | | | | Merge branch 'cc/merge-base-many'Junio C Hamano2008-08-201-11/+66
|\ \ \ \ \
| * | | | | documentation: merge-base: explain "git merge-base" with more than 2 argsJunio C Hamano2008-07-291-11/+66
* | | | | | Update draft release notes for 1.6.1Junio C Hamano2008-08-201-5/+21
* | | | | | Merge branch 'maint'Junio C Hamano2008-08-202-2/+27
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Update draft release notes for 1.6.0.1Junio C Hamano2008-08-201-2/+18
| * | | | | Add hints to revert documentation about other ways to undo changesTarmigan Casebolt2008-08-201-0/+9
* | | | | | Merge branch 'dp/hash-literally'Junio C Hamano2008-08-191-1/+19
|\ \ \ \ \ \
| * | | | | | add --no-filters option to git hash-objectDmitry Potapov2008-08-031-1/+7
| * | | | | | add --path option to git hash-objectDmitry Potapov2008-08-031-1/+11
| * | | | | | correct usage help string for git-hash-objectDmitry Potapov2008-08-031-1/+3
* | | | | | | Merge branch 'js/checkout-dwim-local'Junio C Hamano2008-08-191-1/+9
|\ \ \ \ \ \ \
| * | | | | | | checkout --track: make up a sensible branch name if '-b' was omittedJohannes Schindelin2008-08-111-1/+9
* | | | | | | | Merge branch 'rs/imap'Junio C Hamano2008-08-191-12/+66
|\ \ \ \ \ \ \ \
| * | | | | | | | Documentation: Improve documentation for git-imap-send(1)Robert Shearman2008-07-251-12/+65
| * | | | | | | | git-imap-send: Support SSLRobert Shearman2008-07-251-1/+2
* | | | | | | | | reword --full-index descriptionJim Meyering2008-08-191-3/+3
* | | | | | | | | SubmittingPatches: fix a typoJim Meyering2008-08-191-1/+1
* | | | | | | | | add boolean diff.suppress-blank-empty config optionJim Meyering2008-08-191-0/+4
* | | | | | | | | Merge branch 'maint'Junio C Hamano2008-08-191-4/+4
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | adapt git-cvsserver manpage to dash-free syntaxRobert Schiele2008-08-181-4/+4
* | | | | | | | Start 1.6.1 cycleJunio C Hamano2008-08-171-0/+42
|/ / / / / / /
* | | | | | | Start 1.6.0.X maintenance seriesJunio C Hamano2008-08-171-0/+15
* | | | | | | GIT 1.6.0v1.6.0Junio C Hamano2008-08-172-12/+16
| |_|_|_|/ / |/| | | | |
* | | | | | Documentation: document the pager.* configuration settingMiklos Vajna2008-08-161-0/+5
* | | | | | git-stash: improve synopsis in help and manual pageStephan Beyer2008-08-161-3/+10
* | | | | | git-am: ignore --binary optionStephan Beyer2008-08-161-6/+1
* | | | | | git format-patch documentation: clarify what --cover-letter doesMatt McCutchen2008-08-141-3/+3
* | | | | | GIT 1.6.0-rc3v1.6.0-rc3Junio C Hamano2008-08-121-2/+2
* | | | | | Merge branch 'maint'Junio C Hamano2008-08-121-0/+2
|\ \ \ \ \ \
| * | | | | | Do not talk about "diff" in rev-list documentation.Junio C Hamano2008-08-121-0/+2
* | | | | | | Documentation: rev-list-options: Rewrite simplification descriptions for clarityThomas Rast2008-08-121-17/+136
* | | | | | | Teach git diff about BibTeX head hunk patternsGustaf Hendeby2008-08-121-0/+2
* | | | | | | gitattributes: Document built in hunk header patternsGustaf Hendeby2008-08-121-3/+10
* | | | | | | Documentation: rev-list-options: Fix a typoThomas Rast2008-08-111-1/+1