summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Documentation: distinguish between ref and offset deltas in pack-formatStefan Saasen2013-04-121-1/+3
* Git 1.8.1.6v1.8.1.6Junio C Hamano2013-04-072-1/+7
* Start preparing for 1.8.1.6Junio C Hamano2013-04-031-0/+34
* Merge branch 'yd/doc-merge-annotated-tag' into maint-1.8.1Junio C Hamano2013-04-032-1/+26
|\
| * Documentation: merging a tag is a special caseJunio C Hamano2013-03-212-1/+26
* | git-tag(1): we tag HEAD by defaultThomas Rast2013-04-031-0/+6
* | git help config: s/insn/instruction/Matthias Krüger2013-03-281-1/+1
* | git-commit doc: describe use of multiple `-m` optionsChristian Helmuth2013-03-271-0/+2
* | git-pull doc: fix grammo ("conflicts" is plural)Mihai Capotă2013-03-271-1/+1
* | Correct the docs about GIT_SSH.Dan Bornstein2013-03-261-3/+6
* | Merge branch 'tk/doc-filter-branch' into maint-1.8.1Junio C Hamano2013-03-251-2/+25
|\ \
| * | Documentation: filter-branch env-filter exampleTadeusz Andrzej Kadłubowski2013-02-261-0/+20
| * | git-filter-branch.txt: clarify ident variables usageTadeusz Andrzej Kadłubowski2013-02-261-2/+5
* | | Merge branch 'gp/describe-match-uses-glob-pattern' into maint-1.8.1Junio C Hamano2013-03-251-2/+3
|\ \ \
| * | | describe: Document --match pattern formatGreg Price2013-02-241-2/+3
* | | | Merge branch 'nd/doc-index-format' into maint-1.8.1Junio C Hamano2013-03-252-4/+12
|\ \ \ \
| * | | | update-index: list supported idx versions and their featuresNguyễn Thái Ngọc Duy2013-02-231-1/+9
| * | | | index-format.txt: mention of v4 is missing in some placesNguyễn Thái Ngọc Duy2013-02-221-3/+3
| |/ / /
* | | | Merge branch 'wk/doc-pre-rebase' into maint-1.8.1Junio C Hamano2013-03-251-3/+5
|\ \ \ \
| * | | | Documentation/githooks: Explain pre-rebase parametersW. Trevor King2013-02-241-3/+5
| |/ / /
* | | | Merge branch 'jc/color-diff-doc' into maint-1.8.1Junio C Hamano2013-03-251-2/+2
|\ \ \ \
| * | | | diff-options: unconfuse description of --colorJunio C Hamano2013-02-221-2/+2
* | | | | rev-parse: clarify documentation of $name@{upstream} syntaxKacper Kornet2013-03-171-4/+4
* | | | | Merge branch 'mh/maint-ceil-absolute' into maintJunio C Hamano2013-03-071-6/+13
|\ \ \ \ \
| * | | | | Provide a mechanism to turn off symlink resolution in ceiling pathsMichael Haggerty2013-02-221-6/+13
* | | | | | Git 1.8.1.5v1.8.1.5Junio C Hamano2013-03-012-1/+8
* | | | | | Merge branch 'wk/user-manual' into maintJunio C Hamano2013-03-011-56/+77
|\ \ \ \ \ \
| * | | | | | user-manual: Flesh out uncommitted changes and submodule updatesW. Trevor King2013-02-191-1/+3
| * | | | | | user-manual: Use request-pull to generate "please pull" textW. Trevor King2013-02-191-9/+5
| * | | | | | user-manual: Reorganize the reroll sections, adding 'git rebase -i'W. Trevor King2013-02-191-46/+69
* | | | | | | Documentation/githooks: Fix linkgitAndrew Wong2013-03-011-1/+1
* | | | | | | Update draft release notes to 1.8.1.5Junio C Hamano2013-02-271-1/+5
* | | | | | | Merge branch 'wk/man-deny-current-branch-is-default-these-days' into maintJunio C Hamano2013-02-271-3/+4
|\ \ \ \ \ \ \
| * | | | | | | user-manual: typofix (ofthe->of the)Junio C Hamano2013-02-181-1/+1
| * | | | | | | user-manual: Update for receive.denyCurrentBranch=refuseW. Trevor King2013-02-141-3/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Documentation/submodule: Add --force to update synopsisBrad King2013-02-271-1/+1
* | | | | | | Prepare for 1.8.1.5Junio C Hamano2013-02-251-0/+37
* | | | | | | Merge branch 'jc/mention-tracking-for-pull-default' into maintJunio C Hamano2013-02-251-1/+2
|\ \ \ \ \ \ \
| * | | | | | | doc: mention tracking for pull.defaultJunio C Hamano2013-01-311-1/+2
| |/ / / / / /
* | | | | | | Merge branch 'mm/config-intro-in-git-doc' into maintJunio C Hamano2013-02-251-6/+5
|\ \ \ \ \ \ \
| * | | | | | | git.txt: update description of the configuration mechanismMatthieu Moy2013-02-151-6/+5
* | | | | | | | Merge branch 'mg/bisect-doc' into maintJunio C Hamano2013-02-251-1/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | git-bisect.txt: clarify that reset quits bisectMichael J Gruber2013-02-111-1/+6
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/remote-helpers-doc' into maintJunio C Hamano2013-02-255-7/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | Rename {git- => git}remote-helpers.txtJohn Keeping2013-02-015-7/+23
* | | | | | | | | Documentation: "advice" is uncountableGreg Price2013-02-251-1/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Git 1.8.1.4v1.8.1.4Junio C Hamano2013-02-192-1/+13
| |_|_|/ / / / |/| | | | | |
* | | | | | | user-manual: use -o latest.tar.gz to create a gzipped tarballW. Trevor King2013-02-181-3/+12
* | | | | | | user-manual: use 'git config --global user.*' for setupW. Trevor King2013-02-181-5/+13
* | | | | | | user-manual: mention 'git remote add' for remote branch configW. Trevor King2013-02-181-27/+13