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
2018-11-14
Add a base implementation of SHA-256 support
brian m. carlson
10
-4
/
+331
2018-11-14
commit-graph: convert to using the_hash_algo
brian m. carlson
1
-16
/
+17
2018-11-14
t/helper: add a test helper to compute hash speed
brian m. carlson
4
-0
/
+64
2018-11-14
sha1-file: add a constant for hash block size
brian m. carlson
3
-0
/
+9
2018-11-14
t: make the sha1 test-tool helper generic
brian m. carlson
4
-51
/
+62
2018-11-14
t: add basic tests for our SHA-1 implementation
brian m. carlson
1
-0
/
+29
2018-11-14
cache: make hashcmp and hasheq work with larger hashes
brian m. carlson
1
-10
/
+12
2018-11-14
hex: introduce functions to print arbitrary hashes
brian m. carlson
2
-13
/
+32
2018-10-22
sha1-file: provide functions to look up hash algorithms
brian m. carlson
2
-0
/
+34
2018-10-22
sha1-file: rename algorithm to "sha1"
brian m. carlson
1
-1
/
+1
2018-10-10
Third batch for 2.20
Junio C Hamano
1
-0
/
+16
2018-10-10
Merge branch 'ab/fsck-skiplist'
Junio C Hamano
6
-45
/
+171
2018-10-10
Merge branch 'ds/multi-pack-verify'
Junio C Hamano
6
-20
/
+262
2018-10-10
Merge branch 'bc/hash-independent-tests'
Junio C Hamano
14
-113
/
+350
2018-10-10
Merge branch 'nd/test-tool'
Junio C Hamano
13
-114
/
+128
2018-10-10
Merge branch 'nd/config-split'
Junio C Hamano
10
-702
/
+711
2018-10-10
Declare that the next one will be named 2.20
Junio C Hamano
2
-167
/
+168
2018-09-27
Sync with 2.19.1
Junio C Hamano
11
-0
/
+154
2018-09-27
Git 2.19.1
Junio C Hamano
3
-2
/
+8
2018-09-27
Sync with 2.18.1
Junio C Hamano
10
-0
/
+148
2018-09-27
Git 2.18.1
Junio C Hamano
3
-2
/
+8
2018-09-27
Sync with 2.17.2
Junio C Hamano
9
-0
/
+142
2018-09-27
Git 2.17.2
Junio C Hamano
3
-2
/
+14
2018-09-27
fsck: detect submodule paths starting with dash
Jeff King
2
-0
/
+15
2018-09-27
fsck: detect submodule urls starting with dash
Jeff King
2
-0
/
+22
2018-09-27
Sync with 2.16.5
Junio C Hamano
7
-0
/
+93
2018-09-27
Git 2.16.5
Junio C Hamano
3
-2
/
+8
2018-09-27
Sync with 2.15.3
Junio C Hamano
6
-0
/
+87
2018-09-27
Git 2.15.3
Junio C Hamano
3
-2
/
+8
2018-09-27
Sync with Git 2.14.4
Junio C Hamano
5
-0
/
+81
2018-09-27
Git 2.14.5
Junio C Hamano
3
-2
/
+18
2018-09-27
submodule-config: ban submodule paths that start with a dash
Jeff King
2
-0
/
+22
2018-09-27
submodule-config: ban submodule urls that start with dash
Jeff King
2
-0
/
+42
2018-09-27
submodule--helper: use "--" to signal end of clone options
Jeff King
1
-0
/
+1
2018-09-24
Second batch post 2.19
Junio C Hamano
1
-0
/
+55
2018-09-24
Merge branch 'tg/range-diff-corner-case-fix'
Junio C Hamano
2
-0
/
+11
2018-09-24
Merge branch 'sg/split-index-test'
Junio C Hamano
2
-8
/
+11
2018-09-24
Merge branch 'en/update-ref-no-deref-stdin'
Junio C Hamano
3
-12
/
+46
2018-09-24
Merge branch 'ms/remote-error-message-update'
Junio C Hamano
2
-5
/
+5
2018-09-24
Merge branch 'jt/lazy-object-fetch-fix'
Junio C Hamano
5
-19
/
+22
2018-09-24
Merge branch 'en/sequencer-empty-edit-result-aborts'
Junio C Hamano
4
-17
/
+14
2018-09-24
Merge branch 'ds/reachable'
Junio C Hamano
3
-14
/
+79
2018-09-24
Merge branch 'nd/attr-pathspec-fix'
Junio C Hamano
2
-2
/
+2
2018-09-24
Merge branch 'bw/protocol-v2'
Junio C Hamano
1
-0
/
+2
2018-09-24
Merge branch 'sb/string-list-remove-unused'
Junio C Hamano
2
-18
/
+0
2018-09-24
Merge branch 'jk/dev-build-format-security'
Junio C Hamano
1
-0
/
+1
2018-09-24
Merge branch 'sg/t3701-tighten-trace'
Junio C Hamano
1
-1
/
+1
2018-09-24
Merge branch 'sb/diff-color-move-more'
Junio C Hamano
1
-5
/
+6
2018-09-24
Merge branch 'en/rerere-multi-stage-1-fix'
Junio C Hamano
2
-1
/
+30
2018-09-24
Merge branch 'js/mingw-o-append'
Junio C Hamano
6
-3
/
+129
[next]