index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-31
Merge branch 'rs/checkout-no-overlay-pathspec-fix'
Junio C Hamano
2
-3
/
+28
2020-08-31
Merge branch 'jk/index-pack-w-more-threads'
Junio C Hamano
3
-23
/
+35
2020-08-31
Merge branch 'hv/ref-filter-trailers-atom-parsing-fix'
Junio C Hamano
1
-38
/
+18
2020-08-31
Merge branch 'jt/promisor-pack-fix'
Junio C Hamano
1
-0
/
+16
2020-08-31
Merge branch 'dd/diff-customize-index-line-abbrev'
Junio C Hamano
4
-21
/
+129
2020-08-27
Merge branch 'jk/leakfix'
Junio C Hamano
1
-1
/
+1
2020-08-24
Merge branch 'rs/patch-id-with-incomplete-line'
Junio C Hamano
1
-0
/
+23
2020-08-24
Merge branch 'jc/no-update-fetch-head'
Junio C Hamano
2
-2
/
+20
2020-08-24
Merge branch 'en/dir-nonbare-embedded'
Junio C Hamano
1
-4
/
+20
2020-08-24
Merge branch 'ds/midx-repack-to-batch-size'
Junio C Hamano
1
-0
/
+18
2020-08-24
Merge branch 'es/init-no-separate-git-dir-in-bare'
Junio C Hamano
1
-0
/
+13
2020-08-22
checkout, restore: make pathspec recursive
René Scharfe
2
-3
/
+28
2020-08-21
ref-filter: 'contents:trailers' show error if `:` is missing
Hariom Verma
1
-0
/
+8
2020-08-21
diff: index-line: respect --abbrev in object's name
Đoàn Trần Công Danh
4
-0
/
+90
2020-08-21
t4013: improve diff-post-processor logic
brian m. carlson
1
-21
/
+39
2020-08-21
t6300: unify %(trailers) and %(contents:trailers) tests
Hariom Verma
1
-42
/
+14
2020-08-21
p5302: count up to online-cpus for thread tests
Jeff King
1
-23
/
+24
2020-08-21
p5302: disable thread-count parameter tests by default
Jeff King
3
-5
/
+16
2020-08-20
fetch-pack: in partial clone, pass --promisor
Jonathan Tan
1
-0
/
+16
2020-08-19
Merge branch 'ds/sha256-leftover-bits'
Junio C Hamano
6
-11
/
+96
2020-08-19
Merge branch 'jc/object-names-are-not-sha-1'
Junio C Hamano
1
-1
/
+1
2020-08-19
Merge branch 'pb/userdiff-fortran-update'
Junio C Hamano
10
-0
/
+95
2020-08-19
Merge branch 'jk/blame-coalesce-fix'
Junio C Hamano
1
-9
/
+19
2020-08-19
Merge branch 'ak/sequencer-fix-find-uniq-abbrev'
Junio C Hamano
1
-0
/
+6
2020-08-19
Merge branch 'en/sequencer-merge-labels'
Junio C Hamano
2
-11
/
+11
2020-08-19
Merge branch 'en/merge-tests'
Junio C Hamano
35
-48
/
+71
2020-08-18
patch-id: ignore newline at end of file in diff_flush_patch_id()
René Scharfe
1
-0
/
+23
2020-08-18
fetch: optionally allow disabling FETCH_HEAD update
Junio C Hamano
2
-2
/
+20
2020-08-17
Merge branch 'so/log-diff-merges-opt'
Junio C Hamano
3
-0
/
+158
2020-08-17
Merge branch 'jk/log-fp-implies-m'
Junio C Hamano
3
-0
/
+101
2020-08-17
Merge branch 'es/test-cmp-typocatcher'
Junio C Hamano
1
-2
/
+14
2020-08-17
Merge branch 'rp/apply-cached-with-i-t-a'
Junio C Hamano
1
-0
/
+56
2020-08-17
Merge branch 'al/bisect-first-parent'
Junio C Hamano
3
-50
/
+103
2020-08-17
Merge branch 'hn/reftable-prep-part-2'
Junio C Hamano
2
-16
/
+19
2020-08-17
Merge branch 'dd/send-email-config'
Junio C Hamano
1
-0
/
+29
2020-08-17
Merge branch 'ps/ref-transaction-hook'
Junio C Hamano
1
-0
/
+27
2020-08-17
multi-pack-index: use hash version byte
Derrick Stolee
2
-6
/
+45
2020-08-17
commit-graph: use the "hash version" byte
Derrick Stolee
3
-5
/
+47
2020-08-17
t/README: document GIT_TEST_DEFAULT_HASH
Derrick Stolee
1
-0
/
+4
2020-08-14
config: fix leaks from git_config_get_string_const()
Jeff King
1
-1
/
+1
2020-08-14
sequencer: avoid garbled merge machinery messages due to commit labels
Elijah Newren
2
-11
/
+11
2020-08-14
messages: avoid SHA-1 in end-user facing messages
Junio C Hamano
1
-1
/
+1
2020-08-13
Merge branch 'ma/test-quote-cleanup'
Junio C Hamano
18
-80
/
+53
2020-08-13
Merge branch 'jt/has_object'
Junio C Hamano
1
-0
/
+16
2020-08-13
rebase -i: fix possibly wrong onto hash in todo
Antti Keränen
1
-0
/
+6
2020-08-13
userdiff: improve Fortran xfuncname regex
Philippe Blain
1
-1
/
+0
2020-08-13
userdiff: add tests for Fortran xfuncname regex
Philippe Blain
10
-0
/
+96
2020-08-13
blame: only coalesce lines that are adjacent in result
Jeff King
1
-0
/
+9
2020-08-13
t8003: factor setup out of coalesce test
Jeff King
1
-6
/
+10
2020-08-13
t8003: check output of coalesced blame
Jeff King
1
-7
/
+4
[next]