index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-08
commit-graph: simplify parse_commit_graph() #2
SZEDER Gábor
1
-17
/
+9
2020-06-08
commit-graph: simplify parse_commit_graph() #1
SZEDER Gábor
2
-8
/
+11
2020-06-08
commit-graph: clean up #includes
SZEDER Gábor
2
-6
/
+4
2020-06-08
diff.h: drop diff_tree_oid() & friends' return value
SZEDER Gábor
3
-27
/
+22
2020-06-08
commit-slab: add a function to deep free entries on the slab
SZEDER Gábor
4
-9
/
+29
2020-06-08
commit-graph-format.txt: all multi-byte numbers are in network byte order
SZEDER Gábor
1
-1
/
+1
2020-06-08
commit-graph: fix parsing the Chunk Lookup table
SZEDER Gábor
2
-2
/
+2
2020-06-08
tree-walk.c: don't match submodule entries for 'submod/anything'
SZEDER Gábor
2
-2
/
+11
2020-05-11
line-log: integrate with changed-path Bloom filters
Derrick Stolee
4
-2
/
+48
2020-05-11
line-log: try to use generation number-based topo-ordering
SZEDER Gábor
1
-5
/
+6
2020-05-11
line-log: more responsive, incremental 'git log -L'
SZEDER Gábor
4
-4
/
+31
2020-05-11
t4211-line-log: add tests for parent oids
SZEDER Gábor
1
-0
/
+68
2020-05-11
line-log: remove unused fields from 'struct line_log_data'
SZEDER Gábor
1
-3
/
+0
2020-05-11
completion: offer '--(no-)patch' among 'git log' options
SZEDER Gábor
1
-0
/
+1
2020-05-11
bloom: use num_changes not nr for limit detection
Derrick Stolee
2
-2
/
+2
2020-05-11
bloom: de-duplicate directory entries
Derrick Stolee
2
-11
/
+28
2020-05-11
Documentation: changed-path Bloom filters use byte words
Derrick Stolee
1
-4
/
+4
2020-05-11
bloom: parse commit before computing filters
Derrick Stolee
1
-0
/
+3
2020-05-01
test-bloom: fix usage typo
Derrick Stolee
1
-1
/
+1
2020-05-01
bloom: fix whitespace around tab length
Derrick Stolee
2
-10
/
+10
2020-04-23
test-bloom: check that we have expected arguments
Jeff King
1
-4
/
+16
2020-04-23
test-bloom: fix some whitespace issues
Jeff King
1
-5
/
+5
2020-04-23
blame: drop unused parameter from maybe_changed_path
Jeff King
1
-3
/
+1
2020-04-16
blame: use changed-path Bloom filters
Derrick Stolee
3
-9
/
+146
2020-04-16
tests: write commit-graph with Bloom filters
Derrick Stolee
4
-5
/
+29
2020-04-16
revision: complicated pathspecs disable filters
Derrick Stolee
1
-1
/
+18
2020-04-09
bloom: ignore renames when computing changed paths
Derrick Stolee
1
-0
/
+1
2020-04-06
commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flag
Garima Singh
6
-1
/
+12
2020-04-06
t4216: add end to end tests for git log with Bloom filters
Garima Singh
2
-0
/
+159
2020-04-06
revision.c: add trace2 stats around Bloom filter usage
Garima Singh
1
-0
/
+41
2020-04-06
revision.c: use Bloom filters to speed up path based revision walks
Garima Singh
4
-2
/
+118
2020-04-06
commit-graph: add --changed-paths option to write subcommand
Garima Singh
2
-2
/
+12
2020-04-06
commit-graph: reuse existing Bloom filters during write
Garima Singh
4
-6
/
+55
2020-04-06
commit-graph: write Bloom filters to commit graph file
Garima Singh
3
-1
/
+147
2020-03-30
commit-graph: examine commits by generation number
Garima Singh
1
-3
/
+30
2020-03-30
commit-graph: examine changed-path objects in pack order
Jeff King
1
-3
/
+35
2020-03-30
commit-graph: compute Bloom filters for changed paths
Garima Singh
2
-2
/
+33
2020-03-30
diff: halt tree-diff early after max_changes
Derrick Stolee
3
-1
/
+14
2020-03-30
bloom.c: core Bloom filter implementation for changed paths.
Garima Singh
4
-0
/
+172
2020-03-30
bloom.c: introduce core Bloom filter constructs
Garima Singh
4
-1
/
+188
2020-03-30
bloom.c: add the murmur3 hash implementation
Garima Singh
7
-0
/
+133
2020-03-30
commit-graph: define and use MAX_NUM_CHUNKS
Garima Singh
1
-2
/
+3
2020-03-29
Merge branch 'ds/default-pack-use-sparse-to-true'
Junio C Hamano
7
-16
/
+18
2020-03-26
The second batch post 2.26 cycle
Junio C Hamano
1
-0
/
+53
2020-03-26
Merge branch 'ah/force-pull-rebase-configuration'
Junio C Hamano
3
-11
/
+65
2020-03-26
Merge branch 'tg/retire-scripted-stash'
Junio C Hamano
8
-862
/
+31
2020-03-26
Merge branch 'jc/describe-misnamed-annotated-tag'
Junio C Hamano
2
-7
/
+28
2020-03-26
Merge branch 'at/rebase-fork-point-regression-fix'
Junio C Hamano
3
-13
/
+34
2020-03-26
Merge branch 'bc/filter-process'
Junio C Hamano
20
-75
/
+350
2020-03-26
Merge branch 'hi/gpg-prefer-check-signature'
Junio C Hamano
6
-78
/
+201
[next]