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-10-25
Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store'
Junio C Hamano
5
-16
/
+67
2021-10-25
Merge branch 'rs/add-dry-run-without-objects'
Junio C Hamano
2
-1
/
+4
2021-10-25
Merge branch 'rs/disable-gc-during-perf-tests'
Junio C Hamano
2
-0
/
+6
2021-10-25
Merge branch 'jt/no-abuse-alternate-odb-for-submodules'
Junio C Hamano
20
-68
/
+148
2021-10-25
Merge branch 'ab/unpack-trees-leakfix'
Junio C Hamano
3
-22
/
+19
2021-10-25
Merge branch 'jh/perf-remove-test-times'
Junio C Hamano
1
-0
/
+1
2021-10-25
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
13
-162
/
+478
2021-10-25
gitweb.txt: change "folder" to "directory"
Martin Ågren
1
-1
/
+1
2021-10-25
gitignore.txt: change "folder" to "directory"
Martin Ågren
1
-1
/
+1
2021-10-25
git-multi-pack-index.txt: change "folder" to "directory"
Martin Ågren
1
-3
/
+3
2021-10-25
git.txt: fix typo
Martin Ågren
1
-1
/
+1
2021-10-25
archive: describe compression level option
Bagas Sanjaya
1
-5
/
+12
2021-10-25
config.txt: fix typo
Martin Ågren
1
-1
/
+1
2021-10-25
command-list.txt: remove 'sparse-index' from main help
SZEDER Gábor
1
-1
/
+1
2021-10-25
http-backend: remove a duplicated code branch
Robin Dupret
1
-3
/
+1
2021-10-25
userdiff-cpp: back out the digit-separators in numbers
Johannes Sixt
4
-18
/
+18
2021-10-23
submodule--helper: fix incorrect newlines in an error message
Kaartic Sivaraam
1
-14
/
+23
2021-10-23
branch (doc): -m/-c copies config and reflog
Junio C Hamano
1
-2
/
+2
2021-10-23
format-patch (doc): clarify --base=auto
Junio C Hamano
1
-3
/
+3
2021-10-23
reflog: free() ref given to us by dwim_log()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-10-23
submodule--helper: fix small memory leaks
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2021-10-23
clone: fix a memory leak of the "git_dir" variable
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2021-10-23
grep: fix a "path_list" memory leak
Ævar Arnfjörð Bjarmason
2
-5
/
+7
2021-10-23
grep: use object_array_clear() in cmd_grep()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-10-23
grep: prefer "struct grep_opt" over its "void *" equivalent
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-10-21
config.c: don't leak memory in handle_path_include()
Ævar Arnfjörð Bjarmason
2
-2
/
+6
2021-10-21
Makefile: remove redundant GIT-CFLAGS dependency from "sparse"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-10-21
git-sh-setup: remove messaging supporting --preserve-merges
Ævar Arnfjörð Bjarmason
1
-11
/
+1
2021-10-21
git-sh-i18n: remove unused eval_ngettext()
Ævar Arnfjörð Bjarmason
1
-12
/
+0
2021-10-20
branch: use ref_sorting_release()
Ævar Arnfjörð Bjarmason
1
-3
/
+5
2021-10-20
ref-filter API user: add and use a ref_sorting_release()
Ævar Arnfjörð Bjarmason
4
-1
/
+13
2021-10-20
tag: use a "goto cleanup" pattern, leak less memory
Ævar Arnfjörð Bjarmason
1
-12
/
+16
2021-10-20
git config doc: fix recent ASCIIDOC formatting regression
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2021-10-18
The fourteenth batch
Junio C Hamano
1
-0
/
+38
2021-10-18
Merge branch 'tz/doc-link-to-bundle-format-fix'
Junio C Hamano
1
-0
/
+1
2021-10-18
Merge branch 'js/windows-ci-path-fix'
Junio C Hamano
1
-3
/
+3
2021-10-18
Merge branch 'bs/doc-blame-color-lines'
Junio C Hamano
3
-17
/
+44
2021-10-18
Merge branch 'rs/make-verify-path-really-verify-again'
Junio C Hamano
2
-15
/
+36
2021-10-18
Merge branch 'jk/cat-file-batch-all-wo-replace'
Junio C Hamano
3
-16
/
+119
2021-10-18
Merge branch 'cm/save-restore-terminal'
Junio C Hamano
3
-15
/
+71
2021-10-18
Merge branch 'ab/designated-initializers-more'
Junio C Hamano
7
-88
/
+82
2021-10-18
Merge branch 'tb/repack-write-midx'
Junio C Hamano
14
-56
/
+723
2021-10-18
Merge branch 'js/retire-preserve-merges'
Junio C Hamano
37
-2263
/
+33
2021-10-18
Merge branch 'rs/mergesort'
Junio C Hamano
4
-67
/
+473
2021-10-18
transport-helper: recognize "expecting report" error from send-pack
Jeff King
2
-1
/
+5
2021-10-18
send-pack: complain about "expecting report" with --helper-status
Jeff King
5
-0
/
+31
2021-10-18
gpg-interface: fix leak of strbufs in get_ssh_key_fingerprint()
Jeff King
1
-1
/
+5
2021-10-18
gpg-interface: fix leak of "line" in parse_ssh_output()
Jeff King
1
-2
/
+6
2021-10-18
t1092: run "rebase --apply" without "-q" in testing
Phillip Wood
1
-1
/
+1
2021-10-15
gc: perform incremental repack when implictly enabled
Glen Choo
2
-7
/
+26
[prev]
[next]