index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-23
ls-tree: split up "fast path" callbacks
Ævar Arnfjörð Bjarmason
1
-74
/
+125
2022-03-23
ls-tree: detect and error on --name-only --name-status
Ævar Arnfjörð Bjarmason
1
-1
/
+10
2022-03-23
ls-tree: support --object-only option for "git-ls-tree"
Teng Long
1
-1
/
+12
2022-03-23
ls-tree: introduce "--format" option
Ævar Arnfjörð Bjarmason
1
-3
/
+150
2022-03-23
ls-tree: introduce struct "show_tree_data"
Ævar Arnfjörð Bjarmason
1
-15
/
+27
2022-03-23
ls-tree: slightly refactor `show_tree()`
Teng Long
1
-37
/
+61
2022-03-23
ls-tree: fix "--name-only" and "--long" combined use bug
Teng Long
1
-6
/
+6
2022-03-23
ls-tree: simplify nesting if/else logic in "show_tree()"
Teng Long
1
-12
/
+9
2022-03-23
ls-tree: rename "retval" to "recurse" in "show_tree()"
Teng Long
1
-4
/
+4
2022-03-23
ls-tree: use "size_t", not "int" for "struct strbuf"'s "len"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-03-23
ls-tree: use "enum object_type", not {blob,tree,commit}_type
Ævar Arnfjörð Bjarmason
1
-6
/
+6
2022-03-23
ls-tree: add missing braces to "else" arms
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2022-03-23
ls-tree: remove commented-out code
Ævar Arnfjörð Bjarmason
1
-9
/
+0
2021-11-12
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
1
-1
/
+2
2021-11-11
object-file: free(*contents) only in read_loose_object() caller
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-11-10
Merge branch 'ds/no-usable-cron-on-macos'
Junio C Hamano
1
-6
/
+21
2021-11-10
Merge branch 'jc/fix-pull-ff-only-when-already-up-to-date'
Junio C Hamano
1
-1
/
+28
2021-11-10
maintenance: disable cron on macOS
Derrick Stolee
1
-6
/
+21
2021-11-04
Merge branch 'ar/fix-git-pull-no-verify'
Junio C Hamano
1
-0
/
+6
2021-11-03
Merge branch 'jx/message-fixes'
Junio C Hamano
1
-1
/
+1
2021-11-01
Merge branch 'gc/use-repo-settings'
Junio C Hamano
2
-5
/
+5
2021-11-01
Merge branch 'ab/ignore-replace-while-working-on-commit-graph'
Junio C Hamano
1
-1
/
+1
2021-10-31
i18n: fix typos found during l10n for git 2.34.0
Jiang Xin
1
-1
/
+1
2021-10-29
Merge branch 'ks/submodule-add-message-fix'
Junio C Hamano
1
-14
/
+22
2021-10-29
Merge branch 'ab/plug-random-leaks'
Junio C Hamano
4
-7
/
+14
2021-10-29
Merge branch 'ab/ref-filter-leakfix'
Junio C Hamano
3
-16
/
+23
2021-10-29
Merge branch 'jk/http-push-status-fix'
Junio C Hamano
1
-0
/
+4
2021-10-29
pull: --ff-only should make it a noop when already-up-to-date
Junio C Hamano
1
-1
/
+28
2021-10-28
pull: honor --no-verify and do not call the commit-msg hook
Alex Riesen
1
-0
/
+6
2021-10-27
submodule: drop unused sm_name parameter from append_fetch_remotes()
Jeff King
1
-3
/
+2
2021-10-25
Merge branch 'ab/pkt-line-cleanup'
Junio C Hamano
1
-2
/
+2
2021-10-25
Merge branch 'ab/mark-leak-free-tests-more'
Junio C Hamano
2
-8
/
+8
2021-10-25
Merge branch 'ab/parse-options-cleanup'
Junio C Hamano
3
-2
/
+8
2021-10-25
Merge branch 'fs/ssh-signing'
Junio C Hamano
1
-0
/
+4
2021-10-25
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
4
-9
/
+42
2021-10-23
submodule--helper: fix incorrect newlines in an error message
Kaartic Sivaraam
1
-14
/
+23
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
1
-4
/
+5
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-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
2
-1
/
+2
2021-10-20
tag: use a "goto cleanup" pattern, leak less memory
Ævar Arnfjörð Bjarmason
1
-12
/
+16
2021-10-18
Merge branch 'jk/cat-file-batch-all-wo-replace'
Junio C Hamano
1
-14
/
+40
2021-10-18
Merge branch 'ab/designated-initializers-more'
Junio C Hamano
3
-74
/
+69
2021-10-18
Merge branch 'tb/repack-write-midx'
Junio C Hamano
2
-36
/
+282
2021-10-18
Merge branch 'js/retire-preserve-merges'
Junio C Hamano
3
-330
/
+20
2021-10-18
send-pack: complain about "expecting report" with --helper-status
Jeff King
1
-0
/
+4
[next]