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
2021-12-09
t/fmt-merge-msg: do not redirect stderr
Fabian Stelzer
1
-4
/
+4
2021-12-09
t/lib-pager: use sane_unset() to avoid breaking &&-chain
Eric Sunshine
1
-1
/
+1
2021-12-09
t2501: simplify the tests since we can now assume desired behavior
Elijah Newren
1
-87
/
+36
2021-12-09
dir: new flag to remove_dir_recurse() to spare the original_cwd
Elijah Newren
1
-5
/
+0
2021-12-09
dir: avoid incidentally removing the original_cwd in remove_path()
Elijah Newren
1
-8
/
+4
2021-12-09
stash: do not attempt to remove startup_info->original_cwd
Elijah Newren
1
-1
/
+1
2021-12-09
rebase: do not attempt to remove startup_info->original_cwd
Elijah Newren
1
-2
/
+2
2021-12-09
clean: do not attempt to remove startup_info->original_cwd
Elijah Newren
1
-2
/
+3
2021-12-09
symlinks: do not include startup_info->original_cwd in dir removal
Elijah Newren
1
-5
/
+5
2021-12-09
unpack-trees: add special cwd handling
Elijah Newren
1
-1
/
+1
2021-12-09
unpack-trees: refuse to remove startup_info->original_cwd
Elijah Newren
1
-13
/
+7
2021-12-09
t2501: add various tests for removing the current working directory
Elijah Newren
1
-0
/
+342
2021-12-09
diff --color-moved-ws=allow-indentation-change: improve hash lookups
Phillip Wood
1
-11
/
+11
2021-12-09
diff --color-moved: avoid false short line matches and bad zebra coloring
Phillip Wood
1
-0
/
+65
2021-12-09
diff --color-moved=zebra: fix alternate coloring
Phillip Wood
1
-0
/
+72
2021-12-09
diff --color-moved: rewind when discarding pmb
Phillip Wood
1
-0
/
+46
2021-12-09
diff --color-moved: add perf tests
Phillip Wood
1
-0
/
+57
2021-12-07
pull, fetch: fix segfault in --set-upstream option
Ævar Arnfjörð Bjarmason
1
-0
/
+22
2021-12-07
t1430: create valid symrefs using test-helper
Han-Wen Nienhuys
1
-8
/
+6
2021-12-07
t1430: remove refs using test-tool
Han-Wen Nienhuys
1
-12
/
+12
2021-12-07
refs: introduce REF_SKIP_REFNAME_VERIFICATION flag
Han-Wen Nienhuys
2
-27
/
+33
2021-12-07
refs: introduce REF_SKIP_OID_VERIFICATION flag
Han-Wen Nienhuys
3
-5
/
+7
2021-12-07
test-ref-store: plug memory leak in cmd_delete_refs
Han-Wen Nienhuys
1
-1
/
+4
2021-12-07
test-ref-store: parse symbolic flag constants
Han-Wen Nienhuys
2
-9
/
+60
2021-12-07
test-ref-store: remove force-create argument for create-reflog
Han-Wen Nienhuys
3
-5
/
+4
2021-12-07
common-main.c: call exit(), don't return
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2021-12-06
blame: enable and test the sparse index
Lessley Dennington
2
-11
/
+40
2021-12-06
diff: enable and test the sparse index
Lessley Dennington
2
-0
/
+48
2021-12-06
diff: replace --staged with --cached in t1092 tests
Lessley Dennington
1
-7
/
+7
2021-12-06
test-read-cache: set up repo after git directory
Lessley Dennington
1
-2
/
+3
2021-12-06
unpack-trees: use traverse_path instead of name
Derrick Stolee
1
-1
/
+1
2021-12-06
t1092: add deeper changes during a checkout
Derrick Stolee
1
-1
/
+15
2021-12-05
tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when needed
Johannes Schindelin
17
-50
/
+0
2021-12-04
sequencer: do not export GIT_DIR and GIT_WORK_TREE for 'exec'
Elijah Newren
1
-0
/
+23
2021-12-04
worktree: send "chatty" messages to stderr
Eric Sunshine
3
-26
/
+20
2021-12-02
test-ref-store: tweaks to for-each-reflog-ent format
Han-Wen Nienhuys
2
-7
/
+11
2021-12-02
t1405: check for_each_reflog_ent_reverse() more thoroughly
Han-Wen Nienhuys
1
-0
/
+1
2021-12-02
test-ref-store: don't add newline to reflog message
Han-Wen Nienhuys
3
-8
/
+6
2021-12-02
show-branch: show reflog message
Han-Wen Nienhuys
1
-0
/
+15
2021-12-01
log: load decorations with --simplify-by-decoration
Jeff King
1
-0
/
+15
2021-12-01
log: handle --decorate-refs with userformat "%d"
Jeff King
1
-0
/
+22
2021-12-01
branch: protect branches checked out in all worktrees
Anders Kaseorg
1
-0
/
+7
2021-12-01
receive-pack: protect current branch for bare repository worktree
Anders Kaseorg
1
-0
/
+14
2021-12-01
fetch: protect branches checked out in all worktrees
Anders Kaseorg
1
-0
/
+18
2021-12-01
branch: lowercase error messages
Anders Kaseorg
2
-3
/
+3
2021-12-01
receive-pack: lowercase error messages
Anders Kaseorg
1
-1
/
+1
2021-12-01
test-lib: make BAIL_OUT() work in tests and prereq
Fabian Stelzer
1
-4
/
+10
2021-12-01
xdiff: implement a zealous diff3, or "zdiff3"
Phillip Wood
1
-0
/
+90
2021-11-29
sequencer: avoid adding exec commands for non-commit creating commands
Elijah Newren
1
-1
/
+6
2021-11-29
Merge branch 'mc/clean-smudge-with-llp64'
Junio C Hamano
3
-4
/
+47
[prev]
[next]