summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* add documentation for mailinfo.scissors and '--no-scissors'Nicolas Sebrecht2009-09-112-1/+9
* GIT 1.6.5-rc0v1.6.5-rc0Junio C Hamano2009-09-071-6/+27
* Merge branch 'maint'Junio C Hamano2009-09-072-15/+20
|\
| * git-pull: do not mention --quiet and --verbose twiceEmmanuel Trillaud2009-09-071-0/+2
| * githooks.txt: put hooks into subsectionsBert Wesarg2009-09-071-15/+18
* | Merge branch 'jc/mailinfo-scissors'Junio C Hamano2009-09-072-6/+23
|\ \
| * | am/mailinfo: Disable scissors processing by defaultJunio C Hamano2009-08-262-12/+21
| * | Documentation: describe the scissors mark support of "git am"Nanako Shiraishi2009-08-261-4/+12
* | | Merge branch 'jk/clone-b'Junio C Hamano2009-09-071-0/+7
|\ \ \
| * | | clone: add --branch option to select a different HEADJeff King2009-08-261-0/+7
* | | | Merge branch 'jc/upload-pack-hook'Junio C Hamano2009-09-072-0/+31
|\ \ \ \
| * | | | upload-pack: feed "kind [clone|fetch]" to post-upload-pack hookJunio C Hamano2009-08-281-0/+4
| * | | | upload-pack: add a trigger for post-upload-pack hookJunio C Hamano2009-08-282-0/+27
| |/ / /
* | | | Merge branch 'tr/reset-checkout-patch'Junio C Hamano2009-09-073-8/+42
|\ \ \ \
| * | | | stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy2009-09-011-4/+5
| * | | | DWIM 'git stash save -p' for 'git stash -p'Thomas Rast2009-08-151-1/+1
| * | | | Merge branch 'js/stash-dwim' into tr/reset-checkout-patchJunio C Hamano2009-08-151-1/+2
| |\ \ \ \
| | * | | | Make 'git stash -k' a short form for 'git stash save --keep-index'Johannes Schindelin2009-07-311-1/+2
| * | | | | Implement 'git stash save --patch'Thomas Rast2009-08-151-2/+12
| * | | | | Implement 'git checkout --patch'Thomas Rast2009-08-151-1/+12
| * | | | | Implement 'git reset --patch'Thomas Rast2009-08-151-2/+13
| |/ / / /
* | | | | Merge branch 'maint'Junio C Hamano2009-09-031-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-09-031-1/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2009-09-031-1/+1
| | |\ \ \ \
| | | * | | | git-clone: add missing comma in --reference documentationMiklos Vajna2009-09-031-1/+1
* | | | | | | Sync with 1.6.4.2Junio C Hamano2009-08-292-1/+34
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | GIT 1.6.4.2v1.6.4.2Junio C Hamano2009-08-292-1/+34
* | | | | | | UI consistency: allow --force for where -f means forceRené Scharfe2009-08-295-0/+6
* | | | | | | Draft release notes to 1.6.5 before -rc0Junio C Hamano2009-08-281-1/+59
* | | | | | | Merge branch 'jc/shortstatus'Junio C Hamano2009-08-281-5/+15
|\ \ \ \ \ \ \
| * | | | | | | Documentation/git-commit.txt: describe --dry-runJunio C Hamano2009-08-151-4/+9
| * | | | | | | commit: --dry-runJunio C Hamano2009-08-071-1/+6
* | | | | | | | Merge branch 'maint'Junio C Hamano2009-08-272-2/+2
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-272-2/+2
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2009-08-272-2/+2
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Fix overridable written with an extra 'e'Nanako Shiraishi2009-08-271-1/+1
| | | * | | | | Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-08-271-1/+1
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-08-271-1/+1
| | | | |\ \ \ \ \
| | | | | * | | | | Documentation: git-archive: mark --format as optional in summaryWesley J. Landaker2009-08-271-1/+1
* | | | | | | | | | Merge branch 'jh/submodule-foreach'Junio C Hamano2009-08-272-5/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git clone: Add --recursive to automatically checkout (nested) submodulesJohan Herland2009-08-201-1/+9
| * | | | | | | | | | git submodule status: Add --recursive to recurse into nested submodulesJohan Herland2009-08-181-2/+5
| * | | | | | | | | | git submodule update: Introduce --recursive to update nested submodulesJohan Herland2009-08-181-2/+5
| * | | | | | | | | | git submodule foreach: Add --recursive to recurse into nested submodulesJohan Herland2009-08-181-1/+9
| * | | | | | | | | | git submodule foreach: Provide access to submodule name, as '$name'Johan Herland2009-08-181-1/+2
* | | | | | | | | | | Merge branch 'wl/insta-mongoose'Junio C Hamano2009-08-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | Add support for the Mongoose web server.Wilhansen Li2009-08-231-1/+1
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-08-261-1/+2
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | git-log: allow --decorate[=short|full]Lars Hjemli2009-08-261-2/+6
| * | | | | | | | | | Minor improvement to the write-tree documentationDavid Kågedal2009-08-261-1/+2