index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
diff.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-26
Merge branch 'maint'
Junio C Hamano
1
-4
/
+4
2008-02-25
Use a single implementation and API for copy_file()
Daniel Barkalow
1
-4
/
+4
2008-02-24
Merge branch 'lt/dirstat'
Junio C Hamano
1
-1
/
+94
2008-02-24
diff --dirstat: saner handling of binary and unmerged files
Junio C Hamano
1
-1
/
+6
2008-02-22
Avoid unnecessary "if-before-free" tests.
Jim Meyering
1
-6
/
+3
2008-02-20
diff: fix java funcname pattern for solaris
Jeff King
1
-1
/
+1
2008-02-18
Add color.ui variable which globally enables colorization if set
Matthias Kestenholz
1
-3
/
+3
2008-02-16
Merge branch 'sp/safecrlf'
Junio C Hamano
1
-1
/
+1
2008-02-16
Merge branch 'maint'
Junio C Hamano
1
-14
/
+6
2008-02-15
diff: Fix miscounting of --check output
Junio C Hamano
1
-2
/
+2
2008-02-15
diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver"
Christian Couder
1
-5
/
+2
2008-02-15
diff.c: remove useless check for value != NULL
Christian Couder
1
-7
/
+2
2008-02-15
diff.c: replace a 'strdup' with 'xstrdup'.
Christian Couder
1
-1
/
+1
2008-02-15
diff.c: fixup garding of config parser from value=NULL
Junio C Hamano
1
-1
/
+1
2008-02-13
diff --relative: help working in a bare repository
Junio C Hamano
1
-0
/
+4
2008-02-13
diff --relative: output paths as relative to the current subdirectory
Junio C Hamano
1
-17
/
+83
2008-02-12
Add "--dirstat" for some directory statistics
Linus Torvalds
1
-1
/
+89
2008-02-11
Merge branch 'lt/in-core-index'
Junio C Hamano
1
-9
/
+14
2008-02-11
diff.c: guard config parser from value=NULL
Junio C Hamano
1
-2
/
+12
2008-02-06
safecrlf: Add mechanism to warn about irreversible crlf conversions
Steffen Prohaska
1
-1
/
+1
2008-01-21
Avoid running lstat(2) on the same cache entry.
Junio C Hamano
1
-9
/
+14
2008-01-18
color unchanged lines as "plain" in "diff --color-words"
Jeff King
1
-5
/
+5
2008-01-16
Correct spelling in diff.c comment
Bill Lear
1
-1
/
+1
2008-01-06
diff: do not chomp hunk-header in the middle of a character
Junio C Hamano
1
-0
/
+25
2008-01-04
diff: remove lazy config loading
Jeff King
1
-9
/
+0
2008-01-04
diff: load funcname patterns in "basic" config
Jeff King
1
-3
/
+8
2008-01-04
add a "basic" diff config callback
Jeff King
1
-0
/
+6
2007-12-26
Fix rewrite_diff() name quoting.
Junio C Hamano
1
-3
/
+9
2007-12-20
Teach diff machinery to display other prefixes than "a/" and "b/"
Johannes Schindelin
1
-8
/
+17
2007-12-17
Support config variable diff.external
Johannes Schindelin
1
-0
/
+7
2007-12-13
Make "diff --check" output match "git apply"
Wincent Colaiuta
1
-2
/
+1
2007-12-13
Unify whitespace checking
Wincent Colaiuta
1
-119
/
+19
2007-12-13
diff --check: minor fixups
Junio C Hamano
1
-5
/
+14
2007-12-13
"diff --check" should affect exit status
Wincent Colaiuta
1
-0
/
+9
2007-12-13
xdl_diff: identify call sites.
Junio C Hamano
1
-5
/
+5
2007-12-12
Fix "diff --check" whitespace detection
Wincent Colaiuta
1
-3
/
+10
2007-12-12
git-diff --numstat -z: make it machine readable
Junio C Hamano
1
-32
/
+68
2007-12-12
Use "whitespace" consistently
Wincent Colaiuta
1
-2
/
+2
2007-12-09
Merge branch 'jc/spht'
Junio C Hamano
1
-11
/
+29
2007-12-06
Use gitattributes to define per-path whitespace rule
Junio C Hamano
1
-7
/
+12
2007-12-05
git config --get-colorbool
Junio C Hamano
1
-1
/
+1
2007-11-21
Fix "quote" misconversion for rewrite diff output.
Junio C Hamano
1
-1
/
+1
2007-11-11
Reorder diff_opt_parse options more logically per topics.
Pierre Habouzit
1
-53
/
+63
2007-11-11
Make the diff_options bitfields be an unsigned with explicit masks.
Pierre Habouzit
1
-63
/
+60
2007-11-02
git-diff: complain about >=8 consecutive spaces in initial indent
Junio C Hamano
1
-2
/
+12
2007-11-02
War on whitespace: first, a bit of retreat.
Junio C Hamano
1
-5
/
+8
2007-11-01
Merge branch 'js/forkexec'
Junio C Hamano
1
-35
/
+3
2007-10-26
copy vs rename detection: avoid unnecessary O(n*m) loops
Linus Torvalds
1
-23
/
+17
2007-10-26
Ref-count the filespecs used by diffcore
Linus Torvalds
1
-4
/
+11
2007-10-22
Correct some sizeof(size_t) != sizeof(unsigned long) typing errors
René Scharfe
1
-2
/
+6
[prev]
[next]