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
*
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
range-diff: avoid compiler warning when char is unsigned
René Scharfe
2023-02-28
1
-1
/
+1
*
range-diff: let '--abbrev' option takes effect
Teng Long
2023-02-21
1
-4
/
+7
*
diff: mark unused parameters in callbacks
Jeff King
2022-12-13
1
-4
/
+8
*
Merge branch 'ab/unused-annotation'
Junio C Hamano
2022-09-14
1
-1
/
+1
|
\
|
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-1
/
+1
*
|
Merge branch 'jk/unused-annotation'
Junio C Hamano
2022-09-14
1
-2
/
+4
|
\
|
|
*
hashmap: mark unused callback parameters
Jeff King
2022-08-19
1
-2
/
+4
*
|
range-diff: optionally accept pathspecs
Johannes Schindelin
2022-08-26
1
-1
/
+1
|
/
*
Merge branch 'pb/range-diff-with-submodule'
Junio C Hamano
2022-06-14
1
-1
/
+1
|
\
|
*
range-diff: show submodule changes irrespective of diff.submodule
Philippe Blain
2022-06-07
1
-1
/
+1
*
|
revision.[ch]: provide and start using a release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-1
/
+1
|
/
*
range-diff: plug memory leak in read_patches()
Ævar Arnfjörð Bjarmason
2022-03-04
1
-17
/
+12
*
range-diff: plug memory leak in common invocation
Ævar Arnfjörð Bjarmason
2022-03-04
1
-0
/
+1
*
i18n: refactor "foo and bar are mutually exclusive"
Jean-Noël Avila
2022-01-05
1
-1
/
+1
*
Merge branch 'rs/range-diff-avoid-segfault-with-I'
Junio C Hamano
2021-09-15
1
-0
/
+3
|
\
|
*
range-diff: avoid segfault with -I
René Scharfe
2021-09-07
1
-0
/
+3
*
|
Merge branch 'jk/range-diff-fixes'
Junio C Hamano
2021-08-31
1
-16
/
+13
|
\
\
|
|
/
|
/
|
|
*
range-diff: use ssize_t for parsed "len" in read_patches()
Jeff King
2021-08-10
1
-1
/
+1
|
*
range-diff: handle unterminated lines in read_patches()
Jeff King
2021-08-10
1
-14
/
+11
|
*
range-diff: drop useless "offset" variable from read_patches()
Jeff King
2021-08-10
1
-2
/
+2
*
|
Merge branch 'ab/pickaxe-pcre2'
Junio C Hamano
2021-07-14
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
xdiff-interface: prepare for allowing early return
Ævar Arnfjörð Bjarmason
2021-05-11
1
-1
/
+2
*
|
hash: provide per-algorithm null OIDs
brian m. carlson
2021-04-27
1
-1
/
+1
|
/
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
*
Merge branch 'js/range-diff-one-side-only'
Junio C Hamano
2021-02-18
1
-46
/
+55
|
\
|
*
range-diff: offer --left-only/--right-only options
Johannes Schindelin
2021-02-07
1
-3
/
+8
|
*
range-diff: move the diffopt initialization down one layer
Johannes Schindelin
2021-02-07
1
-33
/
+31
|
*
range-diff: combine all options in a single data structure
Johannes Schindelin
2021-02-07
1
-9
/
+9
|
*
range-diff: simplify code spawning `git log`
Johannes Schindelin
2021-02-05
1
-5
/
+2
|
*
range-diff: libify the read_patches() function again
Johannes Schindelin
2021-02-05
1
-3
/
+10
|
*
range-diff: avoid leaking memory in two error code paths
Johannes Schindelin
2021-02-05
1
-0
/
+2
*
|
range-diff/format-patch: handle commit ranges other than A..B
Johannes Schindelin
2021-02-07
1
-1
/
+25
*
|
range-diff/format-patch: refactor check for commit range
Johannes Schindelin
2021-01-28
1
-0
/
+5
|
/
*
Use new HASHMAP_INIT macro to simplify hashmap initialization
Elijah Newren
2020-11-11
1
-3
/
+1
*
hashmap: provide deallocation function names
Elijah Newren
2020-11-02
1
-1
/
+1
*
strvec: rename struct fields
Jeff King
2020-07-31
1
-1
/
+1
*
strvec: fix indentation in renamed calls
Jeff King
2020-07-29
1
-14
/
+14
*
strvec: convert remaining callers away from argv_array name
Jeff King
2020-07-29
1
-5
/
+5
*
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
*
range-diff: avoid negative string precision
Vasil Dimov
2020-04-16
1
-1
/
+4
*
range-diff: fix a crash in parsing git-log output
Vasil Dimov
2020-04-16
1
-0
/
+13
*
range-diff: mark pointers as const
Denton Liu
2019-12-06
1
-3
/
+3
*
range-diff: pass through --notes to `git log`
Denton Liu
2019-11-21
1
-5
/
+10
*
range-diff: output `## Notes ##` header
Denton Liu
2019-11-21
1
-0
/
+6
*
Merge branch 'ew/hashmap'
Junio C Hamano
2019-10-15
1
-5
/
+5
|
\
|
*
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
2019-10-07
1
-3
/
+1
|
*
hashmap: introduce hashmap_free_entries
Eric Wong
2019-10-07
1
-1
/
+1
|
*
hashmap: hashmap_{put,remove} return hashmap_entry *
Eric Wong
2019-10-07
1
-1
/
+3
[next]