Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup: fix possible overflow errors in binary searchds/avoid-overflow-in-midpoint-computation | Derrick Stolee | 2017-10-10 | 3 | -4/+4 |
* | Merge branch 'rs/cleanup-strbuf-users' | Junio C Hamano | 2017-10-05 | 1 | -1/+1 |
|\ | |||||
| * | use strbuf_addstr() for adding strings to strbufs | René Scharfe | 2017-10-02 | 1 | -1/+1 |
* | | Merge branch 'rs/resolve-ref-optional-result' | Junio C Hamano | 2017-10-05 | 2 | -4/+2 |
|\ \ | |||||
| * | | refs: pass NULL to resolve_refdup() if hash is not neededrs/resolve-ref-optional-result | René Scharfe | 2017-10-01 | 2 | -4/+2 |
* | | | Merge branch 'jk/read-in-full' | Junio C Hamano | 2017-10-03 | 2 | -5/+25 |
|\ \ \ | |||||
| * | | | worktree: check the result of read_in_full()jk/read-in-full | Jeff King | 2017-09-27 | 1 | -1/+18 |
| * | | | worktree: use xsize_t to access file size | Jeff King | 2017-09-27 | 1 | -2/+3 |
| * | | | distinguish error versus short read from read_in_full() | Jeff King | 2017-09-27 | 1 | -1/+3 |
| * | | | prefer "!=" when checking read_in_full() result | Jeff King | 2017-09-27 | 1 | -1/+1 |
* | | | | Merge branch 'jk/no-optional-locks' | Junio C Hamano | 2017-10-03 | 1 | -1/+4 |
|\ \ \ \ | |||||
| * | | | | git: add --no-optional-locks option | Jeff King | 2017-09-27 | 1 | -1/+4 |
* | | | | | Merge branch 'sd/branch-copy' | Junio C Hamano | 2017-10-03 | 1 | -15/+47 |
|\ \ \ \ \ | |||||
| * | | | | | branch: fix "copy" to never touch HEAD | Junio C Hamano | 2017-09-24 | 1 | -6/+3 |
| * | | | | | branch: add a --copy (-c) option to go with --move (-m) | Sahil Dua | 2017-06-18 | 1 | -16/+51 |
* | | | | | | Merge branch 'bc/rev-parse-parseopt-fix' | Junio C Hamano | 2017-10-03 | 1 | -4/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | rev-parse parseopt: interpret any whitespace as start of help text | Brandon Casey | 2017-09-19 | 1 | -2/+10 |
| * | | | | | | rev-parse parseopt: do not search help text for flag chars | Brandon Casey | 2017-09-19 | 1 | -2/+4 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'js/rebase-i-final' | Junio C Hamano | 2017-10-03 | 1 | -1/+28 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | rebase -i: rearrange fixup/squash lines using the rebase--helper | Johannes Schindelin | 2017-07-27 | 1 | -1/+5 |
| * | | | | | rebase -i: skip unnecessary picks using the rebase--helper | Johannes Schindelin | 2017-07-27 | 1 | -1/+5 |
| * | | | | | rebase -i: check for missing commits in the rebase--helper | Johannes Schindelin | 2017-07-27 | 1 | -1/+6 |
| * | | | | | rebase -i: also expand/collapse the SHA-1s via the rebase--helper | Johannes Schindelin | 2017-07-27 | 1 | -1/+9 |
| * | | | | | rebase -i: generate the script via rebase--helper | Johannes Schindelin | 2017-07-27 | 1 | -1/+7 |
* | | | | | | Merge branch 'ma/leakplugs' | Junio C Hamano | 2017-09-29 | 5 | -17/+23 |
|\ \ \ \ \ \ | |||||
| * | | | | | | object_array: add and use `object_array_pop()` | Martin Ågren | 2017-09-24 | 3 | -9/+3 |
| * | | | | | | object_array: use `object_array_clear()`, not `free()` | Martin Ågren | 2017-09-24 | 1 | -2/+2 |
| * | | | | | | leak_pending: use `object_array_clear()`, not `free()` | Martin Ågren | 2017-09-24 | 1 | -1/+8 |
| * | | | | | | builtin/commit: fix memory leak in `prepare_index()` | Martin Ågren | 2017-09-24 | 1 | -5/+10 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'rj/no-sign-compare' | Junio C Hamano | 2017-09-29 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ALLOC_GROW: avoid -Wsign-compare warningsrj/no-sign-compare | Ramsay Jones | 2017-09-22 | 1 | -2/+2 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jt/fast-export-copy-modify-fix' | Junio C Hamano | 2017-09-29 | 1 | -14/+32 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fast-export: do not copy from modified filejt/fast-export-copy-modify-fix | Jonathan Tan | 2017-09-21 | 1 | -14/+32 |
* | | | | | | | Merge branch 'mk/describe-match-with-all' | Junio C Hamano | 2017-09-29 | 1 | -12/+17 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | describe: teach --match to handle branches and remotesmk/describe-match-with-all | Max Kirillov | 2017-09-20 | 1 | -12/+17 |
| * | | | | | | | Merge branch 'jk/describe-omit-some-refs' into mk/describe-match-with-all | Junio C Hamano | 2017-09-20 | 1 | -3/+6 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'rs/resolve-ref-optional-result' | Junio C Hamano | 2017-09-28 | 6 | -14/+7 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | refs: pass NULL to resolve_ref_unsafe() if hash is not needed | René Scharfe | 2017-09-24 | 6 | -14/+7 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'jk/fallthrough' | Junio C Hamano | 2017-09-28 | 4 | -1/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | consistently use "fallthrough" comments in switchesjk/fallthrough | Jeff King | 2017-09-22 | 4 | -1/+4 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'jk/diff-blob' | Junio C Hamano | 2017-09-28 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cat-file: handle NULL object_context.pathjk/diff-blob | Jeff King | 2017-09-22 | 1 | -2/+2 |
* | | | | | | | | | Merge branch 'jk/describe-omit-some-refs' | Junio C Hamano | 2017-09-28 | 1 | -3/+6 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | describe: fix matching to actually match all patternsjk/describe-omit-some-refs | Max Kirillov | 2017-09-17 | 1 | -3/+6 |
* | | | | | | | | | Merge branch 'ow/rev-parse-is-shallow-repo' | Junio C Hamano | 2017-09-25 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | rev-parse: rev-parse: add --is-shallow-repositoryow/rev-parse-is-shallow-repo | Øystein Walle | 2017-09-19 | 1 | -0/+5 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'aw/gc-lockfile-fscanf-fix' | Junio C Hamano | 2017-09-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | gc: call fscanf() with %<len>s, not %<len>c, when reading hostnameaw/gc-lockfile-fscanf-fix | Junio C Hamano | 2017-09-17 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'ks/help-alias-label' | Junio C Hamano | 2017-09-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | help: change a message to be more preciseks/help-alias-label | Kaartic Sivaraam | 2017-09-14 | 1 | -1/+1 |
| | |/ / / / / / / / | |/| | | | | | | | |