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-10-03
Merge branch 'cb/cvsserver'
Junio C Hamano
1
-1
/
+8
2021-10-03
Merge branch 'jk/clone-unborn-head-in-bare'
Junio C Hamano
1
-0
/
+13
2021-10-03
Merge branch 'en/stash-df-fix'
Junio C Hamano
1
-0
/
+58
2021-09-28
Merge branch 'jk/reduce-malloc-in-v2-servers'
Junio C Hamano
1
-0
/
+75
2021-09-23
Merge branch 'cb/plug-leaks-in-alloca-emu-users'
Junio C Hamano
1
-11
/
+12
2021-09-23
Merge branch 'ma/help-w-check-for-requested-page'
Junio C Hamano
1
-0
/
+16
2021-09-23
Merge branch 'cb/unix-sockets-with-windows'
Junio C Hamano
1
-8
/
+24
2021-09-23
Merge branch 'ab/retire-option-argument'
Junio C Hamano
2
-6
/
+0
2021-09-23
Merge branch 'mr/bisect-in-c-4'
Junio C Hamano
1
-0
/
+18
2021-09-23
Merge branch 'ab/unused-script-helpers'
Junio C Hamano
1
-4
/
+2
2021-09-23
Merge branch 'jk/http-server-protocol-versions'
Junio C Hamano
2
-2
/
+14
2021-09-23
Merge branch 'ab/test-tool-run-command-cleanup'
Junio C Hamano
1
-4
/
+1
2021-09-23
Merge branch 'en/tests-cleanup-leftover-untracked'
Junio C Hamano
12
-4
/
+18
2021-09-23
Merge branch 'en/am-abort-fix'
Junio C Hamano
1
-0
/
+39
2021-09-23
Merge branch 'ps/update-ref-batch-flush'
Junio C Hamano
1
-0
/
+34
2021-09-20
Merge branch 'jk/t5562-racefix'
Junio C Hamano
1
-8
/
+8
2021-09-20
Merge branch 'ds/mergies-with-sparse-index'
Junio C Hamano
1
-10
/
+82
2021-09-20
Merge branch 'ds/sparse-index-ignored-files'
Junio C Hamano
2
-17
/
+80
2021-09-20
Merge branch 'ab/serve-cleanup'
Junio C Hamano
2
-5
/
+170
2021-09-20
Merge branch 'dt/submodule-diff-fixes'
Junio C Hamano
1
-8
/
+151
2021-09-20
Merge branch 'lh/systemd-timers'
Junio C Hamano
1
-6
/
+108
2021-09-20
Merge branch 'jt/grep-wo-submodule-odb-as-alternate'
Junio C Hamano
2
-0
/
+13
2021-09-20
Merge branch 'tb/multi-pack-bitmaps'
Junio C Hamano
11
-296
/
+753
2021-09-20
clone: handle unborn branch in bare repos
Jeff King
1
-0
/
+13
2021-09-16
git-cvsserver: protect against NULL in crypt(3)
Carlo Marcelo Arenas Belón
1
-1
/
+6
2021-09-16
git-cvsserver: use crypt correctly to compare password hashes
Carlo Marcelo Arenas Belón
1
-1
/
+3
2021-09-16
t0000: avoid masking git exit value through pipes
Carlo Marcelo Arenas Belón
1
-11
/
+12
2021-09-15
Merge branch 'pb/test-use-user-env'
Junio C Hamano
3
-21
/
+103
2021-09-15
Merge branch 'jc/trivial-threeway-binary-merge'
Junio C Hamano
1
-0
/
+45
2021-09-15
Merge branch 'ab/send-email-config-fix'
Junio C Hamano
1
-0
/
+15
2021-09-15
t1400: avoid SIGPIPE race condition on fifo
Jeff King
1
-3
/
+5
2021-09-15
ls-refs: reject unknown arguments
Jeff King
1
-0
/
+13
2021-09-15
serve: reject commands used as capabilities
Jeff King
1
-0
/
+21
2021-09-15
serve: reject bogus v2 "command=ls-refs=foo"
Jeff King
1
-0
/
+10
2021-09-15
ls-refs: ignore very long ref-prefix counts
Jeff King
1
-0
/
+31
2021-09-14
Merge branch 'ab/serve-cleanup' into jk/reduce-malloc-in-v2-servers
Junio C Hamano
2
-5
/
+170
2021-09-14
help: make sure local html page exists before calling external processes
Matthias Aßhauer
1
-0
/
+16
2021-09-14
t0301: fixes for windows compatibility
Carlo Marcelo Arenas Belón
1
-8
/
+24
2021-09-13
t6030-bisect-porcelain: add test for bisect visualize
Miriam Rubio
1
-0
/
+7
2021-09-13
t6030-bisect-porcelain: add tests to control bisect run exit cases
Miriam Rubio
1
-0
/
+11
2021-09-12
parse-options API: remove OPTION_ARGUMENT feature
Ævar Arnfjörð Bjarmason
2
-6
/
+0
2021-09-12
test-tool run-command: fix flip-flop init pattern
Ævar Arnfjörð Bjarmason
1
-4
/
+1
2021-09-12
tests: remove leftover untracked files
Elijah Newren
12
-4
/
+18
2021-09-12
test-lib: remove unused $_x40 and $_z40 variables
Ævar Arnfjörð Bjarmason
1
-4
/
+2
2021-09-10
am: fix incorrect exit status on am fail to abort
Elijah Newren
1
-1
/
+1
2021-09-10
t4151: add a few am --abort tests
Elijah Newren
1
-0
/
+39
2021-09-10
stash: restore untracked files AFTER restoring tracked files
Elijah Newren
1
-2
/
+2
2021-09-10
stash: avoid feeding directories to update-index
Elijah Newren
1
-1
/
+1
2021-09-10
t3903: document a pair of directory/file bugs
Elijah Newren
1
-0
/
+58
2021-09-10
http-backend: handle HTTP_GIT_PROTOCOL CGI variable
Jeff King
1
-2
/
+0
[next]