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
2019-10-28
fsck: don't require an object struct in verify_headers()
Jeff King
1
-5
/
+7
2019-10-28
fsck: don't require an object struct for fsck_ident()
Jeff King
1
-14
/
+16
2019-10-28
fsck: drop blob struct from fsck_finish()
Jeff King
1
-14
/
+4
2019-10-28
fsck: accept an oid instead of a "struct blob" for fsck_blob()
Jeff King
1
-13
/
+13
2019-10-28
fsck: don't require an object struct for report()
Jeff King
1
-59
/
+69
2019-10-28
fsck: only require an oid for skiplist functions
Jeff King
1
-4
/
+5
2019-10-28
fsck: only provide oid/type in fsck_error callback
Jeff King
3
-13
/
+21
2019-10-28
fsck: don't require object structs for display functions
Jeff King
1
-32
/
+37
2019-10-28
fsck: use oids rather than objects for object_name API
Jeff King
3
-37
/
+45
2019-10-28
fsck_describe_object(): build on our get_object_name() primitive
Jeff King
1
-4
/
+1
2019-10-28
fsck: unify object-name code
Jeff King
4
-69
/
+89
2019-10-28
fsck: require an actual buffer for non-blobs
Jeff King
2
-43
/
+14
2019-10-28
fsck: stop checking tag->tagged
Jeff King
1
-13
/
+2
2019-10-28
fsck: stop checking commit->parent counts
Jeff King
1
-22
/
+1
2019-10-28
fsck: stop checking commit->tree value
Jeff King
1
-5
/
+0
2019-10-28
commit, tag: don't set parsed bit for parse failures
Jeff King
4
-6
/
+25
2019-10-28
mingw: avoid a buffer overrun in `needs_hiding()`
Johannes Schindelin
1
-0
/
+2
2019-10-28
builtin/commit-graph.c: remove subcommand-less usage string
SZEDER Gábor
1
-1
/
+0
2019-10-28
t4048: abstract away SHA-1-specific constants
brian m. carlson
1
-26
/
+32
2019-10-28
t4045: make hash-size independent
brian m. carlson
1
-1
/
+1
2019-10-28
t4044: update test to work with SHA-256
brian m. carlson
1
-16
/
+30
2019-10-28
t4039: abstract away SHA-1-specific constants
brian m. carlson
1
-1
/
+2
2019-10-28
t4038: abstract away SHA-1 specific constants
brian m. carlson
1
-6
/
+13
2019-10-28
t4034: abstract away SHA-1-specific constants
brian m. carlson
1
-39
/
+54
2019-10-28
t4027: make hash-size independent
brian m. carlson
1
-8
/
+8
2019-10-28
t4015: abstract away SHA-1-specific constants
brian m. carlson
1
-36
/
+53
2019-10-28
t4011: abstract away SHA-1-specific constants
brian m. carlson
1
-12
/
+28
2019-10-28
t4010: abstract away SHA-1-specific constants
brian m. carlson
1
-8
/
+12
2019-10-28
t3429: remove SHA1 annotation
brian m. carlson
1
-1
/
+1
2019-10-28
t1305: avoid comparing extensions
brian m. carlson
1
-1
/
+1
2019-10-28
rev-parse: add a --show-object-format option
brian m. carlson
3
-0
/
+33
2019-10-28
gitweb: correctly store previous rev in javascript-actions mode
Robert Luberda
1
-1
/
+1
2019-10-25
t4203: use test-lib.sh definitions
Prarit Bhargava
1
-47
/
+47
2019-10-25
t6006: use test-lib.sh definitions
Prarit Bhargava
1
-10
/
+10
2019-10-25
commit-graph: fix writing first commit-graph during fetch
Derrick Stolee
4
-7
/
+10
2019-10-25
t5510-fetch.sh: demonstrate fetch.writeCommitGraph bug
Derrick Stolee
1
-0
/
+16
2019-10-25
documentation: remove empty doc files
Heba Waly
4
-40
/
+0
2019-10-24
Git 2.24-rc1
Junio C Hamano
1
-1
/
+1
2019-10-24
Merge branch 'sg/ci-osx-gcc8-fix'
Junio C Hamano
1
-0
/
+1
2019-10-24
Merge branch 'ds/feature-macros'
Junio C Hamano
2
-1
/
+5
2019-10-24
Merge branch 'js/azure-ci-osx-fix'
Junio C Hamano
1
-0
/
+5
2019-10-24
Merge branch 'bw/format-patch-o-create-leading-dirs'
Junio C Hamano
1
-5
/
+8
2019-10-24
Merge branch 'dl/submodule-set-branch'
Junio C Hamano
1
-3
/
+3
2019-10-24
fetch: delay fetch_if_missing=0 until after config
Jonathan Tan
1
-2
/
+2
2019-10-24
repo-settings: read an int for index.version
Derrick Stolee
2
-1
/
+5
2019-10-24
apply: respect merge.conflictStyle in --3way
Denton Liu
2
-2
/
+2
2019-10-24
t4108: demonstrate bug in apply
Denton Liu
1
-2
/
+11
2019-10-24
t4108: use `test_config` instead of `git config`
Denton Liu
1
-1
/
+1
2019-10-24
t4108: remove git command upstream of pipe
Denton Liu
1
-6
/
+7
2019-10-24
t4108: replace create_file with test_write_lines
Denton Liu
1
-17
/
+10
[prev]
[next]