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
2010-01-13
Merge branch 'nd/sparse'
Junio C Hamano
1
-1
/
+1
2009-12-30
Merge branch 'maint'
Junio C Hamano
1
-0
/
+2
2009-12-30
Merge branch 'maint-1.6.1' into maint
Junio C Hamano
1
-0
/
+2
2009-12-30
textconv: stop leaking file descriptors
Jeff King
1
-0
/
+2
2009-12-26
Merge branch 'gb/1.7.0-diff-whitespace-only-output'
Junio C Hamano
1
-8
/
+27
2009-12-26
Merge branch 'jc/1.7.0-diff-whitespace-only-status'
Junio C Hamano
1
-5
/
+33
2009-12-16
Merge branch 'maint' to sync with 1.6.5.7
Junio C Hamano
1
-1
/
+3
2009-12-16
ignore unknown color configuration
Jeff King
1
-1
/
+3
2009-11-28
Give the hunk comment its own color
Bert Wesarg
1
-3
/
+40
2009-11-27
emit_line(): don't emit an empty <SET><RESET> followed by a newline
Junio C Hamano
1
-6
/
+7
2009-11-20
No diff -b/-w output for all-whitespace changes
Greg Bacon
1
-8
/
+27
2009-11-16
Merge branch 'js/maint-diff-color-words' into maint
Junio C Hamano
1
-8
/
+12
2009-11-15
Merge branch 'jc/maint-blank-at-eof' into maint
Junio C Hamano
1
-145
/
+262
2009-11-15
Merge branch 'js/maint-diff-color-words'
Junio C Hamano
1
-8
/
+12
2009-10-31
diff --color-words: bit of clean-up
Junio C Hamano
1
-14
/
+12
2009-10-30
Merge branch 'js/diff-verbose-submodule'
Junio C Hamano
1
-0
/
+18
2009-10-30
diff --color-words -U0: fix the location of hunk headers
Johannes Schindelin
1
-0
/
+6
2009-10-19
Add the --submodule option to the diff option family
Johannes Schindelin
1
-0
/
+18
2009-10-17
Merge branch 'jc/maint-blank-at-eof'
Junio C Hamano
1
-145
/
+262
2009-10-11
diff.c: stylefix
Felipe Contreras
1
-1
/
+1
2009-09-15
Merge branch 'jc/maint-1.6.0-blank-at-eof' into jc/maint-blank-at-eof
Junio C Hamano
1
-22
/
+47
2009-09-15
Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...
Junio C Hamano
1
-14
/
+35
2009-09-15
Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...
Junio C Hamano
1
-148
/
+148
2009-09-15
Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...
Junio C Hamano
1
-42
/
+113
2009-09-15
diff -B: colour whitespace errors
Junio C Hamano
1
-26
/
+49
2009-09-15
diff.c: emit_add_line() takes only the rest of the line
Junio C Hamano
1
-7
/
+9
2009-09-15
diff.c: split emit_line() from the first char and the rest of the line
Junio C Hamano
1
-7
/
+26
2009-09-14
diff.c: shuffling code around
Junio C Hamano
1
-125
/
+125
2009-09-14
diff --whitespace: fix blank lines at end
Junio C Hamano
1
-21
/
+53
2009-09-04
diff --color: color blank-at-eof
Junio C Hamano
1
-10
/
+27
2009-09-04
diff --whitespace=warn/error: fix blank-at-eof check
Junio C Hamano
1
-16
/
+48
2009-09-04
diff --whitespace=warn/error: obey blank-at-eof
Junio C Hamano
1
-3
/
+7
2009-09-04
diff.c: the builtin_diff() deals with only two-file comparison
Junio C Hamano
1
-23
/
+9
2009-08-31
Style fixes, add a space after if/for/while.
Brian Gianforcaro
1
-1
/
+1
2009-08-30
diff.c: fix typoes in comments
Jim Meyering
1
-2
/
+2
2009-08-23
Teach Git to respect skip-worktree bit (reading part)
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2009-07-29
diff: Rename QUIET internal option to QUICK
Junio C Hamano
1
-2
/
+2
2009-07-29
diff: change semantics of "ignore whitespace" options
Junio C Hamano
1
-3
/
+31
2009-07-09
Merge branch 'rs/grep-p'
Junio C Hamano
1
-0
/
+1
2009-07-06
Merge branch 'tr/die_errno'
Junio C Hamano
1
-5
/
+5
2009-07-01
userdiff: add xdiff_clear_find_func()
René Scharfe
1
-0
/
+1
2009-06-27
Use die_errno() instead of die() when checking syscalls
Thomas Rast
1
-3
/
+3
2009-06-27
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
1
-2
/
+2
2009-06-09
Merge branch 'maint'
Junio C Hamano
1
-0
/
+1
2009-06-08
diff.c: plug a memory leak in an error path
Johannes Sixt
1
-0
/
+1
2009-05-31
diff: generate pretty filenames in prep_temp_blob()
David Aguilar
1
-1
/
+11
2009-05-25
Merge branch 'ar/unlink-err' into maint
Junio C Hamano
1
-1
/
+1
2009-05-25
convert bare readlink to strbuf_readlink
Jeff King
1
-7
/
+4
2009-05-18
Merge branch 'ar/unlink-err'
Junio C Hamano
1
-1
/
+1
2009-05-18
Merge branch 'mh/diff-stat-color'
Junio C Hamano
1
-8
/
+7
[next]