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
2018-11-01
am: don't die in read_author_script()
Phillip Wood
1
-1
/
+2
2018-10-31
submodule: support reading .gitmodules when it's not in the working tree
Antonio Ospite
2
-4
/
+19
2018-10-31
ls-remote: pass heads/tags prefixes to transport
Jeff King
1
-0
/
+5
2018-10-31
ls-remote: do not send ref prefixes for patterns
Jeff King
1
-8
/
+0
2018-10-31
Adjust for 2.19.x series
Junio C Hamano
1
-4
/
+12
2018-10-31
cat-file: handle streaming failures consistently
Jeff King
1
-4
/
+12
2018-10-31
worktree: rename is_worktree_locked to worktree_lock_reason
Nickolai Belakovski
1
-5
/
+5
2018-10-30
Merge branch 'jc/receive-deny-current-branch-fix'
Junio C Hamano
1
-3
/
+9
2018-10-30
Merge branch 'ot/ref-filter-plug-leaks'
Junio C Hamano
1
-1
/
+1
2018-10-30
Merge branch 'sb/submodule-helper-remove-cruft'
Junio C Hamano
1
-2
/
+0
2018-10-30
Merge branch 'js/pack-objects-mutex-init-fix'
Junio C Hamano
1
-1
/
+0
2018-10-30
Merge branch 'tq/branch-style-fix'
Junio C Hamano
1
-2
/
+1
2018-10-30
Merge branch 'tq/branch-create-wo-branch-get'
Junio C Hamano
1
-5
/
+0
2018-10-30
Merge branch 'bc/hash-transition-part-15'
Junio C Hamano
3
-13
/
+15
2018-10-30
Merge branch 'md/filter-trees'
Junio C Hamano
1
-4
/
+7
2018-10-29
Merge branches 'bp/reset-quiet' and 'js/mingw-http-ssl' into nd/config-split
Junio C Hamano
1
-1
/
+14
2018-10-26
Merge branch 'rv/alias-help'
Junio C Hamano
1
-3
/
+31
2018-10-26
archive: initialize archivers earlier
Josh Steadmon
2
-0
/
+4
2018-10-25
repack -ad: prune the list of shallow commits
Johannes Schindelin
1
-0
/
+6
2018-10-25
shallow: offer to prune only non-existing entries
Johannes Schindelin
1
-1
/
+1
2018-10-24
rebase --autostash: fix issue with dirty submodules
Johannes Schindelin
1
-1
/
+1
2018-10-24
reset: warn when refresh_index() takes more than 2 seconds
Ben Peart
1
-1
/
+13
2018-10-24
reset: add new reset.quiet config setting
Ben Peart
1
-0
/
+1
2018-10-24
reset: don't compute unstaged changes after reset when --quiet
Ben Peart
1
-1
/
+1
2018-10-23
exclude-promisor-objects: declare when option is allowed
Matthew DeVore
3
-0
/
+3
2018-10-23
rebase (autostash): use an explicit OID to apply the stash
Johannes Schindelin
1
-0
/
+2
2018-10-23
rebase (autostash): store the full OID in <state-dir>/autostash
Johannes Schindelin
1
-1
/
+1
2018-10-23
rebase (autostash): avoid duplicate call to state_dir_path()
Johannes Schindelin
1
-1
/
+1
2018-10-22
reflog expire: cover reflog from all worktrees
Nguyễn Thái Ngọc Duy
1
-4
/
+42
2018-10-22
fsck: check HEAD and reflog from other worktrees
Nguyễn Thái Ngọc Duy
1
-17
/
+38
2018-10-22
fsck: move fsck_head_link() to get_default_heads() to avoid some globals
Elijah Newren
1
-11
/
+16
2018-10-22
worktree: add per-worktree config files
Nguyễn Thái Ngọc Duy
1
-1
/
+18
2018-10-22
submodule.c: remove some of the_repository references
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-10-22
multi-pack-index: define GIT_TEST_MULTI_PACK_INDEX
Derrick Stolee
1
-0
/
+4
2018-10-22
midx: close multi-pack-index on repack
Derrick Stolee
1
-2
/
+1
2018-10-19
receive: denyCurrentBranch=updateinstead should not blindly update
Junio C Hamano
1
-3
/
+9
2018-10-19
pack-objects (mingw): initialize `packing_data` mutex in the correct spot
Johannes Schindelin
1
-1
/
+0
2018-10-19
Merge branch 'tb/filter-alternate-refs'
Junio C Hamano
1
-2
/
+1
2018-10-19
Merge branch 'jt/avoid-ls-refs'
Junio C Hamano
1
-6
/
+26
2018-10-19
Merge branch 'ds/commit-graph-leakfix'
Junio C Hamano
1
-5
/
+6
2018-10-19
Merge branch 'rs/grep-no-recursive'
Junio C Hamano
1
-0
/
+2
2018-10-19
Merge branch 'nd/help-commands-verbose-by-default'
Junio C Hamano
1
-1
/
+1
2018-10-19
Merge branch 'jt/fetch-tips-in-partial-clone'
Junio C Hamano
1
-2
/
+13
2018-10-19
Merge branch 'nd/status-refresh-progress'
Junio C Hamano
2
-3
/
+9
2018-10-19
Merge branch 'ss/wt-status-committable'
Junio C Hamano
1
-9
/
+12
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
32
-66
/
+77
2018-10-19
ls-remote: release memory instead of UNLEAK
Olga Telezhnaya
1
-1
/
+1
2018-10-18
builtin/submodule--helper: remove debugging leftover tracing
Stefan Beller
1
-2
/
+0
2018-10-18
branch: trivial style fix
Tao Qingyun
1
-2
/
+1
2018-10-18
submodule helper: convert relative URL to absolute URL if needed
Stefan Beller
1
-17
/
+34
[prev]
[next]