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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-16
Merge branch 'kk/streaming-walk-pqueue'
Junio C Hamano
1
-37
/
+76
2026-06-16
Merge branch 'mf/revision-max-count-oldest'
Junio C Hamano
1
-3
/
+108
2026-06-15
Merge branch 'ob/more-repo-config-values'
Junio C Hamano
1
-3
/
+4
2026-06-11
Merge branch 'mm/line-log-cleanup'
Junio C Hamano
1
-10
/
+14
2026-06-03
revision.c: implement --max-count-oldest
Mirko Faina
1
-3
/
+108
2026-06-03
environment: move "warn_on_object_refname_ambiguity" into `struct repo_config...
Olamide Caleb Bello
1
-3
/
+4
2026-05-31
Merge branch 'ps/graph-lane-limit'
Junio C Hamano
1
-0
/
+6
2026-05-29
line-log: allow non-patch diff formats with -L
Michael Montalbo
1
-1
/
+3
2026-05-29
line-log: integrate -L output with the standard log-tree pipeline
Michael Montalbo
1
-2
/
+4
2026-05-29
revision: move -L setup before output_format-to-diff derivation
Michael Montalbo
1
-8
/
+8
2026-05-28
revision: use priority queue for non-limited streaming walks
Kristofer Karlsson
1
-25
/
+30
2026-05-28
revision: introduce rev_walk_mode to clarify get_revision_1()
Kristofer Karlsson
1
-14
/
+48
2026-05-27
Merge branch 'ps/setup-wo-the-repository'
Junio C Hamano
1
-3
/
+3
2026-05-19
setup: stop using `the_repository` in `verify_non_filename()`
Patrick Steinhardt
1
-2
/
+2
2026-05-19
setup: stop using `the_repository` in `verify_filename()`
Patrick Steinhardt
1
-1
/
+1
2026-05-15
revision: use priority queue in limit_list()
Kristofer Karlsson
1
-17
/
+21
2026-04-07
Merge branch 'mm/line-log-use-standard-diff-output'
Junio C Hamano
1
-0
/
+2
2026-03-29
graph: add --graph-lane-limit option
Pablo Sabater
1
-0
/
+6
2026-03-26
revision: avoid writing to const string for parent marks
Jeff King
1
-10
/
+15
2026-03-26
revision: make handle_dotdot() interface less confusing
Jeff King
1
-23
/
+19
2026-03-16
line-log: route -L output through the standard diff pipeline
Michael Montalbo
1
-0
/
+2
2026-03-09
Merge branch 'ps/refs-for-each'
Junio C Hamano
1
-16
/
+33
2026-03-04
Merge branch 'pw/no-more-NULL-means-current-worktree'
Junio C Hamano
1
-1
/
+1
2026-03-02
Merge branch 'ps/odb-for-each-object'
Junio C Hamano
1
-6
/
+4
2026-02-25
Merge branch 'ds/revision-maximal-only'
Junio C Hamano
1
-2
/
+10
2026-02-23
refs: replace `refs_for_each_fullref_in()`
Patrick Steinhardt
1
-1
/
+3
2026-02-23
refs: replace `refs_for_each_glob_ref()`
Patrick Steinhardt
1
-2
/
+5
2026-02-23
refs: replace `refs_for_each_glob_ref_in()`
Patrick Steinhardt
1
-9
/
+21
2026-02-23
refs: rename `each_ref_fn`
Patrick Steinhardt
1
-4
/
+4
2026-02-19
path: remove repository argument from worktree_git_path()
Phillip Wood
1
-1
/
+1
2026-02-13
Merge branch 'ps/commit-list-functions-renamed'
Junio C Hamano
1
-18
/
+18
2026-01-26
treewide: enumerate promisor objects via `odb_for_each_object()`
Patrick Steinhardt
1
-6
/
+4
2026-01-26
odb: rename `FOR_EACH_OBJECT_*` flags
Patrick Steinhardt
1
-1
/
+1
2026-01-22
revision: add --maximal-only option
Derrick Stolee
1
-2
/
+10
2026-01-21
Merge branch 'rs/tree-wo-the-repository'
Junio C Hamano
1
-2
/
+2
2026-01-21
Merge branch 'ps/packfile-store-in-odb-source'
Junio C Hamano
1
-4
/
+4
2026-01-15
Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-object
Junio C Hamano
1
-4
/
+4
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
1
-16
/
+16
2026-01-15
commit: rename `copy_commit_list()` to conform to coding guidelines
Patrick Steinhardt
1
-2
/
+2
2026-01-09
cocci: convert parse_tree functions to repo_ variants
René Scharfe
1
-2
/
+2
2026-01-09
packfile: refactor kept-pack cache to work with packfile stores
Patrick Steinhardt
1
-4
/
+4
2025-12-25
revision: export commit_stack
René Scharfe
1
-23
/
+0
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
1
-7
/
+5
2025-10-13
Merge branch 'ps/commit-graph-per-object-source'
Junio C Hamano
1
-3
/
+0
2025-09-29
Merge branch 'jk/setup-revisions-freefix'
Junio C Hamano
1
-3
/
+46
2025-09-22
revision: retain argv NULL invariant in setup_revisions()
Jeff King
1
-0
/
+6
2025-09-22
revision: add wrapper to setup_revisions() from a strvec
Jeff King
1
-0
/
+19
2025-09-22
revision: manage memory ownership of argv in setup_revisions()
Jeff King
1
-3
/
+21
2025-09-04
revision: drop explicit check for commit graph
Patrick Steinhardt
1
-3
/
+0
2025-08-21
Merge branch 'ly/changed-path-traversal-with-magic-pathspec'
Junio C Hamano
1
-13
/
+29
[next]