Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace: plug a memory leakjk/snprintf-cleanups | Junio C Hamano | 2017-04-17 | 1 | -0/+1 |
* | gc: replace local buffer with git_path | Jeff King | 2017-03-30 | 1 | -7/+1 |
* | replace unchecked snprintf calls with heap buffers | Jeff King | 2017-03-30 | 3 | -11/+12 |
* | 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 |
* | 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 |
* | odb_mkstemp: write filename into strbuf | Jeff King | 2017-03-28 | 1 | -3/+3 |
* | do not check odb_mkstemp return value for errors | Jeff King | 2017-03-28 | 1 | -3/+4 |
* | Merge branch 'jk/fast-import-cleanup' | Junio C Hamano | 2017-03-28 | 1 | -4/+8 |
|\ | |||||
| * | pack.h: define largest possible encoded object sizejk/fast-import-cleanup | Jeff King | 2017-03-24 | 1 | -2/+4 |
| * | encode_in_pack_object_header: respect output buffer length | Jeff King | 2017-03-24 | 1 | -2/+4 |
| * | Merge branch 'jk/show-branch-lift-name-len-limit' into maint | Junio C Hamano | 2017-03-21 | 1 | -29/+13 |
| |\ | |||||
| * \ | Merge branch 'rl/remote-allow-missing-branch-name-merge' into maint | Junio C Hamano | 2017-03-21 | 1 | -1/+3 |
| |\ \ | |||||
| * \ \ | Merge branch 'dt/gc-ignore-old-gc-logs' into maint | Junio C Hamano | 2017-03-21 | 1 | -7/+50 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'sb/checkout-recurse-submodules' | Junio C Hamano | 2017-03-28 | 4 | -21/+60 |
|\ \ \ \ \ | |||||
| * | | | | | builtin/read-tree: add --recurse-submodules switch | Stefan Beller | 2017-03-16 | 1 | -0/+29 |
| * | | | | | builtin/checkout: add --recurse-submodules switch | Stefan Beller | 2017-03-16 | 1 | -0/+28 |
| * | | | | | make is_submodule_populated gently | Stefan Beller | 2017-03-15 | 1 | -1/+1 |
| * | | | | | submodule--helper.c: remove duplicate code | Valery Tolstov | 2017-03-15 | 1 | -20/+2 |
* | | | | | | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 2017-03-28 | 1 | -12/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | grep: fix builds with with no thread support | Brandon Williams | 2017-03-18 | 1 | -12/+9 |
* | | | | | | | Merge branch 'sb/describe-broken' | Junio C Hamano | 2017-03-27 | 1 | -9/+38 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | builtin/describe: introduce --broken flagsb/describe-broken | Stefan Beller | 2017-03-22 | 1 | -9/+38 |
* | | | | | | | | Merge branch 'sb/push-options-via-transport' | Junio C Hamano | 2017-03-27 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | remote-curl: allow push optionssb/push-options-via-transport | Brandon Williams | 2017-03-22 | 1 | -0/+5 |
* | | | | | | | | | Merge branch 'jk/prefix-filename' | Junio C Hamano | 2017-03-27 | 8 | -38/+27 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | bundle: use prefix_filename with bundle pathjk/prefix-filename | Jeff King | 2017-03-21 | 1 | -7/+1 |
| * | | | | | | | | | prefix_filename: return newly allocated string | Jeff King | 2017-03-21 | 7 | -18/+21 |
| * | | | | | | | | | prefix_filename: drop length parameter | Jeff King | 2017-03-21 | 7 | -20/+9 |
| * | | | | | | | | | hash-object: fix buffer reuse with --path in a subdirectory | Jeff King | 2017-03-21 | 1 | -2/+5 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'rs/update-hook-optim' | Junio C Hamano | 2017-03-24 | 1 | -8/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | receive-pack: simplify run_update_post_hook()rs/update-hook-optim | René Scharfe | 2017-03-18 | 1 | -8/+5 |
* | | | | | | | | | | Merge branch 'rs/shortlog-cleanup' | Junio C Hamano | 2017-03-24 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | shortlog: don't set after_subject to an empty stringrs/shortlog-cleanup | René Scharfe | 2017-03-18 | 1 | -1/+0 |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'jk/pack-name-cleanups' | Junio C Hamano | 2017-03-21 | 1 | -16/+15 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | index-pack: make pointer-alias fallbacks saferjk/pack-name-cleanups | Jeff King | 2017-03-16 | 1 | -8/+12 |
| * | | | | | | | | | | replace snprintf with odb_pack_name() | Jeff King | 2017-03-16 | 1 | -16/+11 |
| * | | | | | | | | | | odb_pack_keep(): stop generating keepfile name | Jeff King | 2017-03-16 | 1 | -3/+3 |
* | | | | | | | | | | | Merge branch 'jk/rev-parse-cleanup' | Junio C Hamano | 2017-03-21 | 1 | -52/+57 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | rev-parse: simplify parsing of ref optionsjk/rev-parse-cleanup | Jeff King | 2017-03-15 | 1 | -29/+16 |
| * | | | | | | | | | | rev-parse: add helper for parsing "--foo/--foo=" | Jeff King | 2017-03-15 | 1 | -10/+28 |
| * | | | | | | | | | | rev-parse: use skip_prefix when parsing options | Jeff King | 2017-03-15 | 1 | -20/+20 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'js/difftool-builtin' | Junio C Hamano | 2017-03-20 | 1 | -5/+46 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | difftool: handle modified symlinks in dir-diff mode | David Aguilar | 2017-03-15 | 1 | -5/+46 |
* | | | | | | | | | | | Merge branch 'jk/cherry-pick-0-mainline' | Junio C Hamano | 2017-03-17 | 1 | -1/+20 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | cherry-pick: detect bogus arguments to --mainlinejk/cherry-pick-0-mainline | Jeff King | 2017-03-15 | 1 | -1/+20 |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'sb/rev-parse-show-superproject-root' | Junio C Hamano | 2017-03-17 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | rev-parse: add --show-superproject-working-tree | Stefan Beller | 2017-03-08 | 1 | -0/+7 |