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
2021-09-27
*.[ch] *_INIT macros: use { 0 } for a "zero out" idiom
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-09-09
diff: ignore sparse paths in diffstat
Derrick Stolee
1
-0
/
+8
2021-08-06
Merge branch 'ab/pickaxe-pcre2'
Junio C Hamano
1
-1
/
+1
2021-08-04
diff: --pickaxe-all typofix
Bagas Sanjaya
1
-1
/
+1
2021-07-28
Merge branch 'en/rename-limits-doc'
Junio C Hamano
1
-2
/
+2
2021-07-15
rename: bump limit defaults yet again
Elijah Newren
1
-1
/
+1
2021-07-15
diff: correct warning message when renameLimit exceeded
Elijah Newren
1
-1
/
+1
2021-07-13
Merge branch 'ab/pickaxe-pcre2'
Junio C Hamano
1
-14
/
+25
2021-05-14
Merge branch 'pw/word-diff-zero-width-matches'
Junio C Hamano
1
-3
/
+7
2021-05-11
xdiff-interface: replace discard_hunk_line() with a flag
Ævar Arnfjörð Bjarmason
1
-3
/
+4
2021-05-11
xdiff-interface: prepare for allowing early return
Ævar Arnfjörð Bjarmason
1
-11
/
+15
2021-05-11
pickaxe: die when --find-object and --pickaxe-all are combined
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2021-05-11
pickaxe: die when -G and --pickaxe-regex are combined
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2021-05-05
word diff: handle zero length matches
Phillip Wood
1
-3
/
+7
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-2
/
+2
2021-04-27
Use the final_oid_fn to finalize hashing of object IDs
brian m. carlson
1
-1
/
+1
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-6
/
+4
2021-02-25
Merge branch 'jc/diffcore-rotate'
Junio C Hamano
1
-0
/
+21
2021-02-16
diff: --{rotate,skip}-to=<path>
Junio C Hamano
1
-0
/
+21
2021-02-11
diff: plug memory leak from regcomp() on {log,diff} -I
Ævar Arnfjörð Bjarmason
1
-0
/
+12
2021-02-11
diff: add an API for deferred freeing
Ævar Arnfjörð Bjarmason
1
-4
/
+16
2021-01-25
Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty'
Junio C Hamano
1
-0
/
+3
2020-12-18
Merge branch 'jc/diff-I-status-fix'
Junio C Hamano
1
-1
/
+2
2020-12-16
diff: correct interaction between --exit-code and -I<pattern>
Junio C Hamano
1
-1
/
+2
2020-12-08
diff: do not show submodule with untracked files as "-dirty"
Sangeeta Jain
1
-0
/
+3
2020-11-21
Merge branch 'en/strmap'
Junio C Hamano
1
-2
/
+2
2020-11-21
Merge branch 'jk/diff-release-filespec-fix'
Junio C Hamano
1
-0
/
+3
2020-11-06
diff: allow passing NULL to diff_free_filespec_data()
Jinoh Kang
1
-0
/
+3
2020-11-02
Merge branch 'mk/diff-ignore-regex'
Junio C Hamano
1
-0
/
+23
2020-11-02
hashmap: provide deallocation function names
Elijah Newren
1
-2
/
+2
2020-10-20
diff: add -I<regex> that ignores matching changes
Michał Kępień
1
-0
/
+23
2020-09-24
diff: fix modified lines stats with --stat and --numstat
Thomas Guyot-Sionnest
1
-5
/
+7
2020-09-18
Merge branch 'jc/quote-path-cleanup'
Junio C Hamano
1
-4
/
+4
2020-09-10
quote: turn 'nodq' parameter into a set of flags
Junio C Hamano
1
-4
/
+4
2020-09-09
Merge branch 'ss/submodule-summary-in-c'
Junio C Hamano
1
-1
/
+1
2020-09-03
Merge branch 'mr/diff-hide-stat-wo-textual-change'
Junio C Hamano
1
-7
/
+31
2020-08-31
Merge branch 'dd/diff-customize-index-line-abbrev'
Junio C Hamano
1
-1
/
+4
2020-08-24
Merge branch 'rs/patch-id-with-incomplete-line'
Junio C Hamano
1
-0
/
+2
2020-08-21
diff: index-line: respect --abbrev in object's name
Đoàn Trần Công Danh
1
-1
/
+4
2020-08-19
diff: teach --stat to ignore uninteresting modifications
Matthew Rogers
1
-7
/
+31
2020-08-18
patch-id: ignore newline at end of file in diff_flush_patch_id()
René Scharfe
1
-0
/
+2
2020-08-12
submodule: rename helper functions to avoid ambiguity
Shourya Shukla
1
-1
/
+1
2020-07-30
strvec: rename struct fields
Jeff King
1
-1
/
+1
2020-07-28
strvec: convert more callers away from argv_array name
Jeff King
1
-14
/
+14
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
1
-1
/
+1
2020-06-17
Merge branch 'jk/diff-memuse-optim-with-stat-unmatch'
Junio C Hamano
1
-1
/
+4
2020-06-02
diff: discard blob data from stat-unmatched pairs
Jeff King
1
-1
/
+4
2020-05-24
diff: add config option relative
Laurent Arnoud
1
-3
/
+8
2020-04-28
Merge branch 'jt/avoid-prefetch-when-able-in-diff'
Junio C Hamano
1
-50
/
+107
2020-04-07
diff: restrict when prefetching occurs
Jonathan Tan
1
-22
/
+51
[next]