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-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
2021-11-29
Merge branch 'tb/plug-pack-bitmap-leaks'
Junio C Hamano
1
-1
/
+2
2021-11-29
Merge branch 'tp/send-email-completion'
Junio C Hamano
1
-0
/
+3
2021-11-29
Merge branch 'jc/fix-ref-sorting-parse'
Junio C Hamano
2
-1
/
+37
2021-11-29
Merge branch 'so/stash-staged'
Junio C Hamano
1
-0
/
+11
2021-11-29
Merge branch 'ab/refs-errno-cleanup'
Junio C Hamano
3
-1
/
+89
2021-11-29
Merge branch 'ow/stash-count-in-status-porcelain-output'
Junio C Hamano
1
-0
/
+15
2021-11-29
Merge branch 'jk/loosen-urlmatch'
Junio C Hamano
1
-1
/
+1
2021-11-29
t1404: mark directory/file conflict tests with REFFILES
Han-Wen Nienhuys
1
-16
/
+16
2021-11-29
reset: make --mixed sparse-aware
Victoria Dye
1
-0
/
+17
2021-11-29
reset: make sparse-aware (except --mixed)
Victoria Dye
1
-2
/
+13
2021-11-29
reset: expand test coverage for sparse checkouts
Victoria Dye
2
-0
/
+101
2021-11-29
t/t*: remove custom GIT_TRACE2_EVENT_NESTING
Derrick Stolee
5
-9
/
+5
2021-11-29
test-lib.sh: set GIT_TRACE2_EVENT_NESTING
Derrick Stolee
1
-0
/
+7
2021-11-25
run-command tests: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
1
-4
/
+5
2021-11-25
run-command API users: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-11-24
sparse-index: update do_read_index to ensure correct sparsity
Victoria Dye
1
-0
/
+31
2021-11-24
test-read-cache.c: prepare_repo_settings after config init
Victoria Dye
1
-2
/
+3
2021-11-24
pager: fix crash when pager program doesn't exist
Enzo Matsumiya
1
-0
/
+5
2021-11-23
Merge branch 'ds/add-rm-with-sparse-index' into maint
Junio C Hamano
1
-0
/
+17
2021-11-23
Merge branch 'ev/pull-already-up-to-date-is-noop' into maint
Junio C Hamano
1
-0
/
+6
2021-11-23
Merge branch 'hm/paint-hits-in-log-grep' into maint
Junio C Hamano
1
-48
/
+0
2021-11-22
Merge branch 'ds/add-rm-with-sparse-index'
Junio C Hamano
1
-0
/
+17
2021-11-22
t7006: simplify exit-code checks for sigpipe tests
Jeff King
1
-17
/
+5
2021-11-22
t7006: clean up SIGPIPE handling in trace2 tests
Jeff King
1
-28
/
+14
2021-11-22
run-command: unify signal and regular logic for wait_or_whine()
Jeff King
1
-1
/
+1
2021-11-22
dir: revert "dir: select directories correctly"
Derrick Stolee
1
-0
/
+17
2021-11-22
refs: drop force_create argument of create_reflog API
Han-Wen Nienhuys
3
-4
/
+3
2021-11-21
Merge branch 'ev/pull-already-up-to-date-is-noop'
Junio C Hamano
1
-0
/
+6
2021-11-21
Merge branch 'hm/paint-hits-in-log-grep'
Junio C Hamano
1
-48
/
+0
2021-11-20
test-lib: introduce required prereq for test runs
Fabian Stelzer
2
-0
/
+17
2021-11-20
test-lib: show missing prereq summary
Fabian Stelzer
2
-0
/
+28
2021-11-19
submodule: absorb git dir instead of dying on deinit
Mugdha Pattnaik
1
-6
/
+5
[prev]
[next]