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
2022-03-06
Merge branch 'rs/bisect-executable-not-found'
Junio C Hamano
1
-0
/
+45
2022-03-06
Merge branch 'en/sparse-checkout-fixes'
Junio C Hamano
1
-2
/
+88
2022-03-06
Merge branch 'cg/t3903-modernize'
Junio C Hamano
2
-9
/
+41
2022-03-04
t/lib-gpg: kill all gpg components, not just gpg-agent
Todd Zullinger
1
-1
/
+1
2022-03-04
t/lib-gpg: reload gpg components after updating trustlist
Todd Zullinger
1
-0
/
+1
2022-03-04
gpg-interface/gpgsm: fix for v2.3
Fabian Stelzer
2
-6
/
+5
2022-03-04
log tests: fix "abort tests early" regression in ff37a60c369
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2022-03-03
builtin/remote.c: show progress when renaming remote references
Taylor Blau
1
-1
/
+3
2022-03-03
t5503: simplify setup of test which exercises failure of backfill
Patrick Steinhardt
1
-15
/
+5
2022-03-03
Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it
Ævar Arnfjörð Bjarmason
3
-0
/
+9
2022-03-02
stash: add tests to ensure reflog --rewrite --updatref behavior
John Cai
1
-1
/
+42
2022-03-01
repo_read_index: add config to expect files outside sparse patterns
Elijah Newren
1
-0
/
+19
2022-03-01
t7063: mtime-mangling instead of delays in untracked cache testing
Tao Klerks
1
-12
/
+9
2022-03-01
read-tree: make three-way merge sparse-aware
Victoria Dye
1
-1
/
+3
2022-03-01
read-tree: make two-way merge sparse-aware
Victoria Dye
1
-1
/
+3
2022-03-01
read-tree: narrow scope of index expansion for '--prefix'
Victoria Dye
1
-1
/
+7
2022-03-01
read-tree: integrate with sparse index
Victoria Dye
1
-0
/
+11
2022-03-01
read-tree: expand sparse checkout test coverage
Victoria Dye
2
-0
/
+88
2022-03-01
read-tree: explicitly disallow prefixes with a leading '/'
Victoria Dye
1
-0
/
+10
2022-03-01
status: fix nested sparse directory diff in sparse index
Victoria Dye
1
-0
/
+7
2022-03-01
sparse-index: prevent repo root from becoming sparse
Victoria Dye
1
-0
/
+18
2022-03-01
commit-graph: fix generation number v2 overflow values
Derrick Stolee
1
-0
/
+27
2022-03-01
commit-graph: start parsing generation v2 (again)
Derrick Stolee
4
-5
/
+20
2022-03-01
commit-graph: fix ordering bug in generation numbers
Derrick Stolee
2
-2
/
+41
2022-03-01
t5318: extract helpers to lib-commit-graph.sh
Derrick Stolee
2
-48
/
+50
2022-03-01
test-read-graph: include extra post-parse info
Derrick Stolee
4
-0
/
+20
2022-02-28
test-lib: add "fast_unwind_on_malloc=0" to LSAN_OPTIONS
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-02-28
test-lib: make $GIT_BUILD_DIR an absolute path
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2022-02-28
test-lib: correct and assert TEST_DIRECTORY overriding
Ævar Arnfjörð Bjarmason
1
-5
/
+17
2022-02-28
test-lib: add GIT_SAN_OPTIONS, inherit [AL]SAN_OPTIONS
Ævar Arnfjörð Bjarmason
1
-4
/
+20
2022-02-28
t7519: populate untracked cache before test
Tao Klerks
1
-0
/
+1
2022-02-28
t7519: avoid file to index mtime race for untracked cache
Tao Klerks
1
-0
/
+6
2022-02-25
switch: mention the --detach option when dying due to lack of a branch
Alex Henrie
1
-0
/
+11
2022-02-25
Merge branch 'ab/date-mode-release'
Junio C Hamano
2
-1
/
+6
2022-02-25
Merge branch 'ab/grep-patterntype'
Junio C Hamano
2
-80
/
+130
2022-02-25
Merge branch 'js/apply-partial-clone-filters-recursively'
Junio C Hamano
2
-0
/
+82
2022-02-25
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
2
-2
/
+2
2022-02-25
Merge branch 'ab/only-single-progress-at-once'
Junio C Hamano
3
-35
/
+130
2022-02-25
Merge branch 'ds/sparse-checkout-requires-per-worktree-config'
Junio C Hamano
2
-12
/
+81
2022-02-25
Merge branch 'ab/ambiguous-object-name'
Junio C Hamano
1
-0
/
+81
2022-02-24
stash: strip "refs/heads/" with skip_prefix
Glen Choo
1
-0
/
+11
2022-02-23
index-pack: clarify the breached limit
Matt Cooper
1
-0
/
+8
2022-02-23
Merge branch 'ah/log-no-graph'
Junio C Hamano
1
-0
/
+69
2022-02-23
Merge branch 'hw/t1410-adjust-test-for-reftable'
Junio C Hamano
1
-2
/
+3
2022-02-23
Merge branch 'sy/t0001-use-path-is-helper'
Junio C Hamano
1
-1
/
+2
2022-02-23
ls-files: support --recurse-submodules --stage
Jonathan Tan
1
-1
/
+17
2022-02-23
tests: make the code more readable
COGONI Guillaume
1
-3
/
+6
2022-02-23
tests: allow testing if a path is truly a file or a directory
COGONI Guillaume
2
-3
/
+32
2022-02-23
t/t3903-stash.sh: replace test [-d|-f] with test_path_is_*
COGONI Guillaume
1
-3
/
+3
2022-02-23
amend remaining usage strings according to style guide
Abhradeep Chakraborty
1
-3
/
+3
[prev]
[next]