Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'sb/send-email-reconfirm-fix' | Junio C Hamano | 2012-09-12 | 1 | -2/+4 |
|\ | |||||
| * | send-email: initial_to and initial_reply_to are both optional | Stephen Boyd | 2012-09-06 | 1 | -2/+4 |
* | | Merge branch 'nd/maint-remote-remove' | Junio C Hamano | 2012-09-12 | 5 | -9/+10 |
|\ \ | |||||
| * | | remote: prefer subcommand name 'remove' to 'rm' | Nguyễn Thái Ngọc Duy | 2012-09-06 | 5 | -9/+10 |
* | | | Merge branch 'nd/log-n-doc' | Junio C Hamano | 2012-09-12 | 2 | -5/+4 |
|\ \ \ | |||||
| * | | | doc: move rev-list option -<n> from git-log.txt to rev-list-options.txt | Nguyễn Thái Ngọc Duy | 2012-09-06 | 2 | -5/+4 |
* | | | | Merge branch 'kd/cvsimport-avoid-invalid-tag' | Junio C Hamano | 2012-09-12 | 1 | -3/+30 |
|\ \ \ \ | |||||
| * | | | | cvsimport: strip all inappropriate tag strings | Ken Dreyer | 2012-09-06 | 1 | -3/+30 |
* | | | | | Merge branch 'js/compat-itimer' | Junio C Hamano | 2012-09-12 | 2 | -0/+23 |
|\ \ \ \ \ | |||||
| * | | | | | Add a no-op setitimer() wrapper | Joachim Schmitz | 2012-09-08 | 2 | -0/+23 |
* | | | | | | Merge branch 'js/compat-mkdir' | Junio C Hamano | 2012-09-12 | 1 | -0/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Document MKDIR_WO_TRAILING_SLASH in Makefile | Joachim Schmitz | 2012-09-08 | 1 | -0/+6 |
* | | | | | | | Merge git://ozlabs.org/~paulus/gitk | Junio C Hamano | 2012-09-12 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'da/gitk-reload-tag-contents' of git://github.com/gitster/git | Paul Mackerras | 2012-09-12 | 1 | -6/+7 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | gitk: Fix GIT_TRACE issues | Aske Olsson | 2012-08-04 | 1 | -0/+5 |
* | | | | | | | | | Merge branch 'da/gitk-reload-tag-contents' | Junio C Hamano | 2012-09-12 | 1 | -8/+9 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | gitk: Rename 'tagcontents' to 'cached_tagcontent' | David Aguilar | 2012-09-08 | 1 | -7/+7 |
| * | | | | | | | | gitk: Teach "Reread references" to reload tags | David Aguilar | 2012-09-08 | 1 | -1/+2 |
| |/ / / / / / / | |||||
| * | | | | | | | gitk: Avoid Meta1-F5 | Felipe Contreras | 2012-04-25 | 1 | -2/+2 |
* | | | | | | | | Second half of the fifth batch for 1.8.0 | Junio C Hamano | 2012-09-11 | 1 | -45/+17 |
* | | | | | | | | Merge branch 'rj/test-regex' | Junio C Hamano | 2012-09-11 | 4 | -0/+27 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | test-regex: Add a test to check for a bug in the regex routines | Ramsay Jones | 2012-09-02 | 4 | -0/+27 |
* | | | | | | | | | Merge branch 'jk/argv-array' | Junio C Hamano | 2012-09-11 | 6 | -39/+58 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | submodule: use argv_array instead of hand-building arrays | Jens Lehmann | 2012-09-02 | 3 | -17/+19 |
| * | | | | | | | | | fetch: use argv_array instead of hand-building arrays | Jeff King | 2012-09-02 | 1 | -22/+25 |
| * | | | | | | | | | argv-array: fix bogus cast when freeing array | Jeff King | 2012-09-02 | 1 | -1/+1 |
| * | | | | | | | | | argv-array: add pop function | Jeff King | 2012-09-02 | 3 | -0/+14 |
* | | | | | | | | | | Merge branch 'jc/merge-bases' | Junio C Hamano | 2012-09-11 | 11 | -112/+184 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | reduce_heads(): reimplement on top of remove_redundant() | Junio C Hamano | 2012-08-31 | 1 | -38/+18 |
| * | | | | | | | | | | merge-base: "--is-ancestor A B" | Junio C Hamano | 2012-08-31 | 2 | -0/+50 |
| * | | | | | | | | | | get_merge_bases_many(): walk from many tips in parallel | Junio C Hamano | 2012-08-30 | 1 | -21/+58 |
| * | | | | | | | | | | in_merge_bases(): use paint_down_to_common() | Junio C Hamano | 2012-08-30 | 1 | -10/+7 |
| * | | | | | | | | | | merge_bases_many(): split out the logic to paint history | Junio C Hamano | 2012-08-30 | 1 | -19/+28 |
| * | | | | | | | | | | in_merge_bases(): omit unnecessary redundant common ancestor reduction | Thomas Rast | 2012-08-28 | 1 | -1/+4 |
| * | | | | | | | | | | http-push: use in_merge_bases() for fast-forward check | Junio C Hamano | 2012-08-27 | 1 | -2/+1 |
| * | | | | | | | | | | receive-pack: use in_merge_bases() for fast-forward check | Junio C Hamano | 2012-08-27 | 1 | -7/+1 |
| * | | | | | | | | | | in_merge_bases(): support only one "other" commit | Junio C Hamano | 2012-08-27 | 7 | -18/+21 |
| | |/ / / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'nd/i18n-index-pack' | Junio C Hamano | 2012-09-11 | 1 | -10/+11 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | i18n: mark more index-pack strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-31 | 1 | -10/+11 |
* | | | | | | | | | | | Merge branch 'jc/maint-ident-missing-human-name' | Junio C Hamano | 2012-09-11 | 2 | -3/+20 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | split_ident_line(): make best effort when parsing author/committer line | Junio C Hamano | 2012-08-31 | 2 | -3/+20 |
* | | | | | | | | | | | | Sync with maint | Junio C Hamano | 2012-09-11 | 3 | -34/+70 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Further merging down for 1.7.12.1 | Junio C Hamano | 2012-09-11 | 1 | -0/+13 |
| * | | | | | | | | | | | | Sync with 1.7.11.6 | Junio C Hamano | 2012-09-11 | 32 | -392/+569 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | Git 1.7.11.6v1.7.11.6 | Junio C Hamano | 2012-09-11 | 3 | -35/+58 |
| | * | | | | | | | | | | | | Merge branch 'jc/maint-mergetool-style-fix' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 1 | -273/+308 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'sz/submodule-force-update' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 3 | -2/+21 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ph/stash-rerere' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 2 | -0/+39 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/maint-sane-execvp-notdir' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 1 | -0/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/maint-config-exit-status' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 3 | -6/+11 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |