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
2021-09-20
merge-ort: fix completely wrong comment
Elijah Newren
1
-1
/
+1
2021-09-20
trace2.h: fix trivial comment typo
Elijah Newren
1
-1
/
+1
2021-09-17
unicode: update the width tables to Unicode 14
Carlo Marcelo Arenas Belón
1
-15
/
+29
2021-09-16
t0000: avoid masking git exit value through pipes
Carlo Marcelo Arenas Belón
1
-11
/
+12
2021-09-16
tree-diff: fix leak when not HAVE_ALLOCA_H
Carlo Marcelo Arenas Belón
1
-1
/
+3
2021-09-15
pack-revindex.h: correct the time complexity descriptions
Kyle Zhao
1
-2
/
+2
2021-09-15
The sixth batch
Junio C Hamano
1
-0
/
+30
2021-09-15
Merge branch 'jc/prefix-filename-allocates'
Junio C Hamano
1
-1
/
+1
2021-09-15
Merge branch 'rs/range-diff-avoid-segfault-with-I'
Junio C Hamano
1
-0
/
+3
2021-09-15
Merge branch 'ab/reverse-midx-optim'
Junio C Hamano
1
-0
/
+3
2021-09-15
Merge branch 'bs/install-strip'
Junio C Hamano
1
-3
/
+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
2
-0
/
+66
2021-09-15
Merge branch 'bs/doc-bugreport-outdir'
Junio C Hamano
1
-2
/
+2
2021-09-15
Merge branch 'ab/no-more-check-bindir'
Junio C Hamano
2
-15
/
+1
2021-09-15
Merge branch 'ab/send-email-config-fix'
Junio C Hamano
2
-1
/
+16
2021-09-15
Merge branch 'so/diff-index-regression-fix'
Junio C Hamano
3
-14
/
+8
2021-09-15
t1400: avoid SIGPIPE race condition on fifo
Jeff King
1
-3
/
+5
2021-09-15
submodule: extract path to submodule gitdir func
Jonathan Tan
5
-27
/
+72
2021-09-15
ls-refs: reject unknown arguments
Jeff King
2
-0
/
+15
2021-09-15
serve: reject commands used as capabilities
Jeff King
2
-1
/
+22
2021-09-15
serve: reject bogus v2 "command=ls-refs=foo"
Jeff King
2
-1
/
+11
2021-09-15
docs/protocol-v2: clarify some ls-refs ref-prefix details
Jeff King
1
-1
/
+5
2021-09-15
ls-refs: ignore very long ref-prefix counts
Jeff King
2
-2
/
+49
2021-09-15
serve: drop "keys" strvec
Jeff King
1
-5
/
+3
2021-09-14
serve: provide "receive" function for session-id capability
Jeff King
1
-24
/
+9
2021-09-14
serve: provide "receive" function for object-format capability
Jeff King
1
-17
/
+17
2021-09-14
serve: add "receive" method for v2 capabilities table
Jeff King
1
-3
/
+18
2021-09-14
serve: return capability "value" from get_capability()
Jeff King
1
-4
/
+14
2021-09-14
serve: rename is_command() to parse_command()
Jeff King
1
-2
/
+2
2021-09-14
Merge branch 'ab/serve-cleanup' into jk/reduce-malloc-in-v2-servers
Junio C Hamano
20
-128
/
+298
2021-09-14
documentation: add documentation for 'git version'
Matthias Aßhauer
2
-0
/
+32
2021-09-14
help: make sure local html page exists before calling external processes
Matthias Aßhauer
2
-3
/
+22
2021-09-14
git-compat-util: include declaration for unix sockets in windows
Carlo Marcelo Arenas Belón
1
-0
/
+3
2021-09-14
credential-cache: check for windows specific errors
Carlo Marcelo Arenas Belón
1
-2
/
+28
2021-09-14
t0301: fixes for windows compatibility
Carlo Marcelo Arenas Belón
1
-8
/
+24
2021-09-13
doc: config, tell readers of `git help --config`
Philip Oakley
1
-0
/
+3
2021-09-13
bisect--helper: retire `--bisect-next-check` subcommand
Miriam Rubio
1
-7
/
+0
2021-09-13
bisect--helper: reimplement `bisect_run` shell function in C
Tanushree Tumane
2
-61
/
+106
2021-09-13
bisect--helper: reimplement `bisect_visualize()` shell function in C
Pranit Bauva
2
-25
/
+48
2021-09-13
run-command: make `exists_in_PATH()` non-static
Pranit Bauva
2
-2
/
+14
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-13
http: don't hardcode the value of CURL_SOCKOPT_OK
Ævar Arnfjörð Bjarmason
2
-1
/
+12
2021-09-13
http: centralize the accounting of libcurl dependencies
Ævar Arnfjörð Bjarmason
3
-15
/
+133
2021-09-13
http: correct curl version check for CURLOPT_PINNEDPUBLICKEY
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2021-09-13
http: correct version check for CURL_HTTP_VERSION_2
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-09-13
http: drop support for curl < 7.18.0 (again)
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2021-09-13
Makefile: drop support for curl < 7.9.8 (again)
Ævar Arnfjörð Bjarmason
1
-9
/
+2
2021-09-13
INSTALL: mention that we need libcurl 7.19.4 or newer to build
Ævar Arnfjörð Bjarmason
1
-0
/
+4
[prev]
[next]