index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
range-diff.c
Age
Commit message (
Expand
)
Author
2022-12-02
diff: factor out add_diff_options()
René Scharfe
2022-08-26
range-diff: optionally accept pathspecs
Johannes Schindelin
2022-08-26
range-diff: consistently validate the arguments
Johannes Schindelin
2022-08-26
range-diff: reorder argument handling
Johannes Schindelin
2021-03-29
column, range-diff: downcase option description
Chinmoy Chakraborty
2021-02-17
Merge branch 'js/range-diff-one-side-only'
Junio C Hamano
2021-02-06
range-diff: offer --left-only/--right-only options
Johannes Schindelin
2021-02-06
range-diff: combine all options in a single data structure
Johannes Schindelin
2021-01-27
range-diff/format-patch: refactor check for commit range
Johannes Schindelin
2020-07-28
strvec: convert builtin/ callers away from argv_array name
Jeff King
2019-12-06
range-diff: clear `other_arg` at end of function
Denton Liu
2019-11-21
range-diff: pass through --notes to `git log`
Denton Liu
2019-05-13
builtin: consistently pass cmd_* prefix to parse_options
Jeff King
2019-03-24
range-diff: use parse_options() instead of diff_opt_parse()
Nguyễn Thái Ngọc Duy
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
2018-09-21
diff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-17
Merge branch 'es/format-patch-rangediff'
Junio C Hamano
2018-08-27
range-diff: update stale summary of --no-dual-color
Kyle Meyer
2018-08-14
range-diff: relieve callers of low-level configuration burden
Eric Sunshine
2018-08-14
range-diff: publish default creation factor
Eric Sunshine
2018-08-13
range-diff: make --dual-color the default mode
Johannes Schindelin
2018-08-13
range-diff: offer to dual-color the diffs
Johannes Schindelin
2018-08-13
range-diff: suppress the diff headers
Johannes Schindelin
2018-08-13
range-diff: indent the diffs just like tbdiff
Johannes Schindelin
2018-08-13
range-diff: also show the diff between patches
Johannes Schindelin
2018-08-13
range-diff: first rudimentary implementation
Johannes Schindelin
2018-08-13
Introduce `range-diff` to compare iterations of a topic branch
Johannes Schindelin