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-11-16
p1400: use `git-update-ref --stdin` to test multiple transactions
Patrick Steinhardt
1
-13
/
+7
2020-11-16
update-ref: allow creation of multiple transactions
Patrick Steinhardt
3
-2
/
+64
2020-11-16
t1400: avoid touching refs on filesystem
Patrick Steinhardt
1
-35
/
+42
2020-11-16
packfile: detect overflow in .idx file size checks
Jeff King
1
-3
/
+3
2020-11-16
block-sha1: take a size_t length parameter
Jeff King
2
-2
/
+2
2020-11-16
fsck: correctly compute checksums on idx files larger than 4GB
Jeff King
1
-4
/
+4
2020-11-16
use size_t to store pack .idx byte offsets
Jeff King
2
-5
/
+5
2020-11-16
compute pack .idx byte offsets using size_t
Jeff King
4
-9
/
+9
2020-11-16
parse-remote: remove this now-unused library
Ævar Arnfjörð Bjarmason
6
-129
/
+0
2020-11-16
submodule: remove sh function in favor of helper
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2020-11-16
submodule: use "fetch" logic instead of custom remote discovery
Ævar Arnfjörð Bjarmason
1
-7
/
+9
2020-11-16
t5310-pack-bitmaps: skip JGit tests with SHA256
SZEDER Gábor
1
-2
/
+2
2020-11-12
submodules: fix of regression on fetching of non-init subsub-repo
Peter Kaestle
2
-10
/
+67
2020-11-12
pack-write: use hashwrite_be64()
René Scharfe
1
-4
/
+1
2020-11-12
midx: use hashwrite_be64()
René Scharfe
1
-5
/
+2
2020-11-12
csum-file: add hashwrite_be64()
René Scharfe
1
-0
/
+7
2020-11-12
bisect: loosen halfway() check for a large number of commits
SZEDER Gábor
1
-7
/
+20
2020-11-11
receive-pack: log received client session ID
Josh Steadmon
2
-6
/
+21
2020-11-11
send-pack: advertise session ID in capabilities
Josh Steadmon
1
-0
/
+7
2020-11-11
upload-pack, serve: log received client session ID
Josh Steadmon
3
-6
/
+24
2020-11-11
fetch-pack: advertise session ID in capabilities
Josh Steadmon
1
-0
/
+9
2020-11-11
transport: log received server session ID
Josh Steadmon
2
-0
/
+74
2020-11-11
serve: advertise session ID in v2 capabilities
Josh Steadmon
1
-0
/
+14
2020-11-11
receive-pack: advertise session ID in v0 capabilities
Josh Steadmon
1
-0
/
+8
2020-11-11
upload-pack: advertise session ID in v0 capabilities
Josh Steadmon
1
-1
/
+14
2020-11-11
trace2: add a public function for getting the SID
Josh Steadmon
2
-0
/
+7
2020-11-11
docs: new transfer.advertiseSID option
Josh Steadmon
1
-0
/
+4
2020-11-11
docs: new capability to advertise session IDs
Josh Steadmon
2
-2
/
+28
2020-11-11
Fifth batch
Junio C Hamano
1
-0
/
+22
2020-11-11
Merge branch 'jc/sequencer-stopped-sha-simplify'
Junio C Hamano
1
-1
/
+1
2020-11-11
Merge branch 'js/test-file-size'
Junio C Hamano
5
-42
/
+24
2020-11-11
Merge branch 'js/ci-github-set-env'
Junio C Hamano
1
-1
/
+1
2020-11-11
Merge branch 'js/p4-default-branch'
Junio C Hamano
1
-1
/
+1
2020-11-11
Merge branch 'js/test-whitespace-fixes'
Junio C Hamano
7
-112
/
+113
2020-11-11
Merge branch 'mc/typofix'
Junio C Hamano
4
-4
/
+4
2020-11-11
Merge branch 'jc/abbrev-doc'
Junio C Hamano
6
-11
/
+18
2020-11-11
Merge branch 'cw/ci-ghwf-check-ws-errors'
Junio C Hamano
1
-2
/
+4
2020-11-11
Merge branch 'rs/worktree-list-show-locked'
Junio C Hamano
1
-1
/
+1
2020-11-11
Merge branch 'rs/pack-write-hashwrite-simplify'
Junio C Hamano
1
-3
/
+1
2020-11-11
Merge branch 'sd/prompt-local-variable'
Junio C Hamano
1
-0
/
+1
2020-11-11
Merge branch 'rs/clear-commit-marks-in-repo'
Junio C Hamano
5
-8
/
+9
2020-11-11
Merge branch 'so/format-patch-doc-on-default-diff-format'
Junio C Hamano
1
-3
/
+6
2020-11-11
mergetool: avoid letting `list_tool_variants` break user-defined setups
Johannes Schindelin
1
-0
/
+4
2020-11-11
mergetools/bc: add `bc4` to the alias list for Beyond Compare
Johannes Schindelin
1
-0
/
+1
2020-11-11
shortlog: use strset from strmap.h
Elijah Newren
1
-57
/
+4
2020-11-11
Use new HASHMAP_INIT macro to simplify hashmap initialization
Elijah Newren
6
-38
/
+16
2020-11-11
strmap: take advantage of FLEXPTR_ALLOC_STR when relevant
Elijah Newren
2
-16
/
+20
2020-11-11
strmap: enable allocations to come from a mem_pool
Elijah Newren
2
-12
/
+30
2020-11-11
receive-pack: use default version 0 for proc-receive
Jiang Xin
4
-7
/
+138
2020-11-11
receive-pack: gently write messages to proc-receive
Jiang Xin
4
-48
/
+392
[prev]
[next]