aboutsummaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAge
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-25
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* | diff options: Introduce --ignore-submodulesJohannes Schindelin2008-05-15
* | Merge branch 'jk/renamelimit' (early part)Junio C Hamano2008-05-14
|\ \ | |/ |/|
| * bump rename limit defaultsJeff King2008-05-03
* | Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins2008-05-03
|/
* diff: make --dirstat binary-file safeJunio C Hamano2008-04-09
* Write diff output to a file in struct diff_optionsDaniel Barkalow2008-03-14
* diff: make sure work tree side is shown as 0{40} when differentJunio C Hamano2008-03-02
* Clean up find_unique_abbrev() callersJunio C Hamano2008-03-01
* Merge branch 'jm/free'Junio C Hamano2008-02-27
|\
| * Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-22
* | Merge branch 'jc/diff-relative'Junio C Hamano2008-02-27
|\ \
| * | diff --relative: help working in a bare repositoryJunio C Hamano2008-02-13
| * | diff --relative: output paths as relative to the current subdirectoryJunio C Hamano2008-02-13
* | | Merge branch 'maint'Junio C Hamano2008-02-26
|\ \ \
| * | | Use a single implementation and API for copy_file()Daniel Barkalow2008-02-25
* | | | Merge branch 'lt/dirstat'Junio C Hamano2008-02-24
|\ \ \ \ | |_|_|/ |/| | |
| * | | diff --dirstat: saner handling of binary and unmerged filesJunio C Hamano2008-02-24
| * | | Add "--dirstat" for some directory statisticsLinus Torvalds2008-02-12
* | | | diff: fix java funcname pattern for solarisJeff King2008-02-20
* | | | Add color.ui variable which globally enables colorization if setMatthias Kestenholz2008-02-18
* | | | Merge branch 'sp/safecrlf'Junio C Hamano2008-02-16
|\ \ \ \
| * | | | safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska2008-02-06
| | |_|/ | |/| |
* | | | Merge branch 'maint'Junio C Hamano2008-02-16
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | diff: Fix miscounting of --check outputJunio C Hamano2008-02-15
| * | diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver"Christian Couder2008-02-15
| * | diff.c: remove useless check for value != NULLChristian Couder2008-02-15
| * | diff.c: replace a 'strdup' with 'xstrdup'.Christian Couder2008-02-15
| * | diff.c: fixup garding of config parser from value=NULLJunio C Hamano2008-02-15
* | | Merge branch 'lt/in-core-index'Junio C Hamano2008-02-11
|\ \ \ | |/ / |/| |
| * | Avoid running lstat(2) on the same cache entry.Junio C Hamano2008-01-21
| |/
* | diff.c: guard config parser from value=NULLJunio C Hamano2008-02-11
|/
* color unchanged lines as "plain" in "diff --color-words"Jeff King2008-01-18
* Correct spelling in diff.c commentBill Lear2008-01-16
* diff: do not chomp hunk-header in the middle of a characterJunio C Hamano2008-01-06
* diff: remove lazy config loadingJeff King2008-01-04
* diff: load funcname patterns in "basic" configJeff King2008-01-04
* add a "basic" diff config callbackJeff King2008-01-04
* Fix rewrite_diff() name quoting.Junio C Hamano2007-12-26
* Teach diff machinery to display other prefixes than "a/" and "b/"Johannes Schindelin2007-12-20
* Support config variable diff.externalJohannes Schindelin2007-12-17
* Make "diff --check" output match "git apply"Wincent Colaiuta2007-12-13
* Unify whitespace checkingWincent Colaiuta2007-12-13
* diff --check: minor fixupsJunio C Hamano2007-12-13
* "diff --check" should affect exit statusWincent Colaiuta2007-12-13
* xdl_diff: identify call sites.Junio C Hamano2007-12-13
* Fix "diff --check" whitespace detectionWincent Colaiuta2007-12-12
* git-diff --numstat -z: make it machine readableJunio C Hamano2007-12-12
* Use "whitespace" consistentlyWincent Colaiuta2007-12-12