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
2019-01-04
Merge branch 'nd/the-index'
Junio C Hamano
1
-6
/
+6
2018-12-10
style: the opening '{' of a function is in a separate line
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2018-11-21
Merge branch 'js/diff-notice-has-drive-prefix' into maint
Junio C Hamano
1
-2
/
+2
2018-11-19
Merge branch 'tb/print-size-t-with-uintmax-format'
Junio C Hamano
1
-1
/
+1
2018-11-14
diff: align move detection error handling with other options
Stefan Beller
1
-9
/
+16
2018-11-13
Merge branch 'jk/xdiff-interface'
Junio C Hamano
1
-25
/
+23
2018-11-12
Upcast size_t variables to uintmax_t when printing
Torsten Bögershausen
1
-1
/
+1
2018-11-12
notes-cache.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-6
/
+6
2018-11-05
diff: convert --check to use a hunk callback
Jeff King
1
-8
/
+12
2018-11-05
diff: use hunk callback for word-diff
Jeff King
1
-7
/
+5
2018-11-05
diff: discard hunk headers for patch-ids earlier
Jeff King
1
-6
/
+2
2018-11-05
diff: avoid generating unused hunk header lines
Jeff King
1
-2
/
+2
2018-11-02
xdiff-interface: provide a separate consume callback for hunks
Jeff King
1
-10
/
+10
2018-10-30
Merge branch 'js/diff-notice-has-drive-prefix'
Junio C Hamano
1
-2
/
+2
2018-10-26
Merge branch 'sb/diff-emit-line-ws-markup-cleanup'
Junio C Hamano
1
-7
/
+5
2018-10-22
diff: don't attempt to strip prefix from absolute Windows paths
Johannes Sixt
1
-2
/
+2
2018-10-19
Merge branch 'pw/diff-color-moved-ws-fix'
Junio C Hamano
1
-41
/
+54
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
1
-113
/
+148
2018-10-12
diff.c: pass sign_index to emit_line_ws_markup
Stefan Beller
1
-7
/
+5
2018-10-04
diff --color-moved: fix a memory leak
Phillip Wood
1
-2
/
+2
2018-10-04
diff --color-moved-ws: fix another memory leak
Phillip Wood
1
-0
/
+2
2018-10-04
diff --color-moved-ws: fix a memory leak
Phillip Wood
1
-1
/
+4
2018-10-04
diff --color-moved-ws: fix out of bounds string access
Phillip Wood
1
-1
/
+1
2018-10-04
diff --color-moved-ws: fix double free crash
Phillip Wood
1
-37
/
+45
2018-09-24
Merge branch 'sb/diff-color-move-more'
Junio C Hamano
1
-5
/
+6
2018-09-21
ws.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2018-09-21
userdiff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-17
/
+23
2018-09-21
sha1-file.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-10
/
+10
2018-09-21
ll-merge.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-09-21
diff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-09-21
diff.c: remove the_index dependency in textconv() functions
Nguyễn Thái Ngọc Duy
1
-8
/
+9
2018-09-21
diff.c: reduce implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-74
/
+102
2018-09-17
Merge branch 'jk/cocci'
Junio C Hamano
1
-14
/
+9
2018-09-17
Merge branch 'sb/range-diff-colors'
Junio C Hamano
1
-41
/
+65
2018-09-11
diff: fix --color-moved-ws=allow-indentation-change
Phillip Wood
1
-5
/
+6
2018-08-29
show_dirstat: simplify same-content check
Jeff King
1
-8
/
+3
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-3
/
+3
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-3
/
+3
2018-08-20
diff.c: add --output-indicator-{new, old, context}
Stefan Beller
1
-3
/
+18
2018-08-20
Merge branch 'js/range-diff'
Junio C Hamano
1
-16
/
+89
2018-08-20
Merge branch 'nd/no-the-index'
Junio C Hamano
1
-11
/
+1
2018-08-15
Merge branch 'nd/i18n'
Junio C Hamano
1
-2
/
+2
2018-08-15
Merge branch 'es/diff-color-moved-fix'
Junio C Hamano
1
-1
/
+3
2018-08-14
diff.c: rewrite emit_line_0 more understandably
Stefan Beller
1
-33
/
+40
2018-08-14
diff.c: omit check for line prefix in emit_line_0
Stefan Beller
1
-4
/
+1
2018-08-14
diff: use emit_line_0 once per line
Stefan Beller
1
-8
/
+8
2018-08-14
diff.c: add set_sign to emit_line_0
Stefan Beller
1
-9
/
+15
2018-08-14
diff.c: reorder arguments for emit_line_ws_markup
Stefan Beller
1
-6
/
+6
2018-08-14
diff.c: simplify caller of emit_line_0
Stefan Beller
1
-2
/
+1
2018-08-13
convert.c: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
[prev]
[next]