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
2021-03-30
builtin/multi-pack-index.c: don't enter bogus cmd_mode
Taylor Blau
1
-2
/
+8
2021-03-30
builtin/multi-pack-index.c: split sub-commands
Taylor Blau
1
-25
/
+105
2021-03-30
builtin/multi-pack-index.c: define common usage with a macro
Taylor Blau
1
-1
/
+16
2021-03-30
builtin/multi-pack-index.c: don't handle 'progress' separately
Taylor Blau
1
-5
/
+3
2021-03-30
builtin/multi-pack-index.c: inline 'flags' with options
Taylor Blau
1
-7
/
+6
2021-03-29
column, range-diff: downcase option description
Chinmoy Chakraborty
2
-5
/
+5
2021-03-28
fetch-pack: use new fsck API to printing dangling submodules
Ævar Arnfjörð Bjarmason
1
-20
/
+1
2021-03-28
fetch-pack: don't needlessly copy fsck_options
Ævar Arnfjörð Bjarmason
1
-7
/
+3
2021-03-28
fsck.c: add an fsck_set_msg_type() API that takes enums
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-03-28
fsck.c: pass along the fsck_msg_id in the fsck_error callback
Ævar Arnfjörð Bjarmason
3
-2
/
+6
2021-03-28
fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
Ævar Arnfjörð Bjarmason
3
-3
/
+5
2021-03-28
fsck.h: use "enum object_type" instead of "int"
Ævar Arnfjörð Bjarmason
3
-3
/
+6
2021-03-26
Merge branch 'cm/rebase-i-fixup-amend-reword'
Junio C Hamano
1
-10
/
+112
2021-03-24
Merge branch 'tb/geometric-repack'
Junio C Hamano
2
-57
/
+480
2021-03-24
pack-objects: fix comment of reused_chunk.difference
Han Xin
1
-2
/
+2
2021-03-23
rebase: remove transitory rebase.useBuiltin setting & env
Ævar Arnfjörð Bjarmason
1
-11
/
+0
2021-03-23
format-patch: allow a non-integral version numbers
ZheNing Hu
1
-9
/
+16
2021-03-23
entry: extract a header file for entry.c functions
Matheus Tavares
4
-0
/
+4
2021-03-23
commit: add --trailer option
ZheNing Hu
1
-0
/
+22
2021-03-22
Merge branch 'bc/clone-bare-with-conflicting-config'
Junio C Hamano
1
-2
/
+2
2021-03-22
Merge branch 'dl/stash-show-untracked'
Junio C Hamano
1
-1
/
+61
2021-03-22
Merge branch 'ab/grep-pcre2-allocfix'
Junio C Hamano
1
-1
/
+0
2021-03-22
Merge branch 'ab/remote-write-config-in-camel-case'
Junio C Hamano
1
-2
/
+2
2021-03-22
Merge branch 'jk/open-dotgitx-with-nofollow'
Junio C Hamano
1
-4
/
+4
2021-03-21
transport: also free remote_refs in transport_disconnect()
Andrzej Hunt
2
-6
/
+6
2021-03-20
tree.h API: simplify read_tree_recursive() signature
Ævar Arnfjörð Bjarmason
4
-14
/
+14
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
1
-0
/
+91
2021-03-20
merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflict
Elijah Newren
1
-0
/
+1
2021-03-19
Merge branch 'tb/git-mv-icase-fix'
Junio C Hamano
1
-1
/
+1
2021-03-19
Merge branch 'rs/calloc-array'
Junio C Hamano
11
-23
/
+23
2021-03-19
Merge branch 'jk/bisect-peel-tag-fix'
Junio C Hamano
1
-1
/
+8
2021-03-19
Merge branch 'jc/calloc-fix'
Junio C Hamano
1
-5
/
+3
2021-03-19
builtin/pack-objects.c: ignore missing links with --stdin-packs
Taylor Blau
1
-0
/
+1
2021-03-17
fsck.c: refactor and rename common config callback
Ævar Arnfjörð Bjarmason
2
-12
/
+2
2021-03-17
bisect: peel annotated tags to commits
Jeff King
1
-1
/
+8
2021-03-15
xcalloc: use CALLOC_ARRAY() when applicable
Junio C Hamano
1
-5
/
+3
2021-03-15
unix-socket: disallow chdir() when creating unix domain sockets
Jeff Hostetler
1
-1
/
+1
2021-03-15
unix-socket: add backlog size option to unix_stream_listen()
Jeff Hostetler
1
-1
/
+2
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
2021-03-14
init-db: silence template_dir leak when converting to absolute path
Andrzej Hunt
1
-1
/
+3
2021-03-14
init: remove git_init_db_config() while fixing leaks
Andrzej Hunt
1
-21
/
+7
2021-03-14
worktree: fix leak in dwim_branch()
Andrzej Hunt
1
-4
/
+6
2021-03-14
clone: free or UNLEAK further pointers when finished
Andrzej Hunt
1
-4
/
+10
2021-03-14
reset: free instead of leaking unneeded ref
Andrzej Hunt
1
-1
/
+1
2021-03-14
symbolic-ref: don't leak shortened refname in check_symref()
Andrzej Hunt
1
-1
/
+3
2021-03-13
use CALLOC_ARRAY
René Scharfe
11
-23
/
+23
2021-03-10
builtin/init-db: handle bare clones when core.bare set to false
brian m. carlson
1
-2
/
+2
[prev]
[next]