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
2022-01-10
Merge branch 'ja/i18n-similar-messages'
Junio C Hamano
1
-4
/
+8
2022-01-05
Merge branch 'pw/diff-color-moved-fix'
Junio C Hamano
1
-245
/
+186
2022-01-05
i18n: turn even more messages into "cannot be used together" ones
Jean-Noël Avila
1
-4
/
+8
2022-01-05
i18n: refactor "%s, %s and %s are mutually exclusive"
Jean-Noël Avila
1
-1
/
+1
2021-12-09
diff --color-moved: intern strings
Phillip Wood
1
-78
/
+96
2021-12-09
diff: use designated initializers for emitted_diff_symbol
Phillip Wood
1
-1
/
+3
2021-12-09
diff --color-moved-ws=allow-indentation-change: improve hash lookups
Phillip Wood
1
-46
/
+19
2021-12-09
diff --color-moved: stop clearing potential moved blocks
Phillip Wood
1
-11
/
+0
2021-12-09
diff --color-moved: shrink potential moved blocks as we go
Phillip Wood
1
-36
/
+8
2021-12-09
diff --color-moved: unify moved block growth functions
Phillip Wood
1
-29
/
+12
2021-12-09
diff --color-moved: call comparison function directly
Phillip Wood
1
-4
/
+7
2021-12-09
diff --color-moved-ws=allow-indentation-change: simplify and optimize
Phillip Wood
1
-50
/
+20
2021-12-09
diff: simplify allow-indentation-change delta calculation
Phillip Wood
1
-11
/
+2
2021-12-09
diff --color-moved: avoid false short line matches and bad zebra coloring
Phillip Wood
1
-6
/
+11
2021-12-09
diff --color-moved=zebra: fix alternate coloring
Phillip Wood
1
-2
/
+2
2021-12-09
diff --color-moved: rewind when discarding pmb
Phillip Wood
1
-5
/
+23
2021-12-09
diff --color-moved: factor out function
Phillip Wood
1
-17
/
+34
2021-12-09
diff --color-moved: clear all flags on blocks that are too short
Phillip Wood
1
-3
/
+3
2021-11-25
run-command API users: use strvec_push(), not argv construction
Ævar Arnfjörð Bjarmason
1
-6
/
+2
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
[next]