Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'mh/blame-worktree' | Junio C Hamano | 2016-07-25 |
|\ | |||
| * | blame: allow to blame paths freshly added to the index | Mike Hommey | 2016-07-18 |
* | | Merge branch 'js/fsck-name-object' | Junio C Hamano | 2016-07-25 |
|\ \ | |||
| * | | fsck: optionally show more helpful info for broken links | Johannes Schindelin | 2016-07-18 |
| * | | fsck: give the error function a chance to see the fsck_options | Johannes Schindelin | 2016-07-18 |
| * | | fsck: refactor how to describe objects | Johannes Schindelin | 2016-07-18 |
* | | | Merge branch 'rs/rm-strbuf-optim' | Junio C Hamano | 2016-07-25 |
|\ \ \ | |||
| * | | | rm: reuse strbuf for all remove_dir_recursively() calls | René Scharfe | 2016-07-12 |
* | | | | Merge branch 'mh/ref-iterators' | Junio C Hamano | 2016-07-25 |
|\ \ \ \ | |||
| * | | | | remote rm: handle symbolic refs correctly | Michael Haggerty | 2016-06-20 |
| * | | | | delete_refs(): add a flags argument | Michael Haggerty | 2016-06-20 |
* | | | | | Merge branch 'mh/split-under-lock' | Junio C Hamano | 2016-07-25 |
|\ \ \ \ \ | |/ / / / | |||
| * | | | | delete_branches(): use resolve_refdup() | Michael Haggerty | 2016-06-13 |
* | | | | | Merge branch 'js/am-call-theirs-theirs-in-fallback-3way' | Junio C Hamano | 2016-07-19 |
|\ \ \ \ \ | |||
| * | | | | | am: counteract gender bias | Johannes Schindelin | 2016-07-08 |
| | |_|_|/ | |/| | | | |||
* | | | | | Merge branch 'jk/write-file' | Junio C Hamano | 2016-07-19 |
|\ \ \ \ \ | |||
| * | | | | | branch: use write_file_buf instead of write_file | Jeff King | 2016-07-08 |
| * | | | | | use write_file_buf where applicable | Jeff King | 2016-07-08 |
| * | | | | | branch: use non-gentle write_file for branch description | Jeff King | 2016-07-08 |
| * | | | | | am: ignore return value of write_file() | René Scharfe | 2016-07-08 |
| * | | | | | config: fix bogus fd check when setting up default config | Jeff King | 2016-07-08 |
* | | | | | | Merge branch 'jk/printf-format' | Junio C Hamano | 2016-07-19 |
|\ \ \ \ \ \ | |||
| * | | | | | | avoid using sha1_to_hex output as printf format | Jeff King | 2016-07-08 |
* | | | | | | | Merge branch 'nd/fetch-ref-summary' | Junio C Hamano | 2016-07-19 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | fetch: reduce duplicate in ref update status lines with placeholder | Nguyễn Thái Ngọc Duy | 2016-07-06 |
| * | | | | | | | fetch: align all "remote -> local" output | Nguyễn Thái Ngọc Duy | 2016-07-06 |
| * | | | | | | | fetch: change flag code for displaying tag update and deleted ref | Nguyễn Thái Ngọc Duy | 2016-06-27 |
| * | | | | | | | fetch: refactor ref update status formatting code | Nguyễn Thái Ngọc Duy | 2016-06-27 |
| | |/ / / / / | |/| | | | | | |||
* | | | | | | | Merge branch 'bc/cocci' | Junio C Hamano | 2016-07-19 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | merge-recursive: convert merge_recursive_generic() to object_id | brian m. carlson | 2016-06-28 |
| * | | | | | | | diff: convert struct diff_filespec to struct object_id | brian m. carlson | 2016-06-28 |
| * | | | | | | | coccinelle: apply object_id Coccinelle transformations | brian m. carlson | 2016-06-28 |
| * | | | | | | | coccinelle: convert hashcpy() with null_sha1 to hashclr() | brian m. carlson | 2016-06-28 |
| |/ / / / / / | |||
* | | | | | | | Merge branch 'js/log-to-diffopt-file' | Junio C Hamano | 2016-07-19 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | shortlog: respect the --output=<file> setting | Johannes Schindelin | 2016-06-24 |
| * | | | | | | | format-patch: use stdout directly | Johannes Schindelin | 2016-06-24 |
| * | | | | | | | format-patch: avoid freopen() | Johannes Schindelin | 2016-06-24 |
| * | | | | | | | format-patch: explicitly switch off color when writing to files | Johannes Schindelin | 2016-06-24 |
| * | | | | | | | shortlog: support outputting to streams other than stdout | Johannes Schindelin | 2016-06-24 |
| * | | | | | | | log: prepare log/log-tree to reuse the diffopt.close_file attribute | Johannes Schindelin | 2016-06-24 |
* | | | | | | | | Merge branch 'dk/blame-move-no-reason-for-1-line-context' | Junio C Hamano | 2016-07-19 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||
| * | | | | | | | blame: require 0 context lines while finding moved lines with -M | David Kastrup | 2016-05-29 |
* | | | | | | | | Merge branch 'nd/ita-cleanup' | Junio C Hamano | 2016-07-13 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | grep: fix grepping for "intent to add" files | Charles Bailey | 2016-07-01 |
* | | | | | | | | | Merge branch 'ew/gc-auto-pack-limit-fix' | Junio C Hamano | 2016-07-13 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | gc: fix off-by-one error with gc.autoPackLimit | Eric Wong | 2016-06-27 |
* | | | | | | | | | | Merge branch 'va/i18n-even-more' | Junio C Hamano | 2016-07-13 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | i18n: branch: mark comment when editing branch description for translation | Vasco Almeida | 2016-06-17 |
| * | | | | | | | | | | i18n: init-db: join message pieces | Vasco Almeida | 2016-06-17 |
| * | | | | | | | | | | i18n: remote: allow translations to reorder message | Vasco Almeida | 2016-06-17 |