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-03-07
read-tree tests: check "diff-files" exit code on failure
Ævar Arnfjörð Bjarmason
2
-6
/
+6
2022-03-07
tests: use "test_stdout_line_count", not "test $(git [...] | wc -l)"
Ævar Arnfjörð Bjarmason
1
-22
/
+21
2022-03-07
tests: change some 'test $(git) = "x"' to test_cmp
Ævar Arnfjörð Bjarmason
4
-29
/
+50
2022-03-07
hooks: fix an obscure TOCTOU "did we just run a hook?" race
Ævar Arnfjörð Bjarmason
8
-18
/
+47
2022-03-07
merge: don't run post-hook logic on --no-verify
Ævar Arnfjörð Bjarmason
1
-9
/
+12
2022-03-07
string-list API: change "nr" and "alloc" to "size_t"
Ævar Arnfjörð Bjarmason
9
-31
/
+35
2022-03-07
gettext API users: don't explicitly cast ngettext()'s "n"
Ævar Arnfjörð Bjarmason
3
-4
/
+4
2022-03-07
commit-graph: declare bankruptcy on GDAT chunks
Derrick Stolee
2
-4
/
+12
2022-03-06
The ninth batch
Junio C Hamano
1
-0
/
+21
2022-03-06
Merge branch 'jt/ls-files-stage-recurse'
Junio C Hamano
3
-4
/
+20
2022-03-06
Merge branch 'gc/stash-on-branch-with-multi-level-name'
Junio C Hamano
2
-1
/
+12
2022-03-06
Merge branch 'ah/advice-switch-requires-detach-to-detach'
Junio C Hamano
5
-11
/
+35
2022-03-06
Merge branch 'ab/c99-designated-initializers'
Junio C Hamano
11
-183
/
+193
2022-03-06
Merge branch 'mc/index-pack-report-max-size'
Junio C Hamano
2
-2
/
+14
2022-03-06
Merge branch 'ac/usage-string-fixups'
Junio C Hamano
5
-9
/
+9
2022-03-06
Merge branch 'ab/test-leak-diag'
Junio C Hamano
1
-10
/
+40
2022-03-06
Merge branch 'ab/hook-tests'
Junio C Hamano
1
-41
/
+53
2022-03-06
Merge branch 'en/merge-ort-plug-leaks'
Junio C Hamano
1
-19
/
+17
2022-03-06
Merge branch 'ds/worktree-docs'
Junio C Hamano
2
-197
/
+209
2022-03-06
Merge branch 'jc/rerere-train-modernise'
Junio C Hamano
1
-1
/
+1
2022-03-06
Merge branch 'rs/bisect-executable-not-found'
Junio C Hamano
4
-14
/
+125
2022-03-06
Merge branch 'en/sparse-checkout-fixes'
Junio C Hamano
2
-7
/
+161
2022-03-06
Merge branch 'cg/t3903-modernize'
Junio C Hamano
2
-9
/
+41
2022-03-04
repository.c: free the "path cache" in repo_clear()
Ævar Arnfjörð Bjarmason
3
-15
/
+29
2022-03-04
range-diff: plug memory leak in read_patches()
Ævar Arnfjörð Bjarmason
1
-17
/
+12
2022-03-04
range-diff: plug memory leak in common invocation
Ævar Arnfjörð Bjarmason
3
-1
/
+9
2022-03-04
lockfile API users: simplify and don't leak "path"
Ævar Arnfjörð Bjarmason
2
-2
/
+3
2022-03-04
commit-graph: stop fill_oids_from_packs() progress on error and free()
Ævar Arnfjörð Bjarmason
1
-5
/
+7
2022-03-04
commit-graph: fix memory leak in misused string_list API
Ævar Arnfjörð Bjarmason
3
-6
/
+6
2022-03-04
submodule--helper: fix trivial leak in module_add()
Ævar Arnfjörð Bjarmason
1
-1
/
+4
2022-03-04
transport: stop needlessly copying bundle header references
Ævar Arnfjörð Bjarmason
1
-9
/
+16
2022-03-04
bundle: call strvec_clear() on allocated strvec
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-03-04
remote-curl.c: free memory in cmd_main()
Ævar Arnfjörð Bjarmason
1
-4
/
+8
2022-03-04
urlmatch.c: add and use a *_release() function
Ævar Arnfjörð Bjarmason
4
-1
/
+8
2022-03-04
diff.c: free "buf" in diff_words_flush()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-03-04
merge-base: free() allocated "struct commit **" list
Ævar Arnfjörð Bjarmason
1
-1
/
+4
2022-03-04
index-pack: fix memory leaks
Ævar Arnfjörð Bjarmason
1
-0
/
+5
2022-03-04
t/lib-gpg: kill all gpg components, not just gpg-agent
Todd Zullinger
1
-1
/
+1
2022-03-04
t/lib-gpg: reload gpg components after updating trustlist
Todd Zullinger
1
-0
/
+1
2022-03-04
gpg-interface/gpgsm: fix for v2.3
Fabian Stelzer
3
-7
/
+13
2022-03-04
log tests: fix "abort tests early" regression in ff37a60c369
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2022-03-03
config: correct "--type" option in "git config -h" output
Matheus Felipe
1
-1
/
+1
2022-03-03
builtin/remote.c: show progress when renaming remote references
Taylor Blau
3
-7
/
+29
2022-03-03
builtin/remote.c: parse options in 'rename'
Taylor Blau
1
-3
/
+6
2022-03-03
t5503: simplify setup of test which exercises failure of backfill
Patrick Steinhardt
1
-15
/
+5
2022-03-03
Documentation: git-read-tree: separate links using commas
Nihal Jere
1
-2
/
+2
2022-03-03
Makefiles: add and use wildcard "mkdir -p" template
Ævar Arnfjörð Bjarmason
3
-27
/
+27
2022-03-03
Makefile: add "$(QUIET)" boilerplate to shared.mak
Ævar Arnfjörð Bjarmason
6
-85
/
+53
2022-03-03
Makefile: move $(comma), $(empty) and $(space) to shared.mak
Ævar Arnfjörð Bjarmason
2
-4
/
+8
2022-03-03
Makefile: move ".SUFFIXES" rule to shared.mak
Ævar Arnfjörð Bjarmason
2
-2
/
+5
[prev]
[next]