summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jn/editor-pager'Junio C Hamano2009-11-204-6/+18
|\
| * add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder2009-11-133-6/+4
| * Teach git var about GIT_PAGERJonathan Nieder2009-11-131-0/+6
| * Teach git var about GIT_EDITORJonathan Nieder2009-11-131-0/+8
* | Merge branch 'bg/format-patch-doc-update'Junio C Hamano2009-11-202-43/+64
|\ \
| * | format-patch: Add "--no-stat" as a synonym for "-p"Björn Gustavsson2009-11-101-0/+1
| * | format-patch documentation: Fix formattingBjörn Gustavsson2009-11-102-41/+41
| * | format-patch documentation: Remove diff options that are not usefulBjörn Gustavsson2009-11-101-2/+12
| * | format-patch: Always generate a patchBjörn Gustavsson2009-11-101-3/+13
* | | Merge branch 'tr/filter-branch'Junio C Hamano2009-11-201-1/+12
|\ \ \
| * | | filter-branch: nearest-ancestor rewriting outside subdir filterThomas Rast2009-11-131-1/+12
| |/ /
* | | Merge branch 'sc/protocol-doc'Junio C Hamano2009-11-203-41/+777
|\ \ \
| * | | Update packfile transfer protocol documentationScott Chacon2009-11-133-41/+777
| |/ /
* | | Merge branch 'jl/submodule-add-noname'Junio C Hamano2009-11-201-2/+6
|\ \ \
| * | | git submodule add: make the <path> parameter optionalJens Lehmann2009-09-221-2/+6
* | | | Merge branch 'rg/doc-workflow'Junio C Hamano2009-11-201-0/+115
|\ \ \ \
| * | | | Add branch management for releases to gitworkflowsRaman Gupta2009-11-201-0/+115
| | |/ / | |/| |
* | | | Merge branch 'jn/help-everywhere'Junio C Hamano2009-11-201-2/+1
|\ \ \ \
| * | | | Show usage string for 'git show-ref -h'Jonathan Nieder2009-11-091-2/+1
* | | | | Merge branch 'sb/tutorial-test'Junio C Hamano2009-11-171-10/+10
|\ \ \ \ \
| * | | | | t1200: Make documentation and test agreeStephen Boyd2009-11-061-10/+10
| |/ / / /
* | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2009-11-171-0/+17
|\ \ \ \ \
| * | | | | Document git-svn's first-parent ruleThomas Rast2009-11-161-0/+10
| * | | | | git svn: attempt to create empty dirs on clone+rebaseEric Wong2009-11-151-0/+7
* | | | | | Update draft release notes to 1.6.6Junio C Hamano2009-11-161-27/+27
* | | | | | Sync with 1.6.5.3Junio C Hamano2009-11-162-1/+65
|\ \ \ \ \ \
| * | | | | | Git 1.6.5.3v1.6.5.3Junio C Hamano2009-11-162-1/+65
| * | | | | | Merge branch 'jk/maint-1.6.3-ls-files-i' into maintJunio C Hamano2009-11-151-2/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jc/maint-blank-at-eof' into maintJunio C Hamano2009-11-151-1/+5
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'tr/maint-roff-quote' into maintJunio C Hamano2009-11-152-0/+24
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'ja/fetch-doc' into maintJunio C Hamano2009-11-153-67/+76
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'cb/doc-fetch-pull-merge' into maintJunio C Hamano2009-11-153-45/+66
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/receive-pack-auto' into maintJunio C Hamano2009-11-151-0/+9
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge branch 'fc/doc-fast-forward'Junio C Hamano2009-11-1515-34/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Use 'fast-forward' all over the placeFelipe Contreras2009-10-2415-34/+34
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'sc/difftool-p4merge'Junio C Hamano2009-11-153-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mergetool--lib: add p4merge as a pre-configured mergetool optionScott Chacon2009-10-283-3/+3
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-11-151-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | / / / | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| * | | | | | | | | | | git-add.txt: fix formatting of --patch sectionStephen Boyd2009-11-141-4/+4
* | | | | | | | | | | | git-describe.txt: formatting fixJunio C Hamano2009-11-101-0/+1
* | | | | | | | | | | | Merge branch 'jk/maint-1.6.3-ls-files-i'Junio C Hamano2009-11-101-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | ls-files: unbreak "ls-files -i"Jeff King2009-10-301-2/+4
* | | | | | | | | | | | Merge branch 'bg/merge-ff-only'Junio C Hamano2009-11-101-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Teach 'git merge' and 'git pull' the option --ff-onlyBjörn Gustavsson2009-10-301-0/+5
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jp/dirty-describe'Junio C Hamano2009-11-101-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Teach "git describe" --dirty optionJean Privat2009-10-271-0/+6
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | git-update-index.txt: Document the --really-refresh option.Štěpán Němec2009-11-101-1/+5
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-11-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Fix documentation grammar typoGisle Aas2009-11-041-1/+1
| * | | | | | | | | | Merge branch 'bg/clone-doc' into maintJunio C Hamano2009-11-011-13/+13
| |\ \ \ \ \ \ \ \ \ \