Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | ref_transaction_commit(): inline call to write_ref_sha1() | Michael Haggerty | 2015-05-12 | 1 | -28/+10 | |
| | | * | | | | | | | | rename_ref(): inline calls to write_ref_sha1() from this function | Michael Haggerty | 2015-05-12 | 1 | -4/+8 | |
| | | * | | | | | | | | commit_ref_update(): new function, extracted from write_ref_sha1() | Michael Haggerty | 2015-05-12 | 1 | -16/+29 | |
| | | * | | | | | | | | write_ref_to_lockfile(): new function, extracted from write_ref_sha1() | Michael Haggerty | 2015-05-12 | 1 | -12/+26 | |
| | | * | | | | | | | | t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZE | Stefan Beller | 2015-05-12 | 1 | -2/+2 | |
| | | * | | | | | | | | update-ref: test handling large transactions properly | Stefan Beller | 2015-05-10 | 1 | -0/+28 | |
| | | | |_|_|_|_|/ / | | | |/| | | | | | | ||||||
| * | | | | | | | | | ref_transaction_commit(): fix atomicity and avoid fd exhaustion | Michael Haggerty | 2015-05-12 | 2 | -23/+55 | |
| * | | | | | | | | | ref_transaction_commit(): remove the local flags variable | Michael Haggerty | 2015-05-12 | 1 | -9/+9 | |
| * | | | | | | | | | ref_transaction_commit(): inline call to write_ref_sha1() | Michael Haggerty | 2015-05-12 | 1 | -18/+7 | |
| * | | | | | | | | | rename_ref(): inline calls to write_ref_sha1() from this function | Michael Haggerty | 2015-05-12 | 1 | -4/+8 | |
| * | | | | | | | | | commit_ref_update(): new function, extracted from write_ref_sha1() | Michael Haggerty | 2015-05-12 | 1 | -7/+20 | |
| * | | | | | | | | | write_ref_to_lockfile(): new function, extracted from write_ref_sha1() | Michael Haggerty | 2015-05-12 | 1 | -4/+17 | |
| * | | | | | | | | | t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZE | Stefan Beller | 2015-05-12 | 1 | -2/+2 | |
| * | | | | | | | | | update-ref: test handling large transactions properly | Stefan Beller | 2015-05-12 | 1 | -0/+28 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'mg/log-decorate-HEAD' | Junio C Hamano | 2015-05-22 | 2 | -11/+22 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | log: do not shorten decoration names too earlymg/log-decorate-HEAD | Junio C Hamano | 2015-05-13 | 1 | -18/+16 | |
| * | | | | | | | | | log: decorate HEAD with branch name under --decorate=full, too | Junio C Hamano | 2015-05-13 | 2 | -6/+19 | |
* | | | | | | | | | | Merge branch 'jk/asciidoc-markup-fix' | Junio C Hamano | 2015-05-22 | 19 | -102/+107 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | doc: convert AsciiDoc {?foo} to ifdef::foo[]jk/asciidoc-markup-fix | Jeff King | 2015-05-14 | 1 | -2/+6 | |
| * | | | | | | | | | | doc: put example URLs and emails inside literal backticks | Jeff King | 2015-05-12 | 3 | -5/+5 | |
| * | | | | | | | | | | doc: drop backslash quoting of some curly braces | Jeff King | 2015-05-12 | 1 | -7/+7 | |
| * | | | | | | | | | | doc: convert \--option to --option | Jeff King | 2015-05-12 | 11 | -80/+80 | |
| * | | | | | | | | | | doc/add: reformat `--edit` option | Jeff King | 2015-05-12 | 1 | -1/+2 | |
| * | | | | | | | | | | doc: fix length of underlined section-title | Jeff King | 2015-05-12 | 1 | -1/+1 | |
| * | | | | | | | | | | doc: fix hanging "+"-continuation | Jeff King | 2015-05-12 | 1 | -3/+3 | |
| * | | | | | | | | | | doc: fix unquoted use of "{type}" | Jeff King | 2015-05-12 | 1 | -1/+1 | |
| * | | | | | | | | | | doc: fix misrendering due to `single quote' | Jeff King | 2015-05-12 | 2 | -2/+2 | |
* | | | | | | | | | | | Merge branch 'jk/stripspace-asciidoctor-fix' | Junio C Hamano | 2015-05-22 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | doc: fix unmatched code fences in git-stripspacejk/stripspace-asciidoctor-fix | Jeff King | 2015-05-12 | 1 | -3/+3 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'ja/tutorial-asciidoctor-fix' | Junio C Hamano | 2015-05-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | doc: fix unmatched code fencesja/tutorial-asciidoctor-fix | Jean-Noel Avila | 2015-05-12 | 1 | -1/+1 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'sg/help-subcommands' | Junio C Hamano | 2015-05-22 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | command-list.txt: fix whitespace inconsistencysg/help-subcommands | Sébastien Guimmara | 2015-05-08 | 1 | -5/+5 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'ps/bundle-verify-arg' | Junio C Hamano | 2015-05-22 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | bundle: verify arguments more strictlyps/bundle-verify-arg | Patrick Steinhardt | 2015-05-08 | 1 | -0/+8 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'ls/http-ssl-cipher-list' | Junio C Hamano | 2015-05-22 | 3 | -0/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | http: add support for specifying an SSL cipher listls/http-ssl-cipher-list | Lars Kellogg-Stedman | 2015-05-08 | 3 | -0/+24 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'dl/subtree-avoid-tricky-echo' | Junio C Hamano | 2015-05-22 | 1 | -3/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | contrib/subtree: portability fix for string printingdl/subtree-avoid-tricky-echo | Danny Lin | 2015-05-08 | 1 | -3/+10 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'jk/skip-http-tests-under-no-curl' | Junio C Hamano | 2015-05-22 | 8 | -35/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | tests: skip dav http-push tests under NO_EXPAT=NoThanksjk/skip-http-tests-under-no-curl | Junio C Hamano | 2015-05-07 | 2 | -0/+7 | |
| * | | | | | | | | | | | t/lib-httpd.sh: skip tests if NO_CURL is defined | Jeff King | 2015-05-07 | 7 | -35/+6 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'dl/subtree-push-no-squash' | Junio C Hamano | 2015-05-22 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | contrib/subtree: there's no push --squashdl/subtree-push-no-squash | Danny Lin | 2015-05-07 | 2 | -2/+2 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'sg/completion-omit-credential-helpers' | Junio C Hamano | 2015-05-22 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | completion: remove credential helpers from porcelain commandssg/completion-omit-credential-helpers | SZEDER Gábor | 2015-05-06 | 1 | -2/+2 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'dl/branch-error-message' | Junio C Hamano | 2015-05-22 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | branch: do not call a "remote-tracking branch" a "remote branch"dl/branch-error-message | Danny Lin | 2015-05-06 | 1 | -3/+3 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Third batch for 2.5 cycle | Junio C Hamano | 2015-05-19 | 1 | -0/+81 | |
* | | | | | | | | | | | Merge branch 'sb/ref-lock-lose-lock-fd' | Junio C Hamano | 2015-05-19 | 1 | -10/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ |