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
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
2009-05-03
Merge branch 'jc/maint-1.6.0-keep-pack' into maint-1.6.1
Junio C Hamano
1
-1
/
+1
2009-05-03
Merge branch 'jc/maint-1.6.0-diff-borrow-carefully' into maint-1.6.1
Junio C Hamano
1
-1
/
+9
2009-05-01
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
1
-2
/
+2
2009-04-29
replace direct calls to unlink(2) with unlink_or_warn
Alex Riesen
1
-1
/
+1
2009-04-26
diff: do not color --stat output like patch context
Markus Heidelberg
1
-8
/
+7
2009-04-11
Allow users to un-configure rename detection
Linus Torvalds
1
-7
/
+10
2009-04-08
Merge branch 'jc/maint-1.6.0-diff-borrow-carefully' into maint
Junio C Hamano
1
-1
/
+9
2009-04-08
Merge branch 'jc/maint-1.6.0-keep-pack' into maint
Junio C Hamano
1
-1
/
+1
2009-03-28
Merge branch 'jc/maint-1.6.0-diff-borrow-carefully'
Junio C Hamano
1
-1
/
+9
2009-03-26
Merge branch 'js/maint-diff-temp-smudge'
Junio C Hamano
1
-3
/
+10
2009-03-22
diff --cached: do not borrow from a work tree when a path is marked as assume...
Junio C Hamano
1
-1
/
+9
2009-03-22
Smudge the files fed to external diff and textconv
Johannes Schindelin
1
-3
/
+10
2009-03-11
Merge branch 'jc/maint-1.6.0-keep-pack'
Junio C Hamano
1
-1
/
+1
2009-03-07
Remove unused function scope local variables
Benjamin Kramer
1
-3
/
+1
2009-03-05
Merge branch 'al/ansi-color'
Junio C Hamano
1
-8
/
+8
2009-03-04
Use DIFF_XDL_SET/DIFF_OPT_SET instead of raw bit-masking
Keith Cascio
1
-7
/
+10
2009-02-28
has_sha1_pack(): refactor "pretend these packs do not exist" interface
Junio C Hamano
1
-1
/
+1
2009-02-13
Remove redundant bit clears from diff_setup()
Keith Cascio
1
-3
/
+0
2009-02-13
Clean up use of ANSI color sequences
Arjen Laarhoven
1
-8
/
+8
2009-02-12
Bugfix: GIT_EXTERNAL_DIFF with more than one changed files
Nazri Ramliy
1
-4
/
+4
2009-01-31
Merge branch 'jc/maint-split-diff-metainfo'
Junio C Hamano
1
-66
/
+80
2009-01-31
Merge branch 'jk/signal-cleanup'
Junio C Hamano
1
-52
/
+56
2009-01-27
Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into jc/maint-split-diff-me...
Junio C Hamano
1
-66
/
+80
2009-01-27
diff.c: output correct index lines for a split diff
Junio C Hamano
1
-66
/
+80
2009-01-25
Merge branch 'js/diff-color-words'
Junio C Hamano
1
-70
/
+155
2009-01-23
Merge branch 'js/patience-diff'
Junio C Hamano
1
-0
/
+2
2009-01-21
refactor signal handling for cleanup functions
Jeff King
1
-1
/
+1
2009-01-21
chain kill signals for cleanup functions
Jeff King
1
-2
/
+3
2009-01-21
diff: refactor tempfile cleanup handling
Jeff King
1
-52
/
+55
[prev]
[next]