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-11-12
Merge branch 'jk/diff-convfilter'
Junio C Hamano
1
-25
/
+45
2008-11-12
Merge branch 'jk/diff-convfilter-test-fix'
Junio C Hamano
1
-1
/
+1
2008-11-08
Merge branch 'rs/blame'
Junio C Hamano
1
-0
/
+5
2008-10-26
only textconv regular files
Jeff King
1
-0
/
+2
2008-10-26
userdiff: require explicitly allowing textconv
Jeff King
1
-15
/
+11
2008-10-26
refactor userdiff textconv code
Jeff King
1
-13
/
+35
2008-10-26
diff: add missing static declaration
Jeff King
1
-1
/
+1
2008-10-25
Always initialize xpparam_t to 0
Brian Downing
1
-0
/
+5
2008-10-18
diff: add filter for converting binary to text
Jeff King
1
-2
/
+47
2008-10-18
diff: introduce diff.<driver>.binary
Jeff King
1
-30
/
+22
2008-10-18
diff: unify external diff and funcname parsing code
Jeff King
1
-224
/
+27
2008-10-12
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
1
-10
/
+5
2008-10-06
Teach git diff about Objective-C syntax
Jonathan del Strother
1
-0
/
+10
2008-10-06
Merge branch 'maint'
Shawn O. Pearce
1
-0
/
+4
2008-10-06
fix bogus "diff --git" header from "diff --no-index"
Linus Torvalds
1
-0
/
+4
2008-10-02
fix openssl headers conflicting with custom SHA1 implementations
Nicolas Pitre
1
-6
/
+6
2008-09-30
diff.c: remove duplicate bibtex pattern introduced by merge 92bb9785
Brandon Casey
1
-2
/
+0
2008-09-29
Merge branch 'bc/master-diff-hunk-header-fix'
Shawn O. Pearce
1
-46
/
+60
2008-09-29
Merge branch 'maint' into bc/master-diff-hunk-header-fix
Shawn O. Pearce
1
-11
/
+1
2008-09-29
Merge branch 'bc/maint-diff-hunk-header-fix' into maint
Shawn O. Pearce
1
-43
/
+55
2008-09-25
Merge branch 'ho/dirstat-by-file'
Shawn O. Pearce
1
-1
/
+9
2008-09-23
t4018-diff-funcname: test syntax of builtin xfuncname patterns
Brandon Casey
1
-1
/
+1
2008-09-20
Merge branch 'bc/maint-diff-hunk-header-fix' into bc/master-diff-hunk-header-fix
Junio C Hamano
1
-1
/
+3
2008-09-20
diff hunk pattern: fix misconverted "\{" tex macro introducers
Junio C Hamano
1
-2
/
+2
2008-09-20
diff: fix "multiple regexp" semantics to find hunk header comment
Junio C Hamano
1
-1
/
+1
2008-09-19
diff: use extended regexp to find hunk headers
Junio C Hamano
1
-3
/
+3
2008-09-19
Merge branch 'bc/maint-diff-hunk-header-fix' into bc/master-diff-hunk-header-fix
Junio C Hamano
1
-14
/
+17
2008-09-19
diff: use extended regexp to find hunk headers
Junio C Hamano
1
-14
/
+17
2008-09-18
Merge branch 'bc/maint-diff-hunk-header-fix' into bc/master-diff-hunk-header-fix
Junio C Hamano
1
-39
/
+55
2008-09-18
Merge branch 'jc/diff-prefix'
Junio C Hamano
1
-6
/
+40
2008-09-18
diff.*.xfuncname which uses "extended" regex's for hunk header selection
Brandon Casey
1
-0
/
+5
2008-09-18
diff.c: associate a flag with each pattern and use it for compiling regex
Brandon Casey
1
-9
/
+12
2008-09-18
diff.c: return pattern entry pointer rather than just the hunk header pattern
Brandon Casey
1
-27
/
+28
2008-09-18
Merge branch 'jc/maint-diff-quiet' into maint
Junio C Hamano
1
-11
/
+1
2008-09-16
Merge branch 'jc/maint-diff-quiet'
Junio C Hamano
1
-11
/
+1
2008-09-10
Merge branch 'jc/maint-hide-cr-in-diff-from-less' into maint
Junio C Hamano
1
-1
/
+8
2008-09-07
Merge branch 'jc/hide-cr-in-diff-from-less'
Junio C Hamano
1
-1
/
+8
2008-09-07
Teach "git diff -p" to locate PHP class methods
Andreas Ericsson
1
-0
/
+1
2008-09-06
diff --quiet: make it synonym to --exit-code >/dev/null
Junio C Hamano
1
-10
/
+0
2008-09-06
diff Porcelain: do not disable auto index refreshing on -C -C
Junio C Hamano
1
-1
/
+1
2008-09-05
diff --dirstat-by-file: count changed files, not lines
Heikki Orsila
1
-1
/
+9
2008-09-04
Merge branch 'jc/maint-log-grep'
Junio C Hamano
1
-3
/
+6
2008-09-03
diff --cumulative is a sub-option of --dirstat
Junio C Hamano
1
-3
/
+6
2008-08-30
diff: vary default prefix depending on what are compared
Junio C Hamano
1
-6
/
+40
2008-08-30
diff: Help "less" hide ^M from the output
Junio C Hamano
1
-1
/
+8
2008-08-29
Merge branch 'maint'
Junio C Hamano
1
-0
/
+8
2008-08-29
Fix '--dirstat' with cross-directory renaming
Linus Torvalds
1
-0
/
+8
2008-08-20
Teach "git diff -p" HTML funcname patterns
Johan Herland
1
-2
/
+3
2008-08-20
Teach "git diff -p" Python funcname patterns
Kirill Smelkov
1
-0
/
+1
2008-08-20
Merge branch 'maint'
Junio C Hamano
1
-0
/
+1
[next]