Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | | Merge branch 'jh/memihash-opt' into maint | Junio C Hamano | 2017-06-13 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | p0004: don't error out if test repo is too small | René Scharfe | 2017-05-16 | |
| * | | | | | | | | | | | p0004: don't abort if multi-threaded is too slow | René Scharfe | 2017-05-16 | |
| * | | | | | | | | | | | p0004: use test_perf | René Scharfe | 2017-05-16 | |
| * | | | | | | | | | | | p0004: avoid using pipes | René Scharfe | 2017-05-16 | |
| * | | | | | | | | | | | p0004: simplify calls of test-lazy-init-name-hash | René Scharfe | 2017-05-16 | |
* | | | | | | | | | | | | Merge branch 'tb/pull-ff-rebase-autostash' into maint | Junio C Hamano | 2017-06-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | pull: ff --rebase --autostash works in dirty repo | Tyler Brazier | 2017-06-01 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge branch 'jh/close-index-before-stat' into maint | Junio C Hamano | 2017-06-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | read-cache: close index.lock in do_write_index | Jeff Hostetler | 2017-04-28 | |
* | | | | | | | | | | | | | Merge branch 'sl/clean-d-ignored-fix' into maint | Junio C Hamano | 2017-06-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | clean: teach clean -d to preserve ignored paths | Samuel Lijin | 2017-05-24 | |
| * | | | | | | | | | | | | | dir: expose cmp_name() and check_contains() | Samuel Lijin | 2017-05-22 | |
| * | | | | | | | | | | | | | dir: hide untracked contents of untracked dirs | Samuel Lijin | 2017-05-22 | |
| * | | | | | | | | | | | | | dir: recurse into untracked dirs for ignored files | Samuel Lijin | 2017-05-22 | |
| * | | | | | | | | | | | | | t7061: status --ignored should search untracked dirs | Samuel Lijin | 2017-05-22 | |
| * | | | | | | | | | | | | | t7300: clean -d should skip dirs with ignored files | Samuel Lijin | 2017-05-22 | |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'dk/send-email-avoid-net-smtp-ssl-when-able' into maint | Junio C Hamano | 2017-06-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | send-email: Net::SMTP::starttls was introduced in v2.34 | Jonathan Nieder | 2017-06-01 | |
| * | | | | | | | | | | | | | send-email: Net::SMTP::SSL is obsolete, use only when necessary | Dennis Kaarsemaker | 2017-05-20 | |
| |/ / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | Merge branch 'jc/skip-test-in-the-middle' into maint | Junio C Hamano | 2017-06-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | t5545: enhance test coverage when no http server is installed | Stefan Beller | 2017-05-18 | |
| * | | | | | | | | | | | | | test: allow skipping the remainder | Junio C Hamano | 2017-05-18 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'bw/forking-and-threading' into maint | Junio C Hamano | 2017-06-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | usage.c: drop set_error_handle() | Jeff King | 2017-05-15 | |
| * | | | | | | | | | | | | | run-command: restrict PATH search to executable files | Brandon Williams | 2017-04-25 | |
| * | | | | | | | | | | | | | run-command: expose is_executable function | Brandon Williams | 2017-04-25 | |
| * | | | | | | | | | | | | | run-command: block signals between fork and execve | Eric Wong | 2017-04-20 | |
| * | | | | | | | | | | | | | run-command: add note about forking and threading | Brandon Williams | 2017-04-20 | |
| * | | | | | | | | | | | | | run-command: handle dup2 and close errors in child | Brandon Williams | 2017-04-20 | |
| * | | | | | | | | | | | | | run-command: eliminate calls to error handling functions in child | Brandon Williams | 2017-04-20 | |
| * | | | | | | | | | | | | | run-command: don't die in child when duping /dev/null | Brandon Williams | 2017-04-20 | |
| * | | | | | | | | | | | | | run-command: prepare child environment before forking | Brandon Williams | 2017-04-20 | |
| * | | | | | | | | | | | | | string-list: add string_list_remove function | Brandon Williams | 2017-04-20 | |
| * | | | | | | | | | | | | | run-command: use the async-signal-safe execv instead of execvp | Brandon Williams | 2017-04-20 | |
| * | | | | | | | | | | | | | run-command: prepare command before forking | Brandon Williams | 2017-04-20 | |
| * | | | | | | | | | | | | | t0061: run_command executes scripts without a #! line | Brandon Williams | 2017-04-20 | |
| * | | | | | | | | | | | | | t5550: use write_script to generate post-update hook | Brandon Williams | 2017-04-18 | |
* | | | | | | | | | | | | | | Merge branch 'jk/bug-to-abort' into maint | Junio C Hamano | 2017-06-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | usage: add NORETURN to BUG() function definitions | Ramsay Jones | 2017-05-22 | |
| * | | | | | | | | | | | | | | config: complain about --local outside of a git repo | Jeff King | 2017-05-15 | |
| * | | | | | | | | | | | | | | setup_git_env: convert die("BUG") to BUG() | Jeff King | 2017-05-15 | |
| * | | | | | | | | | | | | | | usage.c: add BUG() function | Jeff King | 2017-05-15 | |
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Merge branch 'sb/checkout-recurse-submodules' into maint | Junio C Hamano | 2017-06-13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | submodule: properly recurse for read-tree and checkout | Stefan Beller | 2017-05-04 | |
| * | | | | | | | | | | | | | submodule: avoid auto-discovery in new working tree manipulator code | Stefan Beller | 2017-05-04 | |
| * | | | | | | | | | | | | | submodule_move_head: reuse child_process structure for futher commands | Stefan Beller | 2017-05-04 | |
* | | | | | | | | | | | | | | Merge branch 'ab/sha1dc-maint' into maint | Junio C Hamano | 2017-06-07 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | sha1dc: update from upstream | Ævar Arnfjörð Bjarmason | 2017-06-07 | |
| * | | | | | | | | | | | | | | sha1dc: ignore indent-with-non-tab whitespace violations | Jeff King | 2017-06-07 |