Commit message (Expand) | Author | Age | |
---|---|---|---|
* | GIT 1.6.5-rc0v1.6.5-rc0 | Junio C Hamano | 2009-09-07 |
* | Merge branch 'maint' | Junio C Hamano | 2009-09-07 |
|\ | |||
| * | git-pull: do not mention --quiet and --verbose twice | Emmanuel Trillaud | 2009-09-07 |
| * | githooks.txt: put hooks into subsections | Bert Wesarg | 2009-09-07 |
* | | Merge branch 'jc/mailinfo-scissors' | Junio C Hamano | 2009-09-07 |
|\ \ | |||
| * | | am/mailinfo: Disable scissors processing by default | Junio C Hamano | 2009-08-26 |
| * | | Documentation: describe the scissors mark support of "git am" | Nanako Shiraishi | 2009-08-26 |
* | | | Merge branch 'jk/clone-b' | Junio C Hamano | 2009-09-07 |
|\ \ \ | |||
| * | | | clone: add --branch option to select a different HEAD | Jeff King | 2009-08-26 |
* | | | | Merge branch 'jc/upload-pack-hook' | Junio C Hamano | 2009-09-07 |
|\ \ \ \ | |||
| * | | | | upload-pack: feed "kind [clone|fetch]" to post-upload-pack hook | Junio C Hamano | 2009-08-28 |
| * | | | | upload-pack: add a trigger for post-upload-pack hook | Junio C Hamano | 2009-08-28 |
| |/ / / | |||
* | | | | Merge branch 'tr/reset-checkout-patch' | Junio C Hamano | 2009-09-07 |
|\ \ \ \ | |||
| * | | | | stash: simplify defaulting to "save" and reject unknown options | Matthieu Moy | 2009-09-01 |
| * | | | | DWIM 'git stash save -p' for 'git stash -p' | Thomas Rast | 2009-08-15 |
| * | | | | Merge branch 'js/stash-dwim' into tr/reset-checkout-patch | Junio C Hamano | 2009-08-15 |
| |\ \ \ \ | |||
| | * | | | | Make 'git stash -k' a short form for 'git stash save --keep-index' | Johannes Schindelin | 2009-07-31 |
| * | | | | | Implement 'git stash save --patch' | Thomas Rast | 2009-08-15 |
| * | | | | | Implement 'git checkout --patch' | Thomas Rast | 2009-08-15 |
| * | | | | | Implement 'git reset --patch' | Thomas Rast | 2009-08-15 |
| |/ / / / | |||
* | | | | | Merge branch 'maint' | Junio C Hamano | 2009-09-03 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||
| * | | | | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-09-03 |
| |\ \ \ \ | |||
| | * \ \ \ | Merge branch 'maint-1.6.2' into maint-1.6.3 | Junio C Hamano | 2009-09-03 |
| | |\ \ \ \ | |||
| | | * | | | | git-clone: add missing comma in --reference documentation | Miklos Vajna | 2009-09-03 |
* | | | | | | | Sync with 1.6.4.2 | Junio C Hamano | 2009-08-29 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||
| * | | | | | | GIT 1.6.4.2v1.6.4.2 | Junio C Hamano | 2009-08-29 |
* | | | | | | | UI consistency: allow --force for where -f means force | René Scharfe | 2009-08-29 |
* | | | | | | | Draft release notes to 1.6.5 before -rc0 | Junio C Hamano | 2009-08-28 |
* | | | | | | | Merge branch 'jc/shortstatus' | Junio C Hamano | 2009-08-28 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | Documentation/git-commit.txt: describe --dry-run | Junio C Hamano | 2009-08-15 |
| * | | | | | | | commit: --dry-run | Junio C Hamano | 2009-08-07 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-08-27 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||
| * | | | | | | | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-08-27 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||
| | * | | | | | | Merge branch 'maint-1.6.2' into maint-1.6.3 | Junio C Hamano | 2009-08-27 |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | |||
| | | * | | | | | Fix overridable written with an extra 'e' | Nanako Shiraishi | 2009-08-27 |
| | | * | | | | | Merge branch 'maint-1.6.1' into maint-1.6.2 | Junio C Hamano | 2009-08-27 |
| | | |\ \ \ \ \ | |||
| | | | * \ \ \ \ | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-08-27 |
| | | | |\ \ \ \ \ | |||
| | | | | * | | | | | Documentation: git-archive: mark --format as optional in summary | Wesley J. Landaker | 2009-08-27 |
* | | | | | | | | | | Merge branch 'jh/submodule-foreach' | Junio C Hamano | 2009-08-27 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | git clone: Add --recursive to automatically checkout (nested) submodules | Johan Herland | 2009-08-20 |
| * | | | | | | | | | | git submodule status: Add --recursive to recurse into nested submodules | Johan Herland | 2009-08-18 |
| * | | | | | | | | | | git submodule update: Introduce --recursive to update nested submodules | Johan Herland | 2009-08-18 |
| * | | | | | | | | | | git submodule foreach: Add --recursive to recurse into nested submodules | Johan Herland | 2009-08-18 |
| * | | | | | | | | | | git submodule foreach: Provide access to submodule name, as '$name' | Johan Herland | 2009-08-18 |
* | | | | | | | | | | | Merge branch 'wl/insta-mongoose' | Junio C Hamano | 2009-08-27 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |||
| * | | | | | | | | | | Add support for the Mongoose web server. | Wilhansen Li | 2009-08-23 |
* | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-08-26 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | |||
| * | | | | | | | | | | git-log: allow --decorate[=short|full] | Lars Hjemli | 2009-08-26 |
| * | | | | | | | | | | Minor improvement to the write-tree documentation | David Kågedal | 2009-08-26 |
| * | | | | | | | | | | Merge branch 'jc/maint-clean-nested-dir-safety' into maint | Junio C Hamano | 2009-08-26 |
| |\ \ \ \ \ \ \ \ \ \ |