index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-07
am: convert applypatch-msg to use hook.h
Emily Shaffer
1
-1
/
+1
2022-01-07
rebase: convert pre-rebase to use hook.h
Emily Shaffer
1
-1
/
+2
2022-01-07
hook API: add a run_hooks_l() wrapper
Ævar Arnfjörð Bjarmason
2
-0
/
+24
2022-01-07
am: convert {pre,post}-applypatch to use hook.h
Emily Shaffer
1
-2
/
+2
2022-01-07
gc: use hook library for pre-auto-gc hook
Emily Shaffer
1
-1
/
+2
2022-01-07
hook API: add a run_hooks() wrapper
Ævar Arnfjörð Bjarmason
2
-0
/
+13
2022-01-07
hook: add 'run' subcommand
Emily Shaffer
11
-0
/
+392
2022-01-07
compat/qsort_s.c: avoid using potentially unaligned access
Junio C Hamano
1
-10
/
+4
2022-01-07
fetch: fix deadlock when cleaning up lockfiles in async signals
Patrick Steinhardt
4
-11
/
+33
2022-01-07
gpg-interface: trim CR from ssh-keygen
Fabian Stelzer
1
-10
/
+24
2022-01-07
update-index: refresh should rewrite index in case of racy timestamps
Marc Strapetz
4
-1
/
+77
2022-01-07
t7508: add tests capturing racy timestamp handling
Marc Strapetz
1
-0
/
+22
2022-01-07
t7508: fix bogus mtime verification
Marc Strapetz
1
-5
/
+3
2022-01-07
test-lib: introduce API for verifying file mtime
Marc Strapetz
1
-0
/
+33
2022-01-07
apply: use strsets to track symlinks
René Scharfe
2
-49
/
+19
2022-01-06
git-p4: fix instantiation of CalledProcessError
Joel Holdsworth
1
-3
/
+3
2022-01-06
git-p4: don't print shell commands as python lists
Joel Holdsworth
1
-8
/
+9
2022-01-06
git-p4: pass command arguments as lists instead of using shell
Joel Holdsworth
1
-62
/
+43
2022-01-06
git-p4: don't select shell mode using the type of the command argument
Joel Holdsworth
1
-63
/
+63
2022-01-06
grep: use grep_and_expr() in compile_pattern_and()
Taylor Blau
1
-6
/
+7
2022-01-06
receive-pack.c: consolidate find header logic
John Cai
3
-25
/
+29
2022-01-06
grep: extract grep_binexp() from grep_or_expr()
Taylor Blau
1
-2
/
+9
2022-01-06
grep: use grep_not_expr() in compile_pattern_not()
René Scharfe
1
-13
/
+11
2022-01-06
grep: use grep_or_expr() in compile_pattern_or()
René Scharfe
1
-15
/
+11
2022-01-05
The seventh batch
Junio C Hamano
1
-0
/
+49
2022-01-05
Merge branch 'rs/daemon-plug-leak'
Junio C Hamano
1
-1
/
+1
2022-01-05
Merge branch 'rs/pcre2-utf'
Junio C Hamano
2
-2
/
+8
2022-01-05
Merge branch 'jc/t4204-do-not-write-git-on-upstream-of-pipe'
Junio C Hamano
1
-12
/
+17
2022-01-05
Merge branch 'rs/log-invert-grep-with-headers'
Junio C Hamano
5
-7
/
+42
2022-01-05
Merge branch 'gh/gpg-doc-markup-fix'
Junio C Hamano
1
-1
/
+1
2022-01-05
Merge branch 'rs/t4202-invert-grep-test-fix'
Junio C Hamano
1
-1
/
+1
2022-01-05
Merge branch 'ds/repack-fixlets'
Junio C Hamano
4
-5
/
+55
2022-01-05
Merge branch 'jc/merge-detached-head-name'
Junio C Hamano
7
-5
/
+67
2022-01-05
Merge branch 'km/help-prompt-fix'
Junio C Hamano
1
-1
/
+1
2022-01-05
Merge branch 'jv/use-larger-buffer-in-upload-pack'
Junio C Hamano
1
-5
/
+12
2022-01-05
Merge branch 'jk/ssh-signing-doc-markup-fix'
Junio C Hamano
1
-1
/
+1
2022-01-05
Merge branch 'pw/diff-color-moved-fix'
Junio C Hamano
3
-256
/
+437
2022-01-05
Merge branch 'xw/am-empty'
Junio C Hamano
6
-16
/
+211
2022-01-05
Merge branch 'en/keep-cwd'
Junio C Hamano
13
-22
/
+442
2022-01-05
Merge branch 'jc/flex-array-definition'
Junio C Hamano
1
-2
/
+11
2022-01-05
Merge branch 'jh/p4-rcs-expansion-in-bytestring'
Junio C Hamano
2
-39
/
+42
2022-01-05
i18n: turn even more messages into "cannot be used together" ones
Jean-Noël Avila
23
-41
/
+47
2022-01-05
i18n: ref-filter: factorize "%(foo) atom used without %(bar) atom"
Jean-Noël Avila
1
-4
/
+4
2022-01-05
i18n: factorize "--foo outside a repository"
Jean-Noël Avila
1
-3
/
+3
2022-01-05
i18n: refactor "unrecognized %(foo) argument" strings
Jean-Noël Avila
1
-7
/
+7
2022-01-05
i18n: factorize "no directory given for --foo"
Jean-Noël Avila
1
-3
/
+3
2022-01-05
i18n: factorize "--foo requires --bar" and the like
Jean-Noël Avila
21
-24
/
+24
2022-01-05
i18n: tag.c factorize i18n strings
Jean-Noël Avila
1
-9
/
+14
2022-01-05
i18n: standardize "cannot open" and "cannot read"
Jean-Noël Avila
2
-4
/
+4
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
31
-64
/
+64
[prev]
[next]