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-03-22
t0052: add simple-ipc tests and t/helper/test-simple-ipc tool
Jeff Hostetler
5
-0
/
+912
2021-03-22
simple-ipc: add Unix domain socket implementation
Jeff Hostetler
4
-1
/
+1015
2021-03-22
diff --no-index tests: add test for --exit-code
Ævar Arnfjörð Bjarmason
1
-0
/
+5
2021-03-21
transport: also free remote_refs in transport_disconnect()
Andrzej Hunt
3
-6
/
+8
2021-03-21
parse-options: don't leak alias help messages
Andrzej Hunt
2
-1
/
+19
2021-03-21
parse-options: convert bitfield values to use binary shift
Andrzej Hunt
1
-17
/
+17
2021-03-20
tree.h API: simplify read_tree_recursive() signature
Ævar Arnfjörð Bjarmason
8
-45
/
+39
2021-03-20
tree.h API: expose read_tree_1() as read_tree_at()
Ævar Arnfjörð Bjarmason
2
-8
/
+15
2021-03-20
archive: stop passing "stage" through read_tree_recursive()
Ævar Arnfjörð Bjarmason
1
-9
/
+7
2021-03-20
ls-files: refactor away read_tree()
Ævar Arnfjörð Bjarmason
1
-43
/
+34
2021-03-20
ls-files: don't needlessly pass around stage variable
Ævar Arnfjörð Bjarmason
1
-17
/
+8
2021-03-20
tree.c API: move read_tree() into builtin/ls-files.c
Ævar Arnfjörð Bjarmason
4
-95
/
+92
2021-03-20
ls-files tests: add meaningful --with-tree tests
Ævar Arnfjörð Bjarmason
1
-0
/
+41
2021-03-20
show tests: add test for "git show <tree>"
Ævar Arnfjörð Bjarmason
1
-0
/
+39
2021-03-19
Merge branch 'tb/git-mv-icase-fix'
Junio C Hamano
1
-1
/
+1
2021-03-19
The first batch in 2.32 cycle
Junio C Hamano
3
-2
/
+53
2021-03-19
Merge branch 'rs/xcalloc-takes-nelem-first'
Junio C Hamano
4
-6
/
+17
2021-03-19
Merge branch 'ah/make-fuzz-all-doc-update'
Junio C Hamano
1
-3
/
+3
2021-03-19
Merge branch 'jk/slimmed-down'
Junio C Hamano
5
-102
/
+0
2021-03-19
Merge branch 'rs/calloc-array'
Junio C Hamano
89
-189
/
+191
2021-03-19
Merge branch 'rs/avoid-null-statement-after-macro-call'
Junio C Hamano
2
-2
/
+2
2021-03-19
Merge branch 'km/config-doc-typofix'
Junio C Hamano
1
-1
/
+1
2021-03-19
Merge branch 'jt/clone-unborn-head'
Junio C Hamano
1
-1
/
+1
2021-03-19
Merge branch 'js/fsmonitor-unpack-fix'
Junio C Hamano
2
-2
/
+3
2021-03-19
Merge branch 'jk/bisect-peel-tag-fix'
Junio C Hamano
2
-1
/
+20
2021-03-19
Merge branch 'jh/fsmonitor-prework'
Junio C Hamano
1
-3
/
+3
2021-03-19
Merge branch 'jc/calloc-fix'
Junio C Hamano
2
-6
/
+4
2021-03-19
builtin/pack-objects.c: ignore missing links with --stdin-packs
Taylor Blau
2
-0
/
+39
2021-03-19
INSTALL: note on using Asciidoctor to build doc
Bagas Sanjaya
1
-1
/
+3
2021-03-18
t: annotate !PTHREADS tests with !FAIL_PREREQS
Jeff King
2
-3
/
+6
2021-03-18
convert: add classification for conv_attrs struct
Jeff Hostetler
2
-7
/
+52
2021-03-18
convert: add get_stream_filter_ca() variant
Jeff Hostetler
2
-11
/
+19
2021-03-18
convert: add [async_]convert_to_working_tree_ca() variants
Jeff Hostetler
2
-37
/
+60
2021-03-18
convert: make convert_attrs() and convert structs public
Jeff Hostetler
2
-27
/
+32
2021-03-18
fsmonitor: add perf test for git diff HEAD
Nipunn Koorapati
2
-2
/
+6
2021-03-18
fsmonitor: add assertion that fsmonitor is valid to check_removed
Nipunn Koorapati
2
-7
/
+22
2021-03-18
fsmonitor: skip lstat deletion check during git diff-index
Nipunn Koorapati
1
-1
/
+4
2021-03-18
checkout: don't follow symlinks when removing entries
Matheus Tavares
5
-11
/
+37
2021-03-18
symlinks: update comment on threaded_check_leading_path()
Matheus Tavares
1
-23
/
+3
2021-03-17
fsck.c: refactor and rename common config callback
Ævar Arnfjörð Bjarmason
4
-16
/
+5
2021-03-17
fsmonitor: do not forget to release the token in `discard_index()`
Johannes Schindelin
1
-0
/
+1
2021-03-17
fsmonitor: fix memory corruption in some corner cases
Johannes Schindelin
1
-2
/
+2
2021-03-17
config.txt: add missing period
Kyle Meyer
1
-1
/
+1
2021-03-17
bisect: peel annotated tags to commits
Jeff King
2
-1
/
+20
2021-03-17
t5606: run clone branch name test with protocol v2
Jonathan Tan
1
-1
/
+1
2021-03-17
mem-pool: drop trailing semicolon from macro definition
René Scharfe
1
-1
/
+1
2021-03-17
block-sha1: drop trailing semicolon from macro definition
René Scharfe
1
-1
/
+1
2021-03-17
fsmonitor: avoid global-buffer-overflow READ when checking trivial response
Andrzej Hunt
1
-3
/
+3
2021-03-15
cocci: allow xcalloc(1, size)
Junio C Hamano
1
-1
/
+1
2021-03-15
xcalloc: use CALLOC_ARRAY() when applicable
Junio C Hamano
2
-6
/
+4
[prev]
[next]