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-02
Merge branch 'pk/rebase-in-c-4-opts'
Junio C Hamano
2
-85
/
+446
2018-11-02
Merge branch 'pk/rebase-in-c-3-acts'
Junio C Hamano
1
-4
/
+189
2018-11-02
Merge branch 'pk/rebase-in-c-2-basic'
Junio C Hamano
1
-13
/
+321
2018-11-02
Merge branch 'ag/rebase-i-in-c'
Junio C Hamano
2
-88
/
+271
2018-11-02
Merge branch 'pk/rebase-in-c'
Junio C Hamano
1
-0
/
+421
2018-11-01
fetch: replace string-list used as a look-up table with a hashmap
Junio C Hamano
1
-46
/
+100
2018-11-01
rev-parse: clear --exclude list after 'git rev-parse --all'
Andreas Gruenbacher
1
-0
/
+1
2018-11-01
add read_author_script() to libgit
Phillip Wood
1
-84
/
+2
2018-11-01
am: rename read_author_script()
Phillip Wood
1
-2
/
+2
2018-11-01
am: improve author-script error reporting
Phillip Wood
1
-10
/
+39
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
[prev]
[next]