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
2014-06-25
Merge branch 'jk/diff-follow-must-take-one-pathspec' into maint
Junio C Hamano
1
-0
/
+3
2014-05-20
move "--follow needs one pathspec" rule to diff_setup_done
Jeff King
1
-0
/
+3
2014-04-28
Merge branch 'jk/external-diff-use-argv-array' (early part)
Junio C Hamano
1
-16
/
+16
2014-04-21
run_external_diff: use an argv_array for the command line
Jeff King
1
-16
/
+16
2014-04-17
i18n: remove obsolete comments for translators in diffstat generation
Jiang Xin
1
-8
/
+0
2014-04-08
Merge branch 'jl/nor-or-nand-and'
Junio C Hamano
1
-1
/
+1
2014-03-31
comments: fix misuses of "nor"
Justin Lebar
1
-1
/
+1
2014-03-18
Merge branch 'tr/diff-submodule-no-reuse-worktree' into maint
Junio C Hamano
1
-2
/
+3
2014-03-18
Merge branch 'nd/diff-quiet-stat-dirty' into maint
Junio C Hamano
1
-24
/
+43
2014-03-18
Merge branch 'rm/strchrnul-not-strlen'
Junio C Hamano
1
-6
/
+3
2014-03-18
Merge branch 'dd/use-alloc-grow'
Junio C Hamano
1
-10
/
+2
2014-03-14
Merge branch 'tr/diff-submodule-no-reuse-worktree'
Junio C Hamano
1
-2
/
+3
2014-03-10
use strchrnul() in place of strchr() and strlen()
Rohit Mani
1
-6
/
+3
2014-03-07
Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion'
Junio C Hamano
1
-8
/
+0
2014-03-03
diff.c: use ALLOC_GROW()
Dmitry S. Dolzhenko
1
-10
/
+2
2014-02-27
Merge branch 'nd/diff-quiet-stat-dirty'
Junio C Hamano
1
-24
/
+43
2014-02-24
diff: do not quit early on stat-dirty files
Nguyễn Thái Ngọc Duy
1
-5
/
+17
2014-02-24
diff.c: move diffcore_skip_stat_unmatch core logic out for reuse later
Nguyễn Thái Ngọc Duy
1
-21
/
+28
2014-02-18
diff: do not reuse_worktree_file for submodules
Thomas Rast
1
-2
/
+3
2014-01-27
Merge branch 'jk/diff-filespec-cleanup'
Junio C Hamano
1
-2
/
+2
2014-01-17
diff_filespec: drop xfrm_flags field
Jeff King
1
-2
/
+2
2014-01-10
Merge branch 'sb/diff-orderfile-config'
Junio C Hamano
1
-0
/
+5
2013-12-27
Merge branch 'zk/difftool-counts'
Junio C Hamano
1
-3
/
+17
2013-12-18
diff: add diff.orderfile configuration variable
Samuel Bronson
1
-0
/
+5
2013-12-17
Merge branch 'cc/starts-n-ends-with'
Junio C Hamano
1
-28
/
+28
2013-12-16
diff.c: fix some recent whitespace style violations
Jeff King
1
-2
/
+2
2013-12-06
difftool: display the number of files in the diff queue in the prompt
Zoltan Klinger
1
-3
/
+17
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-28
/
+28
2013-10-31
Use the word 'stuck' instead of 'sticked'
Nicolas Vigier
1
-1
/
+1
2013-10-23
Merge branch 'mg/more-textconv'
Junio C Hamano
1
-0
/
+3
2013-09-09
Merge branch 'jc/diff-filter-negation'
Junio C Hamano
1
-21
/
+104
2013-08-09
diff: fix a possible null pointer dereference
Stefan Beller
1
-1
/
+1
2013-08-09
diff: remove ternary operator evaluating always to true
Stefan Beller
1
-2
/
+2
2013-07-24
Merge branch 'ob/typofixes'
Junio C Hamano
1
-1
/
+1
2013-07-24
Merge branch 'sb/misc-fixes'
Junio C Hamano
1
-3
/
+1
2013-07-22
typofix: in-code comments
Ondřej Bílka
1
-1
/
+1
2013-07-22
Merge branch 'nd/const-struct-cache-entry'
Junio C Hamano
1
-1
/
+1
2013-07-22
Merge branch 'mm/diff-no-patch-synonym-to-s'
Junio C Hamano
1
-12
/
+18
2013-07-19
diff: remove "diff-files -q" in a version of Git in a distant future
Junio C Hamano
1
-8
/
+0
2013-07-19
diff: deprecate -q option to diff-files
Junio C Hamano
1
-0
/
+8
2013-07-17
diff: allow --patch & cie to override -s/--no-patch
Matthieu Moy
1
-11
/
+17
2013-07-17
diff: allow --no-patch as synonym for -s
Matthieu Moy
1
-1
/
+1
2013-07-17
diff: allow lowercase letter to specify what change class to exclude
Junio C Hamano
1
-1
/
+28
2013-07-17
diff: reject unknown change class given to --diff-filter
Junio C Hamano
1
-1
/
+1
2013-07-17
diff: preparse --diff-filter string argument
Junio C Hamano
1
-7
/
+56
2013-07-17
diff: factor out match_filter()
Junio C Hamano
1
-16
/
+13
2013-07-17
diff: pass the whole diff_options to diffcore_apply_filter()
Junio C Hamano
1
-2
/
+4
2013-07-15
diff.c: Do not initialize a variable, which gets reassigned anyway.
Stefan Beller
1
-3
/
+1
2013-07-11
Merge branch 'jc/maint-diff-core-safecrlf'
Junio C Hamano
1
-1
/
+9
2013-07-09
Convert "struct cache_entry *" to "const ..." wherever possible
Nguyễn Thái Ngọc Duy
1
-1
/
+1
[next]