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-05-04
commit-graph: avoid memory leaks
Jonathan Tan
1
-11
/
+11
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
2020-03-26
Merge branch 'bc/sha-256-part-1-of-4'
Junio C Hamano
28
-141
/
+623
2020-03-26
Merge branch 'pb/recurse-submodules-fix'
Junio C Hamano
3
-25
/
+51
2020-03-25
The first batch post 2.26 cycle
Junio C Hamano
3
-2
/
+43
2020-03-25
Merge branch 'ss/submodule-foreach-cb'
Junio C Hamano
1
-4
/
+4
2020-03-25
Merge branch 'jc/config-tar'
Junio C Hamano
3
-7
/
+8
2020-03-25
Merge branch 'en/oidset-uninclude-hashmap'
Junio C Hamano
1
-1
/
+0
2020-03-25
Merge branch 'ds/check-connected-reprepare-packed-git'
Junio C Hamano
1
-0
/
+4
2020-03-25
Merge branch 'rs/doc-passthru-fetch-options'
Junio C Hamano
1
-3
/
+7
2020-03-25
Merge branch 'pw/advise-rebase-skip'
Junio C Hamano
8
-46
/
+233
2020-03-25
Merge branch 'yz/p4-py3'
Junio C Hamano
2
-95
/
+146
2020-03-25
Merge branch 'am/real-path-fix'
Junio C Hamano
16
-75
/
+107
2020-03-25
Merge branch 'sg/commit-slab-clarify-peek'
Junio C Hamano
1
-1
/
+6
2020-03-25
Merge branch 'jc/maintain-doc'
Junio C Hamano
1
-13
/
+39
2020-03-25
Merge branch 'js/https-proxy-config'
Junio C Hamano
2
-5
/
+90
2020-03-25
Merge branch 'hw/advise-ng'
Junio C Hamano
9
-12
/
+200
2020-03-22
Git 2.26
Junio C Hamano
1
-1
/
+1
2020-03-21
Merge branch 'en/rebase-backend'
Junio C Hamano
1
-1
/
+1
2020-03-21
Merge tag 'l10n-2.26.0-rnd2.1' of git://github.com/git-l10n/git-po.git
Junio C Hamano
13
-26190
/
+53932
2020-03-21
l10n: tr.po: change file mode to 644
Jiang Xin
1
-0
/
+0
2020-03-20
t3419: prevent failure when run with EXPENSIVE
brian m. carlson
1
-1
/
+1
2020-03-20
pack-objects: flip the use of GIT_TEST_PACK_SPARSE
Derrick Stolee
3
-5
/
+6
2020-03-20
config: set pack.useSparse=true by default
Derrick Stolee
5
-11
/
+12
2020-03-20
l10n: de.po: Update German translation for Git 2.26.0
Matthias RĂ¼ster
1
-2726
/
+2906
2020-03-20
l10n: de.po: add missing space
Ralf Thielow
1
-1
/
+1
2020-03-19
Merge https://github.com/prati0100/git-gui
Junio C Hamano
10
-2793
/
+3854
[next]