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-04-07
Merge branch 'cc/downcase-opt-help'
Junio C Hamano
2
-5
/
+5
2021-04-07
Merge branch 'zh/commit-trailer'
Junio C Hamano
1
-0
/
+22
2021-04-07
Merge branch 'ah/plugleaks'
Junio C Hamano
7
-38
/
+36
2021-04-02
Merge branch 'zh/format-patch-fractional-reroll-count'
Junio C Hamano
1
-9
/
+16
2021-04-02
Merge branch 'jh/simple-ipc'
Junio C Hamano
2
-2
/
+3
2021-04-02
Merge branch 'mt/parallel-checkout-part-1'
Junio C Hamano
4
-0
/
+5
2021-03-30
Merge branch 'hx/pack-objects-chunk-comment'
Junio C Hamano
1
-2
/
+2
2021-03-30
Merge branch 'ab/remove-rebase-usebuiltin'
Junio C Hamano
1
-11
/
+0
2021-03-30
Merge branch 'ab/read-tree'
Junio C Hamano
4
-12
/
+85
2021-03-29
column, range-diff: downcase option description
Chinmoy Chakraborty
2
-5
/
+5
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-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
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
[next]