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-13
builtin/stash.c: delete duplicate include
Elia Pinto
1
-1
/
+0
2022-03-13
builtin/sparse-checkout.c: delete duplicate include
Elia Pinto
1
-1
/
+0
2022-03-13
builtin/gc.c: delete duplicate include
Elia Pinto
1
-1
/
+0
2022-03-13
name-rev: use generation numbers if available
Jacob Keller
1
-14
/
+57
2022-03-10
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
3
-10
/
+20
2022-03-09
Merge branch 'ab/help-fixes'
Junio C Hamano
1
-10
/
+53
2022-03-09
Merge branch 'jc/cat-file-batch-commands'
Junio C Hamano
1
-12
/
+166
2022-03-09
clone: fail gracefully when cloning filtered bundle
Derrick Stolee
1
-0
/
+13
2022-03-09
rev-list: move --filter parsing into revision.c
Derrick Stolee
1
-11
/
+0
2022-03-09
list-objects: consolidate traverse_commit_list[_filtered]
Derrick Stolee
2
-4
/
+4
2022-03-09
pack-bitmap: drop filter in prepare_bitmap_walk()
Derrick Stolee
2
-6
/
+4
2022-03-09
pack-objects: use rev.filter when possible
Derrick Stolee
1
-2
/
+3
2022-03-09
revision: put object filter into struct rev_info
Derrick Stolee
1
-14
/
+12
2022-03-07
hooks: fix an obscure TOCTOU "did we just run a hook?" race
Ævar Arnfjörð Bjarmason
3
-14
/
+23
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
2
-9
/
+10
2022-03-07
gettext API users: don't explicitly cast ngettext()'s "n"
Ævar Arnfjörð Bjarmason
2
-2
/
+2
2022-03-06
Merge branch 'jt/ls-files-stage-recurse'
Junio C Hamano
1
-2
/
+2
2022-03-06
Merge branch 'gc/stash-on-branch-with-multi-level-name'
Junio C Hamano
1
-1
/
+1
2022-03-06
Merge branch 'ah/advice-switch-requires-detach-to-detach'
Junio C Hamano
1
-11
/
+19
2022-03-06
Merge branch 'ab/c99-designated-initializers'
Junio C Hamano
1
-4
/
+10
2022-03-06
Merge branch 'mc/index-pack-report-max-size'
Junio C Hamano
1
-2
/
+6
2022-03-06
Merge branch 'ac/usage-string-fixups'
Junio C Hamano
3
-5
/
+5
2022-03-06
Merge branch 'ds/worktree-docs'
Junio C Hamano
1
-63
/
+75
2022-03-06
Merge branch 'rs/bisect-executable-not-found'
Junio C Hamano
1
-13
/
+74
2022-03-06
Merge branch 'en/sparse-checkout-fixes'
Junio C Hamano
1
-5
/
+73
2022-03-04
submodule--helper update-clone: check for --filter and --init
Glen Choo
1
-1
/
+19
2022-03-04
submodule--helper: remove ensure-core-worktree
Glen Choo
1
-10
/
+2
2022-03-04
submodule--helper update-clone: learn --init
Glen Choo
1
-0
/
+26
2022-03-04
submodule--helper: allow setting superprefix for init_submodule()
Atharva Raykar
1
-3
/
+7
2022-03-04
submodule--helper: refactor get_submodule_displaypath()
Atharva Raykar
1
-4
/
+10
2022-03-04
submodule--helper run-update-procedure: learn --remote
Glen Choo
1
-34
/
+22
2022-03-04
submodule--helper: don't use bitfield indirection for parse_options()
Ævar Arnfjörð Bjarmason
1
-13
/
+10
2022-03-04
submodule--helper: get remote names from any repository
Atharva Raykar
1
-15
/
+23
2022-03-04
submodule--helper run-update-procedure: remove --suboid
Glen Choo
1
-3
/
+6
2022-03-04
submodule--helper: reorganize code for sh to C conversion
Glen Choo
1
-5
/
+21
2022-03-04
submodule--helper: remove update-module-mode
Glen Choo
1
-24
/
+0
2022-03-04
lockfile API users: simplify and don't leak "path"
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2022-03-04
commit-graph: fix memory leak in misused string_list API
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-03-04
submodule--helper: fix trivial leak in module_add()
Ævar Arnfjörð Bjarmason
1
-1
/
+4
2022-03-04
bundle: call strvec_clear() on allocated strvec
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-03-04
urlmatch.c: add and use a *_release() function
Ævar Arnfjörð Bjarmason
1
-1
/
+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-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
1
-5
/
+25
2022-03-03
builtin/remote.c: parse options in 'rename'
Taylor Blau
1
-3
/
+6
2022-03-03
am/apply: warn if we end up reading patches from terminal
Junio C Hamano
1
-0
/
+3
2022-03-02
stash: call reflog_delete() in reflog.c
John Cai
1
-14
/
+4
2022-03-02
reflog: libify delete reflog function and helpers
John Cai
1
-451
/
+4
[prev]
[next]