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-12-01
repack.c: LLP64 compatibility, upcast unity for left shift
Philip Oakley
1
-1
/
+1
2021-12-01
update documentation for new zdiff3 conflictStyle
Elijah Newren
1
-1
/
+1
2021-12-01
xdiff: implement a zealous diff3, or "zdiff3"
Phillip Wood
1
-0
/
+2
2021-11-29
Merge branch 'tb/plug-pack-bitmap-leaks'
Junio C Hamano
3
-5
/
+14
2021-11-29
Merge branch 'jc/fix-ref-sorting-parse'
Junio C Hamano
4
-23
/
+24
2021-11-29
Merge branch 'so/stash-staged'
Junio C Hamano
1
-9
/
+71
2021-11-29
Merge branch 'vd/sparse-reset' into ld/sparse-diff-blame
Junio C Hamano
1
-6
/
+107
2021-11-29
reset: make --mixed sparse-aware
Victoria Dye
1
-2
/
+85
2021-11-29
reset: integrate with sparse index
Victoria Dye
1
-3
/
+7
2021-11-25
run-command API: remove "env" member, always use "env_array"
Ævar Arnfjörð Bjarmason
2
-8
/
+9
2021-11-25
difftool: use "env_array" to simplify memory management
Ævar Arnfjörð Bjarmason
1
-10
/
+4
2021-11-25
run-command API users: use strvec_push(), not argv construction
Ævar Arnfjörð Bjarmason
1
-19
/
+12
2021-11-25
run-command API users: use strvec_pushl(), not argv construction
Ævar Arnfjörð Bjarmason
7
-47
/
+24
2021-11-25
upload-archive: use regular "struct child_process" pattern
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2021-11-25
worktree: stop being overly intimate with run_command() internals
Eric Sunshine
1
-4
/
+3
2021-11-23
Merge branch 'ev/pull-already-up-to-date-is-noop' into maint
Junio C Hamano
1
-2
/
+4
2021-11-22
refs: drop force_create argument of create_reflog API
Han-Wen Nienhuys
1
-1
/
+1
2021-11-21
Merge branch 'ev/pull-already-up-to-date-is-noop'
Junio C Hamano
1
-2
/
+4
2021-11-19
submodule: absorb git dir instead of dying on deinit
Mugdha Pattnaik
1
-10
/
+11
2021-11-19
pull: don't say that merge is "the default strategy"
Alex Henrie
1
-1
/
+1
2021-11-18
pull: should be noop when already-up-to-date
Erwin Villejo
1
-2
/
+4
2021-11-18
checkout: fix "branch info" memory leaks
Ævar Arnfjörð Bjarmason
1
-31
/
+55
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
receive-pack: ignore SIGPIPE while reporting status to client
Robin Jarry
1
-0
/
+2
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-03
var: add GIT_DEFAULT_BRANCH variable
Thomas Weißschuh
1
-0
/
+7
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
builtin/multi-pack-index.c: don't leak concatenated options
Taylor Blau
1
-0
/
+4
2021-10-28
builtin/repack.c: avoid leaking child arguments
Taylor Blau
1
-1
/
+3
2021-10-28
stash: get rid of unused argument in stash_staged()
Sergey Organov
1
-3
/
+3
2021-10-28
doc: fix git credential synopsis
Jean-Noël Avila
1
-1
/
+1
2021-10-28
pull: honor --no-verify and do not call the commit-msg hook
Alex Riesen
1
-0
/
+6
2021-10-27
builtin/pack-objects.c: don't leak memory via arguments
Taylor Blau
1
-4
/
+7
2021-10-27
reset: preserve skip-worktree bit in mixed reset
Victoria Dye
1
-0
/
+14
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
[prev]
[next]