aboutsummaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2009-09-07
|\
| * git-pull: do not mention --quiet and --verbose twiceEmmanuel Trillaud2009-09-07
| * githooks.txt: put hooks into subsectionsBert Wesarg2009-09-07
* | Merge branch 'jc/mailinfo-scissors'Junio C Hamano2009-09-07
|\ \
| * | am/mailinfo: Disable scissors processing by defaultJunio C Hamano2009-08-26
| * | Documentation: describe the scissors mark support of "git am"Nanako Shiraishi2009-08-26
* | | Merge branch 'jk/clone-b'Junio C Hamano2009-09-07
|\ \ \
| * | | clone: add --branch option to select a different HEADJeff King2009-08-26
* | | | Merge branch 'jc/upload-pack-hook'Junio C Hamano2009-09-07
|\ \ \ \
| * | | | upload-pack: feed "kind [clone|fetch]" to post-upload-pack hookJunio C Hamano2009-08-28
| * | | | upload-pack: add a trigger for post-upload-pack hookJunio C Hamano2009-08-28
| |/ / /
* | | | Merge branch 'tr/reset-checkout-patch'Junio C Hamano2009-09-07
|\ \ \ \
| * | | | stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy2009-09-01
| * | | | DWIM 'git stash save -p' for 'git stash -p'Thomas Rast2009-08-15
| * | | | Merge branch 'js/stash-dwim' into tr/reset-checkout-patchJunio C Hamano2009-08-15
| |\ \ \ \
| | * | | | Make 'git stash -k' a short form for 'git stash save --keep-index'Johannes Schindelin2009-07-31
| * | | | | Implement 'git stash save --patch'Thomas Rast2009-08-15
| * | | | | Implement 'git checkout --patch'Thomas Rast2009-08-15
| * | | | | Implement 'git reset --patch'Thomas Rast2009-08-15
| |/ / / /
* | | | | Merge branch 'maint'Junio C Hamano2009-09-03
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-09-03
| |\ \ \ \
| | * \ \ \ Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2009-09-03
| | |\ \ \ \
| | | * | | | git-clone: add missing comma in --reference documentationMiklos Vajna2009-09-03
* | | | | | | Sync with 1.6.4.2Junio C Hamano2009-08-29
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | GIT 1.6.4.2v1.6.4.2Junio C Hamano2009-08-29
* | | | | | | UI consistency: allow --force for where -f means forceRené Scharfe2009-08-29
* | | | | | | Draft release notes to 1.6.5 before -rc0Junio C Hamano2009-08-28
* | | | | | | Merge branch 'jc/shortstatus'Junio C Hamano2009-08-28
|\ \ \ \ \ \ \
| * | | | | | | Documentation/git-commit.txt: describe --dry-runJunio C Hamano2009-08-15
| * | | | | | | commit: --dry-runJunio C Hamano2009-08-07
* | | | | | | | Merge branch 'maint'Junio C Hamano2009-08-27
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-27
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2009-08-27
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Fix overridable written with an extra 'e'Nanako Shiraishi2009-08-27
| | | * | | | | Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-08-27
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-08-27
| | | | |\ \ \ \ \
| | | | | * | | | | Documentation: git-archive: mark --format as optional in summaryWesley J. Landaker2009-08-27
* | | | | | | | | | Merge branch 'jh/submodule-foreach'Junio C Hamano2009-08-27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git clone: Add --recursive to automatically checkout (nested) submodulesJohan Herland2009-08-20
| * | | | | | | | | | git submodule status: Add --recursive to recurse into nested submodulesJohan Herland2009-08-18
| * | | | | | | | | | git submodule update: Introduce --recursive to update nested submodulesJohan Herland2009-08-18
| * | | | | | | | | | git submodule foreach: Add --recursive to recurse into nested submodulesJohan Herland2009-08-18
| * | | | | | | | | | git submodule foreach: Provide access to submodule name, as '$name'Johan Herland2009-08-18
* | | | | | | | | | | Merge branch 'wl/insta-mongoose'Junio C Hamano2009-08-27
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | Add support for the Mongoose web server.Wilhansen Li2009-08-23
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-08-26
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | git-log: allow --decorate[=short|full]Lars Hjemli2009-08-26
| * | | | | | | | | | Minor improvement to the write-tree documentationDavid Kågedal2009-08-26
| * | | | | | | | | | Merge branch 'jc/maint-clean-nested-dir-safety' into maintJunio C Hamano2009-08-26
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'jl/submodule-summary-diff-files'Junio C Hamano2009-08-25
|\ \ \ \ \ \ \ \ \ \ \ \