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
Merge branch 'ab/remote-write-config-in-camel-case'
Junio C Hamano
3
-2
/
+6
2021-03-22
Merge branch 'mt/cleanly-die-upon-missing-required-filter'
Junio C Hamano
2
-1
/
+24
2021-03-22
Merge branch 'jk/open-dotgitx-with-nofollow'
Junio C Hamano
10
-41
/
+197
2021-03-22
diff --no-index tests: test mode normalization
Ævar Arnfjörð Bjarmason
1
-0
/
+55
2021-03-22
remote-curl: fall back to basic auth if Negotiate fails
Christopher Schenk
1
-7
/
+8
2021-03-22
diff --no-index tests: add test for --exit-code
Ævar Arnfjörð Bjarmason
1
-0
/
+5
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
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
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
2021-03-15
doc/git-commit: add documentation for fixup=[amend|reword] options
Charvi Mendiratta
2
-16
/
+50
2021-03-15
t3437: use --fixup with options to create amend! commit
Charvi Mendiratta
1
-27
/
+3
2021-03-15
t7500: add tests for --fixup=[amend|reword] options
Charvi Mendiratta
1
-0
/
+159
2021-03-15
commit: add a reword suboption to --fixup
Charvi Mendiratta
1
-6
/
+25
2021-03-15
commit: add amend suboption to --fixup to create amend! commit
Charvi Mendiratta
1
-10
/
+93
[prev]
[next]