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-16
submodule: move core cmd_update() logic to C
Atharva Raykar
1
-105
/
+124
2022-03-16
submodule--helper: reduce logic in run_update_procedure()
Glen Choo
1
-13
/
+17
2022-03-16
submodule--helper: teach update_data more options
Glen Choo
1
-75
/
+75
2022-03-16
builtin/submodule--helper.c: rename option struct to "opt"
Ævar Arnfjörð Bjarmason
1
-26
/
+26
2022-03-16
submodule update: use die_message()
Glen Choo
1
-19
/
+14
2022-03-16
submodule--helper: run update using child process struct
Atharva Raykar
1
-18
/
+16
2022-03-16
Merge branch 'gc/submodule-update-part1' into gc/submodule-update-part2
Junio C Hamano
1
-107
/
+141
2022-03-13
Merge branch 'ab/plug-random-leaks'
Junio C Hamano
7
-8
/
+19
2022-03-13
Merge branch 'gc/parse-tree-indirect-errors'
Junio C Hamano
2
-3
/
+12
2022-03-13
Merge branch 'ps/fetch-atomic'
Junio C Hamano
1
-61
/
+129
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-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-01
checkout, clone: die if tree cannot be parsed
Glen Choo
2
-3
/
+12
2022-02-25
switch: mention the --detach option when dying due to lack of a branch
Alex Henrie
1
-11
/
+19
2022-02-25
Merge branch 'ab/diff-free-more'
Junio C Hamano
1
-1
/
+0
2022-02-25
Merge branch 'ab/date-mode-release'
Junio C Hamano
5
-0
/
+5
2022-02-25
Merge branch 'jc/name-rev-stdin'
Junio C Hamano
1
-1
/
+1
2022-02-25
Merge branch 'ab/grep-patterntype'
Junio C Hamano
3
-16
/
+26
2022-02-25
Merge branch 'js/apply-partial-clone-filters-recursively'
Junio C Hamano
2
-5
/
+61
2022-02-25
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
30
-72
/
+72
2022-02-25
Merge branch 'ds/sparse-checkout-requires-per-worktree-config'
Junio C Hamano
2
-15
/
+76
2022-02-24
fast-import.c: use designated initializers for "partial" struct assignments
Ævar Arnfjörð Bjarmason
1
-4
/
+10
2022-02-24
stash: strip "refs/heads/" with skip_prefix
Glen Choo
1
-1
/
+1
[next]