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-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
2021-03-05
stash show: learn stash.showIncludeUntracked
Denton Liu
1
-0
/
+8
2021-03-05
stash show: teach --include-untracked and --only-untracked
Denton Liu
1
-1
/
+53
2021-03-05
builtin/repack.c: reword comment around pack-objects flags
Junio C Hamano
1
-5
/
+7
2021-03-05
builtin/repack.c: be more conservative with unsigned overflows
Taylor Blau
1
-2
/
+22
2021-03-05
builtin/repack.c: assign pack split later
Taylor Blau
1
-5
/
+3
2021-03-05
builtin/repack.c: do not repack single packs with --geometric
Taylor Blau
1
-1
/
+1
2021-03-03
git mv foo FOO ; git mv foo bar gave an assert
Torsten Bögershausen
1
-1
/
+1
2021-03-01
Merge branch 'jt/transfer-fsck-across-packs'
Junio C Hamano
2
-3
/
+24
2021-02-25
Merge branch 'jc/push-delete-nothing'
Junio C Hamano
1
-1
/
+1
2021-02-25
Merge branch 'js/params-vs-args'
Junio C Hamano
3
-12
/
+12
2021-02-25
Merge branch 'es/maintenance-of-bare-repositories'
Junio C Hamano
1
-17
/
+33
2021-02-25
Merge branch 'mt/add-chmod-fixes'
Junio C Hamano
1
-5
/
+13
2021-02-25
Merge branch 'ah/rebase-no-fork-point-config'
Junio C Hamano
1
-7
/
+13
2021-02-25
Merge branch 'mt/grep-sparse-checkout'
Junio C Hamano
1
-2
/
+5
2021-02-25
Merge branch 'jc/diffcore-rotate'
Junio C Hamano
4
-0
/
+7
2021-02-25
Merge branch 'mt/checkout-index-corner-cases'
Junio C Hamano
1
-11
/
+24
2021-02-25
Merge branch 'rs/blame-optim'
Junio C Hamano
1
-5
/
+3
2021-02-25
Merge branch 'jk/rev-list-disk-usage'
Junio C Hamano
1
-0
/
+46
2021-02-24
remote: write camel-cased *.pushRemote on rename
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-02-24
remote: add camel-cased *.tagOpt key, like clone
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-02-24
add: propagate --chmod errors to exit status
Matheus Tavares
1
-4
/
+6
2021-02-24
add: mark --chmod error string for translation
Matheus Tavares
1
-1
/
+1
2021-02-24
add --chmod: don't update index when --dry-run is used
Matheus Tavares
1
-3
/
+9
2021-02-24
rebase: add a config option for --no-fork-point
Alex Henrie
1
-7
/
+13
2021-02-23
push: do not turn --delete '' into a matching push
Junio C Hamano
1
-1
/
+1
2021-02-23
replace "parameters" by "arguments" in error messages
Johannes Sixt
3
-12
/
+12
2021-02-23
maintenance: fix incorrect `maintenance.repo` path with bare repository
Eric Sunshine
1
-17
/
+33
2021-02-22
builtin/repack.c: add '--geometric' option
Taylor Blau
1
-4
/
+183
2021-02-22
builtin/pack-objects.c: rewrite honor-pack-keep logic
Jeff King
1
-51
/
+76
2021-02-22
builtin/pack-objects.c: add '--stdin-packs' option
Taylor Blau
1
-2
/
+200
2021-02-22
Merge branch 'ab/diff-deferred-free'
Junio C Hamano
1
-11
/
+12
2021-02-22
Merge branch 'bc/signed-objects-with-both-hashes'
Junio C Hamano
2
-6
/
+14
[prev]
[next]