Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | diff: correct newline in summary for renamed files | Stefan Beller | 2017-09-28 | 1 | -0/+1 | |
* | | | | | | | Merge branch 'rj/no-sign-compare' | Junio C Hamano | 2017-09-29 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ALLOC_GROW: avoid -Wsign-compare warningsrj/no-sign-compare | Ramsay Jones | 2017-09-22 | 1 | -1/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'jk/write-in-full-fix' | Junio C Hamano | 2017-09-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | avoid "write_in_full(fd, buf, len) != len" pattern | Jeff King | 2017-09-14 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'rs/strbuf-leakfix' | Junio C Hamano | 2017-09-19 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | diff: release strbuf after use in show_stats() | Rene Scharfe | 2017-09-07 | 1 | -0/+1 | |
| * | | | | | | | diff: release strbuf after use in show_rename_copy() | Rene Scharfe | 2017-09-07 | 1 | -0/+1 | |
| * | | | | | | | diff: release strbuf after use in diff_summary() | Rene Scharfe | 2017-09-07 | 1 | -0/+1 | |
* | | | | | | | | tempfile: auto-allocate tempfiles on heap | Jeff King | 2017-09-06 | 1 | -8/+7 | |
* | | | | | | | | tempfile: do not delete tempfile on failed close | Jeff King | 2017-09-06 | 1 | -1/+1 | |
* | | | | | | | | always check return value of close_tempfile | Jeff King | 2017-09-06 | 1 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge branch 'jt/packmigrate' | Junio C Hamano | 2017-08-26 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | pack: move has_sha1_pack() | Jonathan Tan | 2017-08-23 | 1 | -0/+1 | |
* | | | | | | | | Merge branch 'bw/submodule-config-cleanup' | Junio C Hamano | 2017-08-26 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | diff: stop allowing diff to have submodules configured in .git/config | Brandon Williams | 2017-08-03 | 1 | -3/+0 | |
* | | | | | | | | | Merge branch 'po/object-id' | Junio C Hamano | 2017-08-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | sha1_file: convert index_path to struct object_id | Patryk Obara | 2017-08-20 | 1 | -1/+1 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'jt/diff-color-move-fix' | Junio C Hamano | 2017-08-26 | 1 | -8/+39 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | diff: define block by number of alphanumeric charsjt/diff-color-move-fix | Jonathan Tan | 2017-08-16 | 1 | -6/+22 | |
| * | | | | | | | | | diff: respect MIN_BLOCK_LENGTH for last block | Jonathan Tan | 2017-08-16 | 1 | -7/+22 | |
| * | | | | | | | | | diff: avoid redundantly clearing a flag | Jonathan Tan | 2017-08-14 | 1 | -1/+1 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'sb/diff-color-move' | Junio C Hamano | 2017-08-26 | 1 | -252/+1057 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | / / / / / | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | diff.c: add dimming to moved line detection | Stefan Beller | 2017-06-30 | 1 | -11/+121 | |
| * | | | | | | | diff.c: color moved lines differently, plain mode | Stefan Beller | 2017-06-30 | 1 | -2/+8 | |
| * | | | | | | | diff.c: color moved lines differently | Stefan Beller | 2017-06-30 | 1 | -14/+330 | |
| * | | | | | | | diff.c: buffer all output if asked to | Stefan Beller | 2017-06-30 | 1 | -2/+107 | |
| * | | | | | | | diff.c: emit_diff_symbol learns about DIFF_SYMBOL_SUMMARY | Stefan Beller | 2017-06-30 | 1 | -30/+41 | |
| * | | | | | | | diff.c: emit_diff_symbol learns about DIFF_SYMBOL_STAT_SEP | Stefan Beller | 2017-06-30 | 1 | -3/+7 | |
| * | | | | | | | diff.c: convert word diffing to use emit_diff_symbol | Stefan Beller | 2017-06-30 | 1 | -33/+46 | |
| * | | | | | | | diff.c: convert show_stats to use emit_diff_symbol | Stefan Beller | 2017-06-30 | 1 | -42/+72 | |
| * | | | | | | | diff.c: convert emit_binary_diff_body to use emit_diff_symbol | Stefan Beller | 2017-06-30 | 1 | -17/+46 | |
| * | | | | | | | submodule.c: migrate diff output to use emit_diff_symbol | Stefan Beller | 2017-06-30 | 1 | -12/+71 | |
| * | | | | | | | diff.c: emit_diff_symbol learns DIFF_SYMBOL_REWRITE_DIFF | Stefan Beller | 2017-06-30 | 1 | -14/+21 | |
| * | | | | | | | diff.c: emit_diff_symbol learns about DIFF_SYMBOL_BINARY_FILES | Stefan Beller | 2017-06-30 | 1 | -5/+15 | |
| * | | | | | | | diff.c: emit_diff_symbol learns DIFF_SYMBOL_HEADER | Stefan Beller | 2017-06-30 | 1 | -8/+20 | |
| * | | | | | | | diff.c: emit_diff_symbol learns DIFF_SYMBOL_FILEPAIR_{PLUS, MINUS} | Stefan Beller | 2017-06-30 | 1 | -21/+30 | |
| * | | | | | | | diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_INCOMPLETE | Stefan Beller | 2017-06-30 | 1 | -2/+4 | |
| * | | | | | | | diff.c: emit_diff_symbol learns DIFF_SYMBOL_WORDS[_PORCELAIN] | Stefan Beller | 2017-06-30 | 1 | -16/+26 | |
| * | | | | | | | diff.c: migrate emit_line_checked to use emit_diff_symbol | Stefan Beller | 2017-06-30 | 1 | -41/+75 | |
| * | | | | | | | diff.c: emit_diff_symbol learns DIFF_SYMBOL_NO_LF_EOF | Stefan Beller | 2017-06-30 | 1 | -8/+11 | |
| * | | | | | | | diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_FRAGINFO | Stefan Beller | 2017-06-30 | 1 | -2/+6 | |
| * | | | | | | | diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_MARKER | Stefan Beller | 2017-06-30 | 1 | -1/+9 | |
| * | | | | | | | diff.c: introduce emit_diff_symbol | Stefan Beller | 2017-06-30 | 1 | -3/+19 | |
| * | | | | | | | diff.c: factor out diff_flush_patch_all_file_pairs | Stefan Beller | 2017-06-30 | 1 | -5/+12 | |
| * | | | | | | | diff.c: move line ending check into emit_hunk_header | Stefan Beller | 2017-06-30 | 1 | -2/+2 | |
| * | | | | | | | diff.c: readability fix | Stefan Beller | 2017-06-30 | 1 | -2/+2 | |
* | | | | | | | | diff: retire sane_truncate_fnjc/diff-sane-truncate-no-more | Junio C Hamano | 2017-08-17 | 1 | -5/+0 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | color: check color.ui in git_default_config() | Jeff King | 2017-07-13 | 1 | -3/+0 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge branch 'rs/use-div-round-up' | Junio C Hamano | 2017-07-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | |