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-22
http: match headers case-insensitively when redacting
Jeff King
2
-15
/
+15
2021-09-22
Makefile: clean .depend dirs under COMPUTE_HEADER_DEPENDENCIES != yes
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2021-09-20
clone: handle unborn branch in bare repos
Jeff King
2
-16
/
+30
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
Documentation: cleanup git-cvsserver
Carlo Marcelo Arenas Belón
1
-8
/
+9
2021-09-16
git-cvsserver: protect against NULL in crypt(3)
Carlo Marcelo Arenas Belón
2
-3
/
+9
2021-09-16
git-cvsserver: use crypt correctly to compare password hashes
Carlo Marcelo Arenas Belón
3
-8
/
+8
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
t1400: avoid SIGPIPE race condition on fifo
Jeff King
1
-3
/
+5
2021-09-14
documentation: add documentation for 'git version'
Matthias Aßhauer
2
-0
/
+32
2021-09-13
doc: config, tell readers of `git help --config`
Philip Oakley
1
-0
/
+3
2021-09-12
strvec: use size_t to store nr and alloc
Jeff King
1
-2
/
+2
2021-09-12
compression: drop write-only core_compression_* variables
René Scharfe
3
-5
/
+0
2021-09-10
am: fix incorrect exit status on am fail to abort
Elijah Newren
2
-2
/
+3
2021-09-10
t4151: add a few am --abort tests
Elijah Newren
1
-0
/
+39
2021-09-10
git-am.txt: clarify --abort behavior
Elijah Newren
1
-0
/
+2
2021-09-10
stash: restore untracked files AFTER restoring tracked files
Elijah Newren
2
-5
/
+5
2021-09-10
stash: avoid feeding directories to update-index
Elijah Newren
2
-1
/
+15
2021-09-10
t3903: document a pair of directory/file bugs
Elijah Newren
1
-0
/
+58
2021-09-09
pack-objects: rename .idx files into place after .bitmap files
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-09-09
pack-write: split up finish_tmp_packfile() function
Ævar Arnfjörð Bjarmason
4
-13
/
+39
2021-09-09
builtin/index-pack.c: move `.idx` files into place last
Taylor Blau
1
-2
/
+2
2021-09-09
index-pack: refactor renaming in final()
Ævar Arnfjörð Bjarmason
1
-25
/
+23
2021-09-09
builtin/repack.c: move `.idx` files into place last
Taylor Blau
1
-1
/
+1
2021-09-09
pack-write.c: rename `.idx` files after `*.rev`
Taylor Blau
1
-1
/
+1
2021-09-09
pack-write: refactor renaming in finish_tmp_packfile()
Ævar Arnfjörð Bjarmason
3
-24
/
+23
2021-09-09
bulk-checkin.c: store checksum directly
Taylor Blau
1
-6
/
+6
2021-09-09
t5562: use alarm() to interrupt timed child-wait
Jeff King
1
-8
/
+8
2021-09-09
refs/files-backend: remove unused open mode parameter
René Scharfe
1
-1
/
+1
2021-09-09
setup: use xopen and xdup in sanitize_stdfds
René Scharfe
1
-5
/
+3
2021-09-09
pack.h: line-wrap the definition of finish_tmp_packfile()
Ævar Arnfjörð Bjarmason
1
-1
/
+6
2021-09-07
pack-write: skip *.rev work when not writing *.rev
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2021-09-07
hash-object: prefix_filename() returns allocated memory these days
Junio C Hamano
1
-1
/
+1
2021-09-07
Documentation: fix default directory of git bugreport -o
Bagas Sanjaya
1
-2
/
+2
2021-09-07
Makefile: remove the check_bindir script
Ævar Arnfjörð Bjarmason
2
-15
/
+1
2021-09-07
send-email: fix a "first config key wins" regression in v2.33.0
Ævar Arnfjörð Bjarmason
2
-1
/
+16
2021-09-07
range-diff: avoid segfault with -I
René Scharfe
1
-0
/
+3
2021-09-07
diff-index: restore -c/--cc options handling
Sergey Organov
3
-14
/
+8
2021-09-05
apply: resolve trivial merge without hitting ll-merge with "--3way"
Junio C Hamano
2
-0
/
+66
2021-09-03
update-ref: fix streaming of status updates
Patrick Steinhardt
2
-4
/
+42
2021-09-02
remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUG
Carlo Marcelo Arenas Belón
1
-3
/
+3
2021-09-02
gc: remove trailing dot from "gc.log" line
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-09-01
docs: clarify the interaction of transfer.hideRefs and namespaces
Kim Altintop
1
-5
/
+9
2021-09-01
upload-pack.c: treat want-ref relative to namespace
Kim Altintop
2
-7
/
+146
2021-09-01
t5730: introduce fetch command helper
Kim Altintop
1
-36
/
+37
2021-08-31
mailmap.c: fix a memory leak in free_mailap_{info,entry}()
Ævar Arnfjörð Bjarmason
1
-0
/
+2
[prev]
[next]