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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-29
patch-ids: add flag to create the diff patch id using header only data
Kevin Willford
1
-1
/
+1
2016-04-03
Merge branch 'mm/diff-renames-default'
Junio C Hamano
1
-0
/
+1
2016-02-26
Merge branch 'jk/tighten-alloc'
Junio C Hamano
1
-2
/
+2
2016-02-26
Merge branch 'jk/more-comments-on-textconv'
Junio C Hamano
1
-0
/
+16
2016-02-25
diff: activate diff.renames by default
Matthieu Moy
1
-0
/
+1
2016-02-22
diff: clarify textconv interface
Jeff King
1
-0
/
+16
2016-02-19
tree-diff: catch integer overflow in combine_diff_path allocation
Jeff King
1
-2
/
+2
2016-02-05
Merge branch 'nd/diff-with-path-params' into maint
Junio C Hamano
1
-2
/
+2
2016-02-03
Merge branch 'nd/diff-with-path-params'
Junio C Hamano
1
-2
/
+2
2016-01-21
diff: make -O and --output work in subdirectory
Duy Nguyen
1
-1
/
+1
2016-01-21
diff-no-index: do not take a redundant prefix argument
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-01-04
avoid shifting signed integers 31 bits
Jeff King
1
-1
/
+1
2015-07-09
log: add "log.follow" configuration variable
David Turner
1
-0
/
+1
2015-06-11
Merge branch 'jk/color-diff-plain-is-context'
Junio C Hamano
1
-1
/
+1
2015-06-11
Merge branch 'jc/diff-ws-error-highlight'
Junio C Hamano
1
-0
/
+5
2015-05-27
diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXT
Jeff King
1
-1
/
+1
2015-05-26
diff.c: --ws-error-highlight=<kind> option
Junio C Hamano
1
-0
/
+5
2015-03-13
diff: convert struct combine_diff_path to object_id
brian m. carlson
1
-2
/
+3
2014-06-03
Merge branch 'ks/tree-diff-nway'
Junio C Hamano
1
-2
/
+9
2014-04-07
tree-diff: rework diff_tree() to generate diffs for multiparent cases as well
Kirill Smelkov
1
-0
/
+9
2014-03-26
tree-diff: diff_tree() should now be static
Kirill Smelkov
1
-2
/
+0
2014-03-07
Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion'
Junio C Hamano
1
-2
/
+0
2014-02-24
combine-diff: combine_diff_path.len is not needed anymore
Kirill Smelkov
1
-1
/
+0
2013-12-27
Merge branch 'tg/diff-no-index-refactor'
Junio C Hamano
1
-1
/
+1
2013-12-27
Merge branch 'zk/difftool-counts'
Junio C Hamano
1
-0
/
+2
2013-12-12
diff: move no-index detection to builtin/diff.c
Thomas Gummerer
1
-1
/
+1
2013-12-06
difftool: display the number of files in the diff queue in the prompt
Zoltan Klinger
1
-0
/
+2
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
-2
/
+6
2013-09-09
Merge branch 'jl/submodule-mv'
Junio C Hamano
1
-2
/
+1
2013-07-19
diff: remove "diff-files -q" in a version of Git in a distant future
Junio C Hamano
1
-2
/
+0
2013-07-19
diff: deprecate -q option to diff-files
Junio C Hamano
1
-0
/
+2
2013-07-17
diff: preparse --diff-filter string argument
Junio C Hamano
1
-1
/
+4
2013-07-15
remove diff_tree_{setup,release}_paths
Nguyễn Thái Ngọc Duy
1
-2
/
+0
2013-07-15
move struct pathspec and related functions to pathspec.[ch]
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2013-05-10
diff_opt: track whether flags have been set explicitly
Junio C Hamano
1
-2
/
+6
2013-02-17
Merge branch 'mp/diff-algo-config'
Junio C Hamano
1
-0
/
+2
2013-02-12
diff: add diff_line_prefix function
John Keeping
1
-0
/
+3
2013-01-16
diff: Introduce --diff-algorithm command line option
Michal Privoznik
1
-0
/
+2
2012-10-29
Move setup_diff_pager to libgit.a
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2012-09-15
diff.c: mark a private file-scope symbol as static
Junio C Hamano
1
-1
/
+0
2012-08-27
Merge branch 'jk/maint-null-in-trees'
Junio C Hamano
1
-0
/
+5
2012-08-22
Merge branch 'tr/void-diff-setup-done'
Junio C Hamano
1
-1
/
+1
2012-08-03
diff_setup_done(): return void
Thomas Rast
1
-1
/
+1
2012-07-29
diff: do not use null sha1 as a sentinel value
Jeff King
1
-0
/
+5
2012-05-02
Merge branch 'lp/diffstat-with-graph'
Junio C Hamano
1
-0
/
+1
2012-04-16
Merge branch 'jk/diff-no-rename-empty'
Junio C Hamano
1
-1
/
+1
2012-04-16
Add output_prefix_length to diff_options
Lucian Poston
1
-0
/
+1
2012-04-15
Merge branch 'jc/diff-algo-cleanup'
Junio C Hamano
1
-0
/
+2
2012-03-23
teach diffcore-rename to optionally ignore empty content
Jeff King
1
-1
/
+1
[prev]
[next]