index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
revision.h
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
revision: hang on to "freed" argv elements
Jeff King
1
-0
/
+9
2026-07-14
graph: add --[no-]graph-indent and log.graphIndent
Pablo Sabater
1
-0
/
+2
2026-06-22
log: improve --follow following renames for non-linear history
Miklos Vajna
1
-0
/
+4
2026-06-16
Merge branch 'kk/streaming-walk-pqueue'
Junio C Hamano
1
-1
/
+11
2026-06-16
Merge branch 'mf/revision-max-count-oldest'
Junio C Hamano
1
-0
/
+2
2026-06-03
revision.c: implement --max-count-oldest
Mirko Faina
1
-0
/
+2
2026-05-31
Merge branch 'ps/graph-lane-limit'
Junio C Hamano
1
-0
/
+1
2026-05-28
revision: use priority queue for non-limited streaming walks
Kristofer Karlsson
1
-1
/
+11
2026-03-29
graph: add --graph-lane-limit option
Pablo Sabater
1
-0
/
+1
2026-03-26
revision: include object-name.h
Derrick Stolee
1
-0
/
+1
2026-01-22
revision: add --maximal-only option
Derrick Stolee
1
-1
/
+4
2025-10-14
Merge branch 'kh/format-patch-range-diff-notes'
Junio C Hamano
1
-0
/
+2
2025-09-25
revision: add rdiff_log_arg to rev_info
Kristoffer Haugsbakk
1
-0
/
+2
2025-09-22
revision: add wrapper to setup_revisions() from a strvec
Jeff King
1
-0
/
+2
2025-08-01
Merge branch 'jk/revision-no-early-output'
Junio C Hamano
1
-8
/
+0
2025-07-21
revision: drop early output option
Jeff King
1
-8
/
+0
2025-07-14
bloom: replace struct bloom_key * with struct bloom_keyvec
Lidong Yan
1
-3
/
+3
2025-04-29
Merge branch 'lo/remove-log-reencode-from-rev-info'
Junio C Hamano
1
-1
/
+0
2025-04-22
revision: remove log_reencode field from rev_info
Lucas Seiki Oshiro
1
-1
/
+0
2025-03-21
rev-list: inline `show_object_with_name()` in `show_object()`
Justin Tobler
1
-2
/
+0
2024-09-19
revision: fix a typo
Andrew Kreimer
1
-1
/
+1
2024-04-03
revision: optionally record matches with pathspec elements
Junio C Hamano
1
-0
/
+1
2023-11-01
rev-list: add commit object support in `--missing` option
Karthik Nayak
1
-0
/
+4
2023-11-01
revision: rename bit to `do_not_die_on_missing_objects`
Karthik Nayak
1
-8
/
+9
2023-09-19
range-diff: treat notes like `log`
Kristoffer Haugsbakk
1
-0
/
+1
2023-07-25
Merge branch 'jk/unused-parameter'
Junio C Hamano
1
-1
/
+1
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
1
-2
/
+3
2023-07-13
revisions: drop unused "opt" parameter in "tweak" callbacks
Jeff King
1
-1
/
+1
2023-07-10
revision.h: store hidden refs in a `strvec`
Taylor Blau
1
-2
/
+3
2023-06-13
Merge branch 'jc/pack-ref-exclude-include'
Junio C Hamano
1
-1
/
+1
2023-05-12
pack-refs: teach --exclude option to exclude refs from being packed
John Cai
1
-1
/
+1
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-0
/
+1
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-3
/
+0
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-3
/
+0
2023-03-30
Merge branch 'sg/parse-options-h-users'
Junio C Hamano
1
-1
/
+2
2023-03-28
cocci: apply the "revision.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-3
/
+0
2023-03-20
treewide: remove unnecessary inclusions of parse-options.h from headers
SZEDER Gábor
1
-1
/
+2
2023-02-23
ident.h: move ident-related declarations out of cache.h
Elijah Newren
1
-0
/
+1
2022-11-23
Merge branch 'ps/receive-use-only-advertised'
Junio C Hamano
1
-6
/
+37
2022-11-17
revision: add new parameter to exclude hidden refs
Patrick Steinhardt
1
-0
/
+16
2022-11-17
revision: introduce struct to handle exclusions
Patrick Steinhardt
1
-6
/
+21
2022-11-08
revisions API: extend the nascent REV_INFO_INIT macro
Ævar Arnfjörð Bjarmason
1
-1
/
+17
2022-09-09
Merge branch 'jc/format-patch-force-in-body-from'
Junio C Hamano
1
-0
/
+1
2022-08-29
format-patch: allow forcing the use of in-body From: header
Junio C Hamano
1
-0
/
+1
2022-08-19
revision: allow --ancestry-path to take an argument
Elijah Newren
1
-0
/
+9
2022-08-03
revisions API: don't leak memory on argv elements that need free()-ing
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2022-06-07
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
1
-25
/
+48
2022-04-23
log: "--since-as-filter" option is a non-terminating "--since" variant
Miklos Vajna
1
-0
/
+1
2022-04-13
revisions API users: use release_revisions() needing REV_INFO_INIT
Ævar Arnfjörð Bjarmason
1
-1
/
+20
[next]