Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | send-email: reduce dependencies impact on parse_address_line | Remi Lespinet | 2015-07-07 | 2 | -0/+94 |
* | t9001-send-email: refactor header variable fields replacement | Remi Lespinet | 2015-06-30 | 1 | -4/+7 |
* | send-email: allow aliases in patch header and command script outputs | Remi Lespinet | 2015-06-30 | 1 | -0/+60 |
* | t9001-send-email: move script creation in a setup test | Remi Lespinet | 2015-06-30 | 1 | -6/+9 |
* | Merge branch 'ld/p4-editor-multi-words' | Junio C Hamano | 2015-06-05 | 4 | -6/+46 |
|\ | |||||
| * | git-p4: tests: use test-chmtime in place of touchld/p4-editor-multi-words | Luke Diamand | 2015-05-26 | 2 | -5/+7 |
| * | git-p4: fix handling of multi-word P4EDITOR | Luke Diamand | 2015-05-24 | 2 | -2/+2 |
| * | git-p4: add failing test for P4EDITOR handling | Luke Diamand | 2015-05-24 | 1 | -0/+38 |
* | | Merge branch 'jk/at-push-sha1' | Junio C Hamano | 2015-06-05 | 3 | -5/+79 |
|\ \ | |||||
| * | | for-each-ref: accept "%(push)" formatjk/at-push-sha1 | Jeff King | 2015-05-22 | 1 | -1/+12 |
| * | | sha1_name: implement @{push} shorthand | Jeff King | 2015-05-22 | 1 | -0/+63 |
| * | | remote.c: report specific errors from branch_get_upstream | Jeff King | 2015-05-21 | 1 | -4/+4 |
* | | | Merge branch 'mm/rebase-i-post-rewrite-exec' | Junio C Hamano | 2015-06-01 | 1 | -36/+53 |
|\ \ \ | |||||
| * | | | t5407: use <<- to align the expected outputmm/rebase-i-post-rewrite-exec | Junio C Hamano | 2015-05-22 | 1 | -40/+40 |
| * | | | rebase -i: fix post-rewrite hook with failed exec command | Matthieu Moy | 2015-05-22 | 1 | -1/+1 |
| * | | | rebase -i: demonstrate incorrect behavior of post-rewrite | Matthieu Moy | 2015-05-22 | 1 | -0/+17 |
* | | | | Merge branch 'fm/fetch-raw-sha1' | Junio C Hamano | 2015-06-01 | 1 | -0/+55 |
|\ \ \ \ | |||||
| * | | | | upload-pack: optionally allow fetching reachable sha1fm/fetch-raw-sha1 | Fredrik Medley | 2015-05-22 | 1 | -0/+55 |
* | | | | | Merge branch 'dt/cat-file-follow-symlinks' | Junio C Hamano | 2015-06-01 | 1 | -0/+206 |
|\ \ \ \ \ | |||||
| * | | | | | cat-file: add --follow-symlinks to --batchdt/cat-file-follow-symlinks | David Turner | 2015-05-20 | 1 | -0/+205 |
* | | | | | | Merge branch 'jk/stash-options' | Junio C Hamano | 2015-06-01 | 1 | -0/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | stash: complain about unknown flags | Jeff King | 2015-05-20 | 1 | -0/+4 |
* | | | | | | | Merge branch 'jh/filter-empty-contents' | Junio C Hamano | 2015-06-01 | 1 | -0/+26 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | sha1_file: pass empty buffer to index empty filejh/filter-empty-contents | Jim Hill | 2015-05-18 | 1 | -0/+26 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jk/http-backend-deadlock' | Junio C Hamano | 2015-06-01 | 1 | -13/+36 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'jk/http-backend-deadlock-2.3' into jk/http-backend-deadlockjk/http-backend-deadlock | Junio C Hamano | 2015-05-25 | 1 | -13/+36 |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| | * | | | | | | Merge branch 'jk/http-backend-deadlock-2.2' into jk/http-backend-deadlock-2.3jk/http-backend-deadlock-2.3 | Junio C Hamano | 2015-05-25 | 1 | -13/+36 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | http-backend: spool ref negotiation requests to bufferjk/http-backend-deadlock-2.2 | Jeff King | 2015-05-25 | 1 | -0/+11 |
| | | * | | | | | | t5551: factor out tag creation | Jeff King | 2015-05-20 | 1 | -13/+21 |
| | | | |/ / / / | | | |/| | | | | |||||
* | | | | | | | | Merge branch 'nd/untracked-cache' | Junio C Hamano | 2015-05-27 | 1 | -2/+6 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | t7063: hide stderr from setup inside prereq | Jeff King | 2015-05-27 | 1 | -2/+6 |
* | | | | | | | | | Merge branch 'nd/untracked-cache' | Junio C Hamano | 2015-05-26 | 1 | -0/+353 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | t7063: tests for untracked cache | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -0/+353 |
* | | | | | | | | | Merge branch 'pt/pull-ff-vs-merge-ff' | Junio C Hamano | 2015-05-26 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | pull: make pull.ff=true override merge.ff | Paul Tan | 2015-05-18 | 1 | -0/+8 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'pt/pull-log-n' | Junio C Hamano | 2015-05-26 | 1 | -0/+17 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | pull: handle --log=<n>pt/pull-log-n | Paul Tan | 2015-05-18 | 1 | -0/+17 |
| * | | | | | | | | | Merge branch 'mm/usage-log-l-can-take-regex' into maint-2.3 | Junio C Hamano | 2015-05-11 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jc/diff-no-index-d-f' into maint-2.3 | Junio C Hamano | 2015-05-11 | 1 | -0/+34 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'sb/t1020-cleanup' | Junio C Hamano | 2015-05-22 | 1 | -4/+7 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | subdirectory tests: code cleanup, uncomment testsb/t1020-cleanup | Stefan Beller | 2015-05-18 | 1 | -4/+7 |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'jc/ignore-epipe-in-filter' | Junio C Hamano | 2015-05-22 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | filter_buffer_or_fd(): ignore EPIPEjc/ignore-epipe-in-filter | Junio C Hamano | 2015-05-20 | 1 | -0/+10 |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'mh/lockfile-retry' | Junio C Hamano | 2015-05-22 | 1 | -0/+17 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | lock_packed_refs(): allow retries when acquiring the packed-refs lockmh/lockfile-retry | Michael Haggerty | 2015-05-14 | 1 | -0/+17 |
* | | | | | | | | | | | | Merge branch 'jk/add-e-kill-editor' | Junio C Hamano | 2015-05-22 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | add: check return value of launch_editorjk/add-e-kill-editor | Jeff King | 2015-05-12 | 1 | -0/+7 |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'sg/completion-config' | Junio C Hamano | 2015-05-22 | 1 | -0/+34 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | completion: simplify query for config variablessg/completion-config | SZEDER Gábor | 2015-05-12 | 1 | -0/+12 |
| * | | | | | | | | | | | | completion: add a helper function to get config variables | SZEDER Gábor | 2015-05-12 | 1 | -0/+22 |
| | |/ / / / / / / / / / | |/| | | | | | | | | | |