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
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-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
2018-08-13
diff.c: move read_index() code back to the caller
Nguyễn Thái Ngọc Duy
1
-10
/
+0
2018-08-13
range-diff: use dim/bold cues to improve dual color mode
Johannes Schindelin
1
-6
/
+22
2018-08-13
range-diff --dual-color: skip white-space warnings
Johannes Schindelin
1
-0
/
+1
2018-08-13
diff: add an internal option to dual-color diffs of diffs
Johannes Schindelin
1
-15
/
+68
2018-08-13
range-diff: suppress the diff headers
Johannes Schindelin
1
-1
/
+4
2018-08-02
Merge branch 'sb/diff-color-move-more'
Junio C Hamano
1
-26
/
+236
2018-08-02
Merge branch 'bc/object-id'
Junio C Hamano
1
-3
/
+3
2018-07-25
diff: --color-moved: rename "dimmed_zebra" to "dimmed-zebra"
Eric Sunshine
1
-1
/
+3
2018-07-23
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-07-19
diff.c: offer config option to control ws handling in move detection
Stefan Beller
1
-0
/
+9
2018-07-19
diff.c: add white space mode to move detection that allows indent changes
Stefan Beller
1
-2
/
+156
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-0
/
+1
2018-07-17
diff.c: factor advance_or_nullify out of mark_color_as_moved
Stefan Beller
1
-12
/
+20
2018-07-17
diff.c: decouple white space treatment from move detection algorithm
Stefan Beller
1
-2
/
+37
2018-07-17
diff.c: add a blocks mode for moved code detection
Stefan Beller
1
-2
/
+4
2018-07-17
diff.c: adjust hash function signature to match hashmap expectation
Stefan Beller
1
-7
/
+9
2018-07-17
diff.c: do not pass diff options as keydata to hashmap
Stefan Beller
1
-2
/
+2
[next]