index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
range-diff.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'js/range-diff-diff-merges'
Junio C Hamano
2024-12-23
1
-0
/
+12
|
\
|
*
range-diff: introduce the convenience option `--remerge-diff`
Johannes Schindelin
2024-12-16
1
-0
/
+2
|
*
range-diff: optionally include merge commits' diffs in the analysis
Johannes Schindelin
2024-12-16
1
-0
/
+10
*
|
diff.h: fix index used to loop through unsigned integer
Patrick Steinhardt
2024-12-06
1
-1
/
+0
*
|
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+2
|
/
*
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
1
-1
/
+2
*
builtin: add a repository parameter for builtin functions
John Cai
2024-09-13
1
-1
/
+4
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
*
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+0
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-6
/
+6
|
\
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-6
/
+6
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
/
*
diff: factor out add_diff_options()
René Scharfe
2022-12-02
1
-1
/
+1
*
range-diff: optionally accept pathspecs
Johannes Schindelin
2022-08-26
1
-15
/
+51
*
range-diff: consistently validate the arguments
Johannes Schindelin
2022-08-26
1
-12
/
+29
*
range-diff: reorder argument handling
Johannes Schindelin
2022-08-26
1
-4
/
+4
*
column, range-diff: downcase option description
Chinmoy Chakraborty
2021-03-29
1
-1
/
+1
*
Merge branch 'js/range-diff-one-side-only'
Junio C Hamano
2021-02-18
1
-5
/
+16
|
\
|
*
range-diff: offer --left-only/--right-only options
Johannes Schindelin
2021-02-07
1
-1
/
+7
|
*
range-diff: combine all options in a single data structure
Johannes Schindelin
2021-02-07
1
-4
/
+9
*
|
range-diff/format-patch: refactor check for commit range
Johannes Schindelin
2021-01-28
1
-4
/
+5
|
/
*
strvec: convert builtin/ callers away from argv_array name
Jeff King
2020-07-29
1
-2
/
+2
*
range-diff: clear `other_arg` at end of function
Denton Liu
2019-12-06
1
-0
/
+1
*
range-diff: pass through --notes to `git log`
Denton Liu
2019-11-21
1
-1
/
+5
*
builtin: consistently pass cmd_* prefix to parse_options
Jeff King
2019-05-13
1
-1
/
+1
*
range-diff: use parse_options() instead of diff_opt_parse()
Nguyễn Thái Ngọc Duy
2019-03-24
1
-20
/
+6
*
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-1
/
+1
|
\
|
*
diff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+1
*
|
Merge branch 'es/format-patch-rangediff'
Junio C Hamano
2018-09-17
1
-20
/
+5
|
\
\
|
|
/
|
/
|
|
*
range-diff: relieve callers of low-level configuration burden
Eric Sunshine
2018-08-14
1
-19
/
+4
|
*
range-diff: publish default creation factor
Eric Sunshine
2018-08-14
1
-1
/
+1
*
|
range-diff: update stale summary of --no-dual-color
Kyle Meyer
2018-08-27
1
-1
/
+1
|
/
*
range-diff: make --dual-color the default mode
Johannes Schindelin
2018-08-13
1
-4
/
+6
*
range-diff: offer to dual-color the diffs
Johannes Schindelin
2018-08-13
1
-0
/
+8
*
range-diff: suppress the diff headers
Johannes Schindelin
2018-08-13
1
-0
/
+1
*
range-diff: indent the diffs just like tbdiff
Johannes Schindelin
2018-08-13
1
-0
/
+10
*
range-diff: also show the diff between patches
Johannes Schindelin
2018-08-13
1
-2
/
+29
*
range-diff: first rudimentary implementation
Johannes Schindelin
2018-08-13
1
-1
/
+44
*
Introduce `range-diff` to compare iterations of a topic branch
Johannes Schindelin
2018-08-13
1
-0
/
+25