aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'ds/avoid-overflow-in-midpoint-computation'Junio C Hamano2017-10-11
|\
| * cleanup: fix possible overflow errors in binary searchDerrick Stolee2017-10-10
* | Merge branch 'ks/branch-tweak-error-message-for-extra-args'Junio C Hamano2017-10-07
|\ \
| * | branch: change the error messages to be more meaningfulKaartic Sivaraam2017-10-04
* | | Merge branch 'jk/ui-color-always-to-auto'Junio C Hamano2017-10-07
|\ \ \
| * \ \ Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoJunio C Hamano2017-10-04
| |\ \ \
| | * | | provide --color option for all ref-filter usersJeff King2017-10-04
* | | | | Merge branch 'ma/builtin-unleak'Junio C Hamano2017-10-07
|\ \ \ \ \
| * | | | | builtin/: add UNLEAKsMartin Ågren2017-10-02
| | |_|/ / | |/| | |
* | | | | Merge branch 'sb/branch-avoid-repeated-strbuf-release'Junio C Hamano2017-10-07
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | branch: reset instead of release a strbufStefan Beller2017-10-04
| |/ / /
* | | | Merge branch 'rs/cleanup-strbuf-users'Junio C Hamano2017-10-05
|\ \ \ \
| * | | | use strbuf_addstr() for adding strings to strbufsRené Scharfe2017-10-02
* | | | | Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano2017-10-05
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | refs: pass NULL to resolve_refdup() if hash is not neededRené Scharfe2017-10-01
* | | | | Merge branch 'jk/read-in-full'Junio C Hamano2017-10-03
|\ \ \ \ \
| * | | | | worktree: check the result of read_in_full()Jeff King2017-09-27
| * | | | | worktree: use xsize_t to access file sizeJeff King2017-09-27
| * | | | | distinguish error versus short read from read_in_full()Jeff King2017-09-27
| * | | | | prefer "!=" when checking read_in_full() resultJeff King2017-09-27
* | | | | | Merge branch 'jk/no-optional-locks'Junio C Hamano2017-10-03
|\ \ \ \ \ \
| * | | | | | git: add --no-optional-locks optionJeff King2017-09-27
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'sd/branch-copy'Junio C Hamano2017-10-03
|\ \ \ \ \ \
| * | | | | | branch: fix "copy" to never touch HEADJunio C Hamano2017-09-24
| * | | | | | branch: add a --copy (-c) option to go with --move (-m)Sahil Dua2017-06-18
* | | | | | | Merge branch 'bc/rev-parse-parseopt-fix'Junio C Hamano2017-10-03
|\ \ \ \ \ \ \
| * | | | | | | rev-parse parseopt: interpret any whitespace as start of help textBrandon Casey2017-09-19
| * | | | | | | rev-parse parseopt: do not search help text for flag charsBrandon Casey2017-09-19
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'js/rebase-i-final'Junio C Hamano2017-10-03
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | rebase -i: rearrange fixup/squash lines using the rebase--helperJohannes Schindelin2017-07-27
| * | | | | | rebase -i: skip unnecessary picks using the rebase--helperJohannes Schindelin2017-07-27
| * | | | | | rebase -i: check for missing commits in the rebase--helperJohannes Schindelin2017-07-27
| * | | | | | rebase -i: also expand/collapse the SHA-1s via the rebase--helperJohannes Schindelin2017-07-27
| * | | | | | rebase -i: generate the script via rebase--helperJohannes Schindelin2017-07-27
* | | | | | | Merge branch 'ma/leakplugs'Junio C Hamano2017-09-29
|\ \ \ \ \ \ \
| * | | | | | | object_array: add and use `object_array_pop()`Martin Ågren2017-09-24
| * | | | | | | object_array: use `object_array_clear()`, not `free()`Martin Ågren2017-09-24
| * | | | | | | leak_pending: use `object_array_clear()`, not `free()`Martin Ågren2017-09-24
| * | | | | | | builtin/commit: fix memory leak in `prepare_index()`Martin Ågren2017-09-24
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'rj/no-sign-compare'Junio C Hamano2017-09-29
|\ \ \ \ \ \ \
| * | | | | | | ALLOC_GROW: avoid -Wsign-compare warningsRamsay Jones2017-09-22
| |/ / / / / /
* | | | | | | Merge branch 'jt/fast-export-copy-modify-fix'Junio C Hamano2017-09-29
|\ \ \ \ \ \ \
| * | | | | | | fast-export: do not copy from modified fileJonathan Tan2017-09-21
* | | | | | | | Merge branch 'mk/describe-match-with-all'Junio C Hamano2017-09-29
|\ \ \ \ \ \ \ \
| * | | | | | | | describe: teach --match to handle branches and remotesMax Kirillov2017-09-20
| * | | | | | | | Merge branch 'jk/describe-omit-some-refs' into mk/describe-match-with-allJunio C Hamano2017-09-20
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano2017-09-28
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-24
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jk/fallthrough'Junio C Hamano2017-09-28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | consistently use "fallthrough" comments in switchesJeff King2017-09-22
| |/ / / / / / / /