index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t3206-range-diff.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
range-diff: optionally accept pathspecs
Johannes Schindelin
2022-08-26
1
-1
/
+12
*
range-diff: show submodule changes irrespective of diff.submodule
Philippe Blain
2022-06-07
1
-0
/
+51
*
format-patch: allow a non-integral version numbers
ZheNing Hu
2021-03-23
1
-0
/
+24
*
Merge branch 'js/range-diff-one-side-only'
Junio C Hamano
2021-02-18
1
-0
/
+15
|
\
|
*
range-diff: offer --left-only/--right-only options
Johannes Schindelin
2021-02-07
1
-0
/
+15
*
|
Merge branch 'js/range-diff-wo-dotdot'
Junio C Hamano
2021-02-18
1
-0
/
+13
|
\
\
|
*
|
range-diff/format-patch: handle commit ranges other than A..B
Johannes Schindelin
2021-02-07
1
-0
/
+13
|
|
/
*
|
t3[0-3]*: adjust the references to the default branch name "main"
Johannes Schindelin
2020-11-20
1
-21
/
+21
*
|
tests: mark tests relying on the current default for `init.defaultBranch`
Johannes Schindelin
2020-11-20
1
-0
/
+3
|
/
*
diff: fix modified lines stats with --stat and --numstat
Thomas Guyot-Sionnest
2020-09-24
1
-8
/
+4
*
range-diff: fix a crash in parsing git-log output
Vasil Dimov
2020-04-16
1
-0
/
+10
*
t3206: make hash size independent
brian m. carlson
2020-02-07
1
-3
/
+11
*
t3206: fix incorrect test name
Denton Liu
2019-12-06
1
-1
/
+1
*
format-patch: pass notes configuration to range-diff
Denton Liu
2019-11-21
1
-1
/
+100
*
range-diff: pass through --notes to `git log`
Denton Liu
2019-11-21
1
-0
/
+47
*
range-diff: output `## Notes ##` header
Denton Liu
2019-11-21
1
-7
/
+7
*
t3206: range-diff compares logs with commit notes
Denton Liu
2019-11-21
1
-0
/
+52
*
t3206: s/expected/expect/
Denton Liu
2019-11-21
1
-32
/
+32
*
t3206: disable parameter substitution in heredoc
Denton Liu
2019-11-21
1
-1
/
+1
*
t3206: remove spaces after redirect operators
Denton Liu
2019-11-21
1
-1
/
+1
*
Merge branch 'tg/range-diff-output-update'
Junio C Hamano
2019-10-15
1
-0
/
+40
|
\
|
*
range-diff: don't segfault with mode-only changes
Thomas Gummerer
2019-10-09
1
-0
/
+40
*
|
Merge branch 'js/range-diff-noprefix'
Junio C Hamano
2019-10-11
1
-0
/
+4
|
\
\
|
*
|
range-diff: internally force `diff.noprefix=true`
Johannes Schindelin
2019-10-03
1
-0
/
+4
|
|
/
*
/
t3206: abstract away hash size constants
brian m. carlson
2019-08-20
1
-60
/
+167
|
/
*
range-diff: add headers to the outer hunk header
Thomas Gummerer
2019-07-11
1
-19
/
+22
*
range-diff: add filename to inner diff
Thomas Gummerer
2019-07-11
1
-6
/
+10
*
range-diff: add section header instead of diff header
Thomas Gummerer
2019-07-11
1
-6
/
+85
*
range-diff: suppress line count in outer diff
Thomas Gummerer
2019-07-11
1
-8
/
+8
*
range-diff: don't remove funcname from inner diff
Thomas Gummerer
2019-07-11
1
-3
/
+3
*
range-diff: always pass at least minimal diff options
Martin Ågren
2018-12-04
1
-7
/
+13
*
Merge branch 'ab/range-diff-no-patch'
Junio C Hamano
2018-11-18
1
-0
/
+30
|
\
|
*
range-diff: make diff option behavior (e.g. --stat) consistent
Ævar Arnfjörð Bjarmason
2018-11-14
1
-23
/
+0
|
*
range-diff: fix regression in passing along diff options
Ævar Arnfjörð Bjarmason
2018-11-12
1
-0
/
+53
*
|
range-diff: allow to diff files regardless of submodule config
Lucas De Marchi
2018-10-25
1
-0
/
+29
*
|
Merge branch 'tg/range-diff-corner-case-fix'
Junio C Hamano
2018-09-24
1
-0
/
+5
|
\
\
|
*
|
linear-assignment: fix potential out of bounds memory access
Thomas Gummerer
2018-09-14
1
-0
/
+5
*
|
|
Merge branch 'ds/format-patch-range-diff-test'
Junio C Hamano
2018-09-24
1
-0
/
+5
|
\
\
\
|
*
|
|
t3206-range-diff.sh: cover single-patch case
Derrick Stolee
2018-09-12
1
-0
/
+5
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'es/format-patch-rangediff'
Junio C Hamano
2018-09-17
1
-0
/
+12
|
\
|
|
|
*
|
format-patch: extend --range-diff to accept revision range
Eric Sunshine
2018-08-14
1
-1
/
+1
|
*
|
format-patch: add --range-diff option to embed diff in cover letter
Eric Sunshine
2018-08-14
1
-0
/
+12
|
|
/
*
|
range-diff: indent special lines as context
Stefan Beller
2018-08-20
1
-6
/
+6
*
|
diff: use emit_line_0 once per line
Stefan Beller
2018-08-14
1
-1
/
+1
*
|
t3206: add color test for range-diff --dual-color
Stefan Beller
2018-08-14
1
-0
/
+39
|
/
*
range-diff: add tests
Thomas Rast
2018-08-13
1
-0
/
+145