index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
revision.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Merge branch 'so/separate-field-for-m-and-diff-merges'
Junio C Hamano
2020-09-09
1
-0
/
+6
|
\
\
\
\
|
*
|
|
|
revision: add separate field for "-m" of "diff-index -m"
Sergey Organov
2020-08-31
1
-0
/
+6
*
|
|
|
|
Merge branch 'jk/rev-input-given-fix'
Junio C Hamano
2020-09-01
1
-5
/
+11
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
revision: set rev_input_given in handle_revision_arg()
Jeff King
2020-08-26
1
-5
/
+11
|
|
/
/
/
*
|
|
|
Merge branch 'so/log-diff-merges-opt'
Junio C Hamano
2020-08-18
1
-1
/
+8
|
\
\
\
\
|
*
|
|
|
revision: change "--diff-merges" option to require parameter
Sergey Organov
2020-08-11
1
-1
/
+8
*
|
|
|
|
Merge branch 'jk/log-fp-implies-m'
Junio C Hamano
2020-08-18
1
-3
/
+7
|
\
|
|
|
|
|
*
|
|
|
revision: add "--no-diff-merges" option to counteract "-m"
Jeff King
2020-07-29
1
-3
/
+7
|
|
/
/
/
*
|
|
|
Merge branch 'al/bisect-first-parent'
Junio C Hamano
2020-08-18
1
-3
/
+0
|
\
\
\
\
|
*
|
|
|
rev-list: allow bisect and first-parent flags
Aaron Lipman
2020-08-08
1
-3
/
+0
|
|
/
/
/
*
|
|
|
Merge branch 'so/rev-parser-errormessage-fix'
Junio C Hamano
2020-08-10
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
revision: fix die() message for "--unpacked="
Sergey Organov
2020-08-05
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'jk/compiler-fixes-and-workarounds'
Junio C Hamano
2020-08-10
1
-5
/
+3
|
\
\
\
\
|
*
|
|
|
revision: avoid leak when preparing bloom filter for "/"
Jeff King
2020-08-04
1
-0
/
+1
|
*
|
|
|
revision: avoid out-of-bounds read/write on empty pathspec
Jeff King
2020-08-04
1
-5
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'jk/strvec'
Junio C Hamano
2020-08-10
1
-10
/
+10
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
strvec: rename struct fields
Jeff King
2020-07-31
1
-2
/
+2
|
*
|
|
strvec: convert remaining callers away from argv_array name
Jeff King
2020-07-29
1
-7
/
+7
|
*
|
|
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'ds/commit-graph-bloom-updates' into master
Junio C Hamano
2020-07-30
1
-19
/
+44
|
\
\
\
|
*
|
|
commit-graph: check all leading directories in changed path Bloom filters
SZEDER Gábor
2020-07-01
1
-9
/
+37
|
*
|
|
revision: empty pathspecs should not use Bloom filters
Taylor Blau
2020-07-01
1
-0
/
+4
|
*
|
|
revision.c: fix whitespace
Derrick Stolee
2020-07-01
1
-4
/
+4
|
*
|
|
bloom: fix logic in get_bloom_filter()
Derrick Stolee
2020-07-01
1
-7
/
+0
*
|
|
|
Merge branch 'sg/commit-graph-cleanups' into master
Junio C Hamano
2020-07-30
1
-6
/
+3
|
\
|
|
|
|
|
/
/
|
/
|
|
|
*
|
diff.h: drop diff_tree_oid() & friends' return value
SZEDER Gábor
2020-06-08
1
-6
/
+3
*
|
|
Merge branch 'rs/line-log-until' into master
Junio C Hamano
2020-07-09
1
-1
/
+2
|
\
\
\
|
*
|
|
revision: disable min_age optimization with line-log
René Scharfe
2020-07-07
1
-1
/
+2
*
|
|
|
Merge branch 'es/get-worktrees-unsort'
Junio C Hamano
2020-07-07
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
worktree: drop get_worktrees() unused 'flags' argument
Eric Sunshine
2020-06-22
1
-2
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
commit-graph: minimize commit_graph_data_slab access
Abhishek Kumar
2020-06-17
1
-4
/
+8
*
|
|
|
commit: move members graph_pos, generation to a slab
Abhishek Kumar
2020-06-17
1
-8
/
+8
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'ds/line-log-on-bloom'
Junio C Hamano
2020-06-09
1
-7
/
+36
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
line-log: integrate with changed-path Bloom filters
Derrick Stolee
2020-05-11
1
-1
/
+4
|
*
|
line-log: try to use generation number-based topo-ordering
SZEDER Gábor
2020-05-11
1
-5
/
+6
|
*
|
line-log: more responsive, incremental 'git log -L'
SZEDER Gábor
2020-05-11
1
-1
/
+26
*
|
|
Merge branch 'ds/blame-on-bloom'
Junio C Hamano
2020-05-01
1
-1
/
+18
|
\
|
|
|
*
|
revision: complicated pathspecs disable filters
Derrick Stolee
2020-04-17
1
-1
/
+18
*
|
|
Merge branch 'gs/commit-graph-path-filter'
Junio C Hamano
2020-05-01
1
-2
/
+124
|
\
|
|
|
*
|
revision.c: add trace2 stats around Bloom filter usage
Garima Singh
2020-04-06
1
-0
/
+41
|
*
|
revision.c: use Bloom filters to speed up path based revision walks
Garima Singh
2020-04-06
1
-2
/
+83
|
|
/
*
|
Merge branch 'ds/revision-show-pulls'
Junio C Hamano
2020-04-22
1
-2
/
+25
|
\
\
|
*
|
revision: --show-pulls adds helpful merges
Derrick Stolee
2020-04-10
1
-2
/
+25
|
|
/
*
/
format-patch: teach --no-encode-email-headers
Emma Brooks
2020-04-08
1
-0
/
+4
|
/
*
Merge branch 'dl/format-patch-notes-config-fixup'
Junio C Hamano
2019-12-25
1
-17
/
+5
|
\
|
*
notes: break set_display_notes() into smaller functions
Denton Liu
2019-12-13
1
-3
/
+3
|
*
notes: extract logic into set_display_notes()
Denton Liu
2019-12-09
1
-16
/
+4
|
*
notes: create init_display_notes() helper
Denton Liu
2019-12-09
1
-1
/
+1
*
|
Merge branch 'dl/pretty-reference'
Junio C Hamano
2019-12-10
1
-2
/
+2
|
\
\
|
*
|
revision: make get_revision_mark() return const pointer
Denton Liu
2019-11-20
1
-2
/
+2
[prev]
[next]