summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/clone-post-checkout'Junio C Hamano2009-03-281-0/+4
|\
| * githooks documentation: post-checkout hook is also called after cloneJens Lehmann2009-03-221-0/+4
* | Grammar fix for "git merge" man pageWincent Colaiuta2009-03-261-1/+1
* | Merge branch 'maint'Junio C Hamano2009-03-261-1/+1
|\ \
| * | documentation: update cvsimport description of "-r" for recent cloneCarlo Marcelo Arenas Belon2009-03-261-1/+1
* | | Merge branch 'fg/push-default'Junio C Hamano2009-03-262-0/+25
|\ \ \
| * | | Display warning for default git push with no push.default configFinn Arne Gangstad2009-03-171-0/+7
| * | | New config push.default to decide default behavior for pushFinn Arne Gangstad2009-03-171-0/+18
* | | | Merge branch 'dm/maint-docco'Junio C Hamano2009-03-265-91/+91
|\ \ \ \
| * | | | Documentation: Remove spurious uses of "you" in git-bisect.txt.David J. Mellor2009-03-251-3/+3
| * | | | Documentation: minor grammatical fix in git-check-ref-format.txtDavid J. Mellor2009-03-221-20/+20
| * | | | Documentation: minor grammatical fixes in git-check-attr.txtDavid J. Mellor2009-03-221-8/+8
| * | | | Documentation: minor grammatical fixes in git-cat-file.txtDavid J. Mellor2009-03-221-9/+9
| * | | | Documentation: minor grammatical fixes and rewording in git-bundle.txtDavid J. Mellor2009-03-221-43/+43
| * | | | Documentation: remove some uses of the passive voice in git-bisect.txtDavid J. Mellor2009-03-221-11/+11
* | | | | Grammar fixes to "merge" and "patch-id" docsWincent Colaiuta2009-03-253-9/+9
* | | | | Add warning about known issues to documentation of cvsimportHeiko Voigt2009-03-241-0/+34
* | | | | Merge branch 'maint'Junio C Hamano2009-03-221-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-221-1/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-03-221-1/+1
| | |\ \ \ \
| | | * | | | everyday: use the dashless form of git-initDavid Aguilar2009-03-221-1/+1
* | | | | | | Merge branch 'dm/maint-docco'Junio C Hamano2009-03-216-150/+154
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Documentation: reword example text in git-bisect.txt.David J. Mellor2009-03-201-20/+24
| * | | | | | Documentation: reworded the "Description" section of git-bisect.txt.David J. Mellor2009-03-191-8/+9
| * | | | | | Documentation: minor grammatical fixes in git-branch.txt.David J. Mellor2009-03-171-25/+25
| * | | | | | Documentation: minor grammatical fixes in git-blame.txt.David J. Mellor2009-03-173-38/+37
| * | | | | | Documentation: reword the "Description" section of git-bisect.txt.David J. Mellor2009-03-171-77/+77
| * | | | | | Documentation: minor grammatical fixes in git-archive.txt.David J. Mellor2009-03-171-4/+4
* | | | | | | Sync with maintJunio C Hamano2009-03-213-20/+35
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Update draft release notes to 1.6.2.2Junio C Hamano2009-03-211-0/+35
| * | | | | | format-patch: --numbered-files and --stdout aren't mutually exclusiveStephen Boyd2009-03-211-1/+0
* | | | | | | Merge branch 'maint'Junio C Hamano2009-03-201-1/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | doc: clarify how -S worksJeff King2009-03-191-1/+4
| |/ / / / /
* | | | | | Merge branch 'fc/parseopt-config'Junio C Hamano2009-03-201-1/+1
|\ \ \ \ \ \
| * | | | | | config: test for --replace-all with one argument and fix documentation.Carlos Rica2009-03-171-1/+1
* | | | | | | rebase: add options passed to git-amMichele Ballabio2009-03-181-0/+5
* | | | | | | document --force-rebaseMichele Ballabio2009-03-181-0/+7
* | | | | | | Update draft release notes to 1.6.3Junio C Hamano2009-03-171-3/+32
* | | | | | | Merge branch 'rs/color-grep'Junio C Hamano2009-03-172-0/+27
|\ \ \ \ \ \ \
| * | | | | | | grep: add support for coloring with external grepsRené Scharfe2009-03-071-1/+11
| * | | | | | | grep: color patterns in outputRené Scharfe2009-03-072-0/+17
* | | | | | | | Merge branch 'js/remote-improvements'Junio C Hamano2009-03-171-2/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | builtin-remote: add set-head subcommandJay Soffian2009-02-271-2/+26
* | | | | | | | | Merge branch 'kb/checkout-optim'Junio C Hamano2009-03-171-0/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-091-0/+3
* | | | | | | | | | config.txt: Describe special 'none' handling in core.gitProxy.Emil Sit2009-03-171-0/+5
* | | | | | | | | | git-branch.txt: document -f correctlyMichael J Gruber2009-03-171-2/+2
* | | | | | | | | | git-send-email.txt: describe --compose betterStephen Boyd2009-03-171-7/+6
* | | | | | | | | | Documentation: remove extra quoting/emphasis around literal textsChris Johnsen2009-03-177-37/+37
* | | | | | | | | | git-push.txt: describe how to default to pushing only current branchChris Johnsen2009-03-171-2/+24