Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace: plug a memory leakjk/snprintf-cleanups | Junio C Hamano | 2017-04-17 | 1 | -0/+1 |
* | daemon: use an argv_array to exec children | Jeff King | 2017-03-30 | 1 | -21/+17 |
* | gc: replace local buffer with git_path | Jeff King | 2017-03-30 | 1 | -7/+1 |
* | transport-helper: replace checked snprintf with xsnprintf | Jeff King | 2017-03-30 | 1 | -4/+1 |
* | convert unchecked snprintf into xsnprintf | Jeff King | 2017-03-30 | 5 | -11/+11 |
* | combine-diff: replace malloc/snprintf with xstrfmt | Jeff King | 2017-03-30 | 1 | -3/+4 |
* | replace unchecked snprintf calls with heap buffers | Jeff King | 2017-03-30 | 4 | -14/+17 |
* | receive-pack: print --pack-header directly into argv array | Jeff King | 2017-03-30 | 1 | -7/+10 |
* | name-rev: replace static buffer with strbuf | Jeff King | 2017-03-30 | 1 | -9/+12 |
* | create_branch: use xstrfmt for reflog message | Jeff King | 2017-03-30 | 1 | -5/+4 |
* | create_branch: move msg setup closer to point of use | Jeff King | 2017-03-30 | 1 | -8/+9 |
* | avoid using mksnpath for refs | Jeff King | 2017-03-30 | 1 | -18/+26 |
* | avoid using fixed PATH_MAX buffers for refs | Jeff King | 2017-03-30 | 4 | -39/+41 |
* | fetch: use heap buffer to format reflog | Jeff King | 2017-03-30 | 1 | -2/+4 |
* | tag: use strbuf to format tag header | Jeff King | 2017-03-30 | 1 | -15/+12 |
* | diff: avoid fixed-size buffer for patch-ids | Jeff King | 2017-03-30 | 1 | -31/+37 |
* | odb_mkstemp: use git_path_buf | Jeff King | 2017-03-28 | 1 | -4/+2 |
* | odb_mkstemp: write filename into strbuf | Jeff King | 2017-03-28 | 6 | -27/+30 |
* | do not check odb_mkstemp return value for errors | Jeff King | 2017-03-28 | 4 | -8/+10 |
* | Ninth batch for 2.13 | Junio C Hamano | 2017-03-28 | 1 | -30/+24 |
* | Sync with 'maint' | Junio C Hamano | 2017-03-28 | 1 | -0/+57 |
|\ | |||||
| * | Prepare for 2.12.3 | Junio C Hamano | 2017-03-28 | 2 | -1/+58 |
| * | Merge branch 'km/config-grammofix' into maint | Junio C Hamano | 2017-03-28 | 1 | -3/+3 |
| |\ | |||||
| * \ | Merge branch 'sb/t3600-rephrase' into maint | Junio C Hamano | 2017-03-28 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Merge branch 'sb/submodule-update-initial-runs-custom-script' into maint | Junio C Hamano | 2017-03-28 | 1 | -3/+3 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jk/quote-env-path-list-component' into maint | Junio C Hamano | 2017-03-28 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'rs/update-hook-optim' into maint | Junio C Hamano | 2017-03-28 | 1 | -8/+5 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'rs/shortlog-cleanup' into maint | Junio C Hamano | 2017-03-28 | 1 | -1/+0 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'rs/path-name-safety-cleanup' into maint | Junio C Hamano | 2017-03-28 | 1 | -2/+0 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'rs/http-push-cleanup' into maint | Junio C Hamano | 2017-03-28 | 1 | -5/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'sb/wt-status-cleanup' into maint | Junio C Hamano | 2017-03-28 | 1 | -15/+5 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jk/pack-name-cleanups' into maint | Junio C Hamano | 2017-03-28 | 6 | -46/+57 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/rev-parse-cleanup' into maint | Junio C Hamano | 2017-03-28 | 1 | -52/+57 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'rs/blame-code-cleanup' into maint | Junio C Hamano | 2017-03-28 | 1 | -17/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'st/verify-tag' into maint | Junio C Hamano | 2017-03-28 | 2 | -14/+10 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'js/regexec-buf' into maint | Junio C Hamano | 2017-03-28 | 2 | -2/+10 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/execv-dashed-external' into maint | Junio C Hamano | 2017-03-28 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ew/http-alternates-as-redirects-warning' into maint | Junio C Hamano | 2017-03-28 | 1 | -3/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'dp/filter-branch-prune-empty' into maint | Junio C Hamano | 2017-03-28 | 4 | -8/+50 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'mm/fetch-show-error-message-on-unadvertised-object' into maint | Junio C Hamano | 2017-03-28 | 7 | -30/+66 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/interpret-branch-name' into maint | Junio C Hamano | 2017-03-28 | 10 | -51/+249 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ab/cond-skip-tests' into maint | Junio C Hamano | 2017-03-28 | 3 | -1/+16 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/ident-empty' into maint | Junio C Hamano | 2017-03-28 | 2 | -19/+66 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/delta-chain-limit' into maint | Junio C Hamano | 2017-03-28 | 3 | -23/+207 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'sg/test-with-stdin' into maint | Junio C Hamano | 2017-03-28 | 2 | -8/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/interop-test' into maint | Junio C Hamano | 2017-03-28 | 8 | -1/+270 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jt/perf-updates' into maint | Junio C Hamano | 2017-03-28 | 3 | -3/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'rs/strbuf-add-real-path' into maint | Junio C Hamano | 2017-03-28 | 6 | -2/+49 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/parse-config-key-cleanup' into maint | Junio C Hamano | 2017-03-28 | 3 | -10/+16 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/sha1dc' | Junio C Hamano | 2017-03-28 | 1 | -5/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |