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
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
2007-10-21
Use run_command() to spawn external diff programs instead of fork/exec.
Johannes Sixt
1
-35
/
+3
2007-10-03
Merge branch 'ph/strbuf'
Junio C Hamano
1
-229
/
+123
2007-10-02
rename diff_free_filespec_data_large() to diff_free_filespec_blob()
Junio C Hamano
1
-2
/
+2
2007-10-02
diffcore-rename: cache file deltas
Jeff King
1
-1
/
+6
2007-09-29
strbuf change: be sure ->buf is never ever NULL.
Pierre Habouzit
1
-8
/
+6
2007-09-20
Full rework of quote_c_style and write_name_quoted.
Pierre Habouzit
1
-193
/
+110
2007-09-18
Use xmemdupz() in many places.
Pierre Habouzit
1
-11
/
+2
2007-09-18
Merge branch 'master' into ph/strbuf
Junio C Hamano
1
-1
/
+1
2007-09-16
Now that cache.h needs strbuf.h, remove useless includes.
Pierre Habouzit
1
-1
/
+0
2007-09-16
Rewrite convert_to_{git,working_tree} to use strbuf's.
Pierre Habouzit
1
-7
/
+5
2007-09-14
Fix the rename detection limit checking
Linus Torvalds
1
-1
/
+1
2007-09-10
Strbuf API extensions and fixes.
Pierre Habouzit
1
-2
/
+2
2007-09-10
Merge branch 'master' into ph/strbuf
Junio C Hamano
1
-4
/
+17
2007-09-09
git-diff: don't squelch the new SHA1 in submodule diffs
Sven Verdoolaege
1
-4
/
+17
2007-09-06
Use strbuf API in apply, blame, commit-tree and diff
Pierre Habouzit
1
-18
/
+9
2007-08-31
git-diff: resurrect the traditional empty "diff --git" behaviour
Junio C Hamano
1
-0
/
+5
2007-08-19
Take binary diffs into account for "git rebase"
Linus Torvalds
1
-4
/
+0
2007-08-14
diff: squelch empty diffs even more
René Scharfe
1
-1
/
+2
2007-08-14
git-diff: squelch "empty" diffs
Junio C Hamano
1
-0
/
+52
2007-07-25
git_mkstemp(): be careful not to overflow the path buffer.
Junio C Hamano
1
-1
/
+1
2007-07-08
diff.c: make built-in hunk header pattern a separate table
Junio C Hamano
1
-6
/
+16
2007-07-07
diff: honor binariness specified in attributes
Junio C Hamano
1
-5
/
+9
2007-07-07
Fix configuration syntax to specify customized hunk header patterns.
Junio C Hamano
1
-67
/
+80
2007-07-06
Per-path attribute based hunk header selection.
Junio C Hamano
1
-1
/
+95
2007-07-06
Future-proof source for changes in xdemitconf_t
Johannes Schindelin
1
-5
/
+5
2007-07-06
Introduce diff_filespec_is_binary()
Junio C Hamano
1
-35
/
+36
2007-07-03
Merge branch 'maint'
Junio C Hamano
1
-1
/
+2
2007-07-03
Add diff-option --ext-diff
Johannes Schindelin
1
-0
/
+4
2007-07-03
diff --no-index: fix --name-status with added files
Johannes Schindelin
1
-1
/
+2
2007-07-02
Merge branch 'jc/diffcore'
Junio C Hamano
1
-0
/
+16
2007-06-30
diffcore_filespec: add is_binary
Junio C Hamano
1
-0
/
+16
2007-06-25
diff: round down similarity index
René Scharfe
1
-11
/
+11
2007-06-22
Finally implement "git log --follow"
Linus Torvalds
1
-0
/
+2
[next]