index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
range-diff.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hashmap_add takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
*
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-2
/
+2
*
range-diff: add headers to the outer hunk header
Thomas Gummerer
2019-07-11
1
-3
/
+6
*
range-diff: add filename to inner diff
Thomas Gummerer
2019-07-11
1
-2
/
+13
*
range-diff: add section header instead of diff header
Thomas Gummerer
2019-07-11
1
-7
/
+27
*
range-diff: suppress line count in outer diff
Thomas Gummerer
2019-07-11
1
-0
/
+1
*
range-diff: don't remove funcname from inner diff
Thomas Gummerer
2019-07-11
1
-3
/
+4
*
range-diff: split lines manually
Thomas Gummerer
2019-07-11
1
-26
/
+42
*
range-diff: fix function parameter indentation
Thomas Gummerer
2019-07-11
1
-2
/
+2
*
format-patch: do not let its diff-options affect --range-diff
Junio C Hamano
2018-11-30
1
-1
/
+5
*
Merge branch 'ab/range-diff-no-patch'
Junio C Hamano
2018-11-18
1
-1
/
+2
|
\
|
*
range-diff: make diff option behavior (e.g. --stat) consistent
Ævar Arnfjörð Bjarmason
2018-11-14
1
-1
/
+2
|
*
range-diff: fix regression in passing along diff options
Ævar Arnfjörð Bjarmason
2018-11-12
1
-1
/
+1
*
|
Merge branch 'jk/xdiff-interface'
Junio C Hamano
2018-11-13
1
-1
/
+9
|
\
\
|
*
|
range-diff: use a hunk callback
Jeff King
2018-11-05
1
-1
/
+9
|
*
|
xdiff-interface: provide a separate consume callback for hunks
Jeff King
2018-11-02
1
-1
/
+1
*
|
|
range-diff: allow to diff files regardless of submodule config
Lucas De Marchi
2018-10-25
1
-1
/
+1
*
|
|
Merge branch 'es/format-patch-rangediff'
Junio C Hamano
2018-09-17
1
-3
/
+23
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
range-diff: relieve callers of low-level configuration burden
Eric Sunshine
2018-08-14
1
-2
/
+22
|
*
|
range-diff: respect diff_option.file rather than assuming 'stdout'
Eric Sunshine
2018-08-14
1
-1
/
+1
|
|
/
*
|
range-diff: indent special lines as context
Stefan Beller
2018-08-20
1
-0
/
+2
*
|
range-diff: make use of different output indicators
Stefan Beller
2018-08-20
1
-1
/
+19
|
/
*
range-diff: left-pad patch numbers
Johannes Schindelin
2018-08-13
1
-7
/
+9
*
range-diff: use color for the commit pairs
Johannes Schindelin
2018-08-13
1
-13
/
+38
*
range-diff: do not show "function names" in hunk headers
Johannes Schindelin
2018-08-13
1
-0
/
+6
*
range-diff: adjust the output of the commit pairs
Johannes Schindelin
2018-08-13
1
-9
/
+50
*
range-diff: right-trim commit messages
Johannes Schindelin
2018-08-13
1
-0
/
+1
*
range-diff: also show the diff between patches
Johannes Schindelin
2018-08-13
1
-3
/
+31
*
range-diff: improve the order of the shown commits
Johannes Schindelin
2018-08-13
1
-19
/
+40
*
range-diff: first rudimentary implementation
Johannes Schindelin
2018-08-13
1
-0
/
+311