841 Commits (17696002086e8c6b9e998543d212e707c7d511ab)

Author SHA1 Message Date
Stefano Lattarini 41ccfdd9c9 Correct common spelling mistakes in comments and tests 12 years ago
John Keeping 0f33a0677d submodule: print graph output next to submodule log 12 years ago
John Keeping 0895c6d4c0 diff: allow unstuck arguments with --diff-algorithm 12 years ago
Max Nanasy c9fc4415e2 diff.c: diff.renamelimit => diff.renameLimit in message 12 years ago
Thomas Rast dd281f09b7 diff: prevent pprint_rename from underrunning input 12 years ago
Antoine Pelisse d020e27fda diff: Fix rename pretty-print when suffix and prefix overlap 12 years ago
John Keeping 30997bb8f1 diff.c: use diff_line_prefix() where applicable 12 years ago
John Keeping f192223447 diff: add diff_line_prefix function 12 years ago
John Keeping 32b367e444 diff.c: make constant string arguments const 12 years ago
John Keeping 3bf25c23cd diff: write prefix to the correct file 12 years ago
Michal Privoznik 07924d4d50 diff: Introduce --diff-algorithm command line option 12 years ago
Michal Privoznik 07ab4dec80 config: Introduce diff.algorithm variable 12 years ago
Junio C Hamano 20c8cde456 diff --shortstat: do not count "unmerged" entries 12 years ago
Junio C Hamano 82dfc2c44e diff --stat: do not count "unmerged" entries 12 years ago
Junio C Hamano a20d3c0de1 diff --stat: move the "total count" logic to the last loop 12 years ago
Junio C Hamano af0ed819c5 diff --stat: use "file" temporary variable to refer to data->files[i] 12 years ago
Junio C Hamano 99bfd40700 diff --stat: status of unmodified pair in diff-q is not zero 12 years ago
Ramkumar Ramachandra 4e215131d2 submodule: display summary header in bold 12 years ago
Jeff King d9c552f17a diff: rename "set" variable 12 years ago
Ramkumar Ramachandra c47ef57caa diff: introduce diff.submodule configuration variable 12 years ago
Nguyễn Thái Ngọc Duy 4914c9629c Move setup_diff_pager to libgit.a 12 years ago
Michael Haggerty 02e8ca0e50 parse_dirstat_params(): use string_list to split comma-separated string 12 years ago
Linus Torvalds 74faaa16f0 Fix "git diff --stat" for interesting - but empty - file changes 12 years ago
Jeff Muizelaar 6468a4e548 diff: diff.context configuration gives default to -U 13 years ago
Junio C Hamano aebbcf5797 diff: accept --no-follow option 13 years ago
Junio C Hamano d2aea1371b diff.c: mark a private file-scope symbol as static 13 years ago
Nguyễn Thái Ngọc Duy 218adaaaa0 Revert diffstat back to English 13 years ago
Adam Butcher 35e2d03c2c Fix '\ No newline...' annotation in rewrite diffs 13 years ago
Thomas Rast 28452655af diff_setup_done(): return void 13 years ago
Jeff King e54501004a diff: do not use null sha1 as a sentinel value 13 years ago
Nguyễn Thái Ngọc Duy 8212333012 i18n: leave \n out of translated diffstat 13 years ago
Junio C Hamano bd8c1a9b49 diff: correctly disable external_diff with --no-ext-diff 13 years ago
Junio C Hamano 4682d8521c diff-index.c: "git diff" has no need to read blob from the standard input 13 years ago
Alexander Strasser de9658b511 diff: Only count lines in show_shortstats 13 years ago
Zbigniew Jędrzejewski-Szmek 352ca4e105 diff --stat: do not run diff on indentical files 13 years ago
Zbigniew Jędrzejewski-Szmek e18872b2f0 diff --stat: report mode-only changes for binary files like text files 13 years ago
Zbigniew Jędrzejewski-Szmek dc801e71a7 diff --stat: use less columns for change counts 13 years ago
Lucian Poston 678c574111 Prevent graph_width of stat width from falling below min 13 years ago
Lucian Poston 3f1451326a Adjust stat width calculations to take --graph output into account 13 years ago
Jeff King 90d43b0768 teach diffcore-rename to optionally ignore empty content 13 years ago
Lucian Poston b18e97ceb9 log --graph: fix break in graph lines 13 years ago
Thomas Rast 6440d3417c diff: tweak a _copy_ of diff_options with word-diff 13 years ago
Thomas Rast 77d1a520fb diff: refactor the word-diff setup from builtin_diff_cmd 13 years ago
Junio C Hamano b3f01ff29f diff -p: squelch "diff --git" header for stat-dirty paths 13 years ago
Zbigniew Jędrzejewski-Szmek df44483a5d diff --stat: add config option to limit graph width 13 years ago
Zbigniew Jędrzejewski-Szmek 969fe57b84 diff --stat: enable limiting of the graph part 13 years ago
Zbigniew Jędrzejewski-Szmek 1b058bc30d diff --stat: use a maximum of 5/8 for the filename part 13 years ago
Zbigniew Jędrzejewski-Szmek af9fedc128 diff --stat: use the full terminal width 13 years ago
Junio C Hamano 307ab20b33 xdiff: PATIENCE/HISTOGRAM are not independent option bits 13 years ago
Junio C Hamano 2eeeef24ff diff --stat: show bars of same length for paths with same amount of changes 13 years ago