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
2022-04-13
revisions API: clear "boundary_commits" in release_revisions()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-04-13
revisions API: have release_revisions() release "prune_data"
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-04-13
revisions API: have release_revisions() release "grep_filter"
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-04-13
revisions API: have release_revisions() release "filter"
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-04-13
revisions API: have release_revisions() release "cmdline"
Ævar Arnfjörð Bjarmason
1
-0
/
+10
2022-04-13
revisions API: have release_revisions() release "mailmap"
Ævar Arnfjörð Bjarmason
1
-0
/
+9
2022-04-13
revisions API: have release_revisions() release "commits"
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-04-13
revision.[ch]: document and move code declared around "init"
Ævar Arnfjörð Bjarmason
1
-0
/
+4
2022-04-13
revision.[ch]: provide and start using a release_revisions()
Ævar Arnfjörð Bjarmason
1
-0
/
+5
2022-04-13
cocci: add and apply free_commit_list() rules
Ævar Arnfjörð Bjarmason
1
-11
/
+6
2022-03-23
list-objects-filter: remove CL_ARG__FILTER
Derrick Stolee
1
-2
/
+2
2022-03-21
Merge branch 'ds/partial-bundles'
Junio C Hamano
1
-0
/
+7
2022-03-09
rev-list: move --filter parsing into revision.c
Derrick Stolee
1
-0
/
+7
2022-02-25
Merge branch 'ab/grep-patterntype'
Junio C Hamano
1
-3
/
+1
2022-02-23
Merge branch 'ah/log-no-graph'
Junio C Hamano
1
-4
/
+16
2022-02-15
grep: simplify config parsing and option parsing
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2022-02-15
built-ins: trust the "prefix" from run_builtin()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-02-11
log: add a --no-graph option
Alex Henrie
1
-4
/
+15
2022-02-11
log: fix memory leak if --graph is passed multiple times
Alex Henrie
1
-0
/
+1
2022-01-12
git-rev-list: add --exclude-first-parent-only flag
Jerry Zhang
1
-10
/
+20
2022-01-10
Merge branch 'ja/i18n-similar-messages'
Junio C Hamano
1
-11
/
+11
2022-01-05
Merge branch 'rs/log-invert-grep-with-headers'
Junio C Hamano
1
-2
/
+2
2022-01-05
i18n: factorize "--foo requires --bar" and the like
Jean-Noël Avila
1
-1
/
+1
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
1
-10
/
+10
2021-12-21
Merge branch 'jc/c99-var-decl-in-for-loop'
Junio C Hamano
1
-3
/
+8
2021-12-17
log: let --invert-grep only invert --grep
René Scharfe
1
-2
/
+2
2021-12-03
revision: use C99 declaration of variable in for() loop
Junio C Hamano
1
-3
/
+8
2021-11-12
Merge branch 'ps/connectivity-optim'
Junio C Hamano
1
-9
/
+0
2021-11-11
Revert "connected: do not sort input revisions"
Junio C Hamano
1
-9
/
+0
2021-10-11
Merge branch 'ab/designated-initializers'
Junio C Hamano
1
-1
/
+1
2021-10-11
Merge branch 'jk/ref-paranoia'
Junio C Hamano
1
-1
/
+1
2021-10-06
Merge branch 'jt/add-submodule-odb-clean-up'
Junio C Hamano
1
-11
/
+5
2021-09-27
*.[ch] *_INIT macros: use { 0 } for a "zero out" idiom
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-09-27
refs: drop "broken" flag from for_each_fullref_in()
Jeff King
1
-1
/
+1
2021-09-09
revision: remove "submodule" from opt struct
Jonathan Tan
1
-11
/
+5
2021-08-09
revision: avoid hitting packfiles when commits are in commit-graph
Patrick Steinhardt
1
-10
/
+8
2021-08-09
revision: stop retrieving reference twice
Patrick Steinhardt
1
-1
/
+1
2021-08-09
connected: do not sort input revisions
Patrick Steinhardt
1
-0
/
+9
2021-08-05
revision: separate walk and unsorted flags
Patrick Steinhardt
1
-4
/
+5
2021-06-11
add_pending_object_with_path(): work around "gcc -O3" complaint
Jeff King
1
-2
/
+3
2021-05-07
Merge branch 'ah/plugleaks'
Junio C Hamano
1
-7
/
+10
2021-05-07
Merge branch 'ps/rev-list-object-type-filter'
Junio C Hamano
1
-2
/
+2
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
1
-0
/
+2
2021-04-28
revision: free remainder of old commit list in limit_list
Andrzej Hunt
1
-7
/
+10
2021-04-14
revision: ensure full index
Derrick Stolee
1
-0
/
+2
2021-04-13
revision: avoid parsing with --exclude-promisor-objects
Jeff King
1
-1
/
+1
2021-04-10
revision: mark commit parents as NOT_USER_GIVEN
Patrick Steinhardt
1
-2
/
+2
2021-03-24
Merge branch 'tb/geometric-repack'
Junio C Hamano
1
-0
/
+15
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-3
/
+3
2021-02-22
revision: learn '--no-kept-objects'
Taylor Blau
1
-0
/
+15
[prev]
[next]