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
2019-08-13
repo-settings: parse core.untrackedCache
Derrick Stolee
1
-2
/
+4
2019-08-13
repo-settings: consolidate some config settings
Derrick Stolee
2
-11
/
+9
2019-07-19
Merge branch 'ea/merge-code-cleanup'
Junio C Hamano
1
-33
/
+20
2019-07-19
Merge branch 'ew/repack-with-bitmaps-by-default'
Junio C Hamano
1
-2
/
+16
2019-07-19
Merge branch 'jk/check-connected-with-alternates'
Junio C Hamano
1
-1
/
+0
2019-07-19
Merge branch 'nd/tree-walk-with-repo'
Junio C Hamano
8
-19
/
+27
2019-07-19
Merge branch 'ra/cherry-pick-revert-skip'
Junio C Hamano
2
-5
/
+13
2019-07-19
Merge branch 'ds/commit-graph-incremental'
Junio C Hamano
3
-16
/
+47
2019-07-19
Merge branch 'br/blame-ignore'
Junio C Hamano
1
-0
/
+56
2019-07-19
Merge branch 'ds/midx-expire-repack'
Junio C Hamano
2
-14
/
+14
2019-07-11
Merge branch 'js/rebase-reschedule-applies-only-to-interactive'
Junio C Hamano
1
-3
/
+7
2019-07-09
Merge branch 'ds/fetch-disable-force-notice'
Junio C Hamano
2
-1
/
+40
2019-07-09
Merge branch 'jh/status-aheadbehind'
Junio C Hamano
1
-1
/
+18
2019-07-09
Merge branch 'ms/submodule-foreach-fix'
Junio C Hamano
1
-0
/
+1
2019-07-09
Merge branch 'jh/msvc'
Junio C Hamano
1
-3
/
+3
2019-07-09
Merge branch 'nd/switch-and-restore'
Junio C Hamano
7
-328
/
+592
2019-07-09
Merge branch 'jk/oidhash'
Junio C Hamano
7
-22
/
+22
2019-07-09
Merge branch 'jk/delta-islands-progress-fix'
Junio C Hamano
1
-1
/
+1
2019-07-09
Merge branch 'nd/fetch-multi-gc-once'
Junio C Hamano
1
-6
/
+11
2019-07-09
Merge branch 'es/rev-list-no-object-names'
Junio C Hamano
1
-1
/
+18
2019-07-09
Merge branch 'pw/rebase-abort-clean-rewritten'
Junio C Hamano
1
-10
/
+29
2019-07-09
Merge branch 'tg/stash-ref-by-index-fix'
Junio C Hamano
1
-4
/
+5
2019-07-09
Merge branch 'jk/trailers-use-config'
Junio C Hamano
1
-0
/
+3
2019-07-09
Merge branch 'rs/avoid-overflow-in-midpoint-computation'
Junio C Hamano
1
-1
/
+1
2019-07-09
Merge branch 'ds/close-object-store'
Junio C Hamano
8
-9
/
+9
2019-07-09
Merge branch 'ds/commit-graph-write-refactor'
Junio C Hamano
3
-15
/
+19
2019-07-09
Merge branch 'tm/tag-gpgsign-config'
Junio C Hamano
1
-6
/
+16
2019-07-09
Merge branch 'fc/fetch-with-import-fix'
Junio C Hamano
1
-10
/
+18
2019-07-09
Merge branch 'po/doc-branch'
Junio C Hamano
1
-1
/
+2
2019-07-09
Merge branch 'nb/branch-show-other-worktrees-head'
Junio C Hamano
1
-4
/
+12
2019-07-09
builtin/merge.c - cleanup of code in for-cycle that tests strategies
Edmundo Carmona Antoranz
1
-33
/
+20
2019-07-02
cherry-pick/revert: advise using --skip
Rohit Ashiwal
1
-5
/
+8
2019-07-02
cherry-pick/revert: add --skip option
Rohit Ashiwal
1
-0
/
+5
2019-07-01
repack: disable bitmaps-by-default if .keep files exist
Eric Wong
1
-2
/
+16
2019-07-01
object-store.h: move for_each_alternate_ref() from transport.h
Jeff King
1
-1
/
+0
2019-07-01
rebase --am: ignore rebase.rescheduleFailedExec
Johannes Schindelin
1
-3
/
+7
2019-06-27
tree-walk.c: remove the_repo from get_tree_entry()
Nguyễn Thái Ngọc Duy
2
-2
/
+2
2019-06-27
tree-walk.c: remove the_repo from fill_tree_descriptor()
Nguyễn Thái Ngọc Duy
3
-13
/
+17
2019-06-27
sha1-file.c: remove the_repo from read_object_with_reference()
Nguyễn Thái Ngọc Duy
3
-4
/
+8
2019-06-25
submodule foreach: fix recursion of options
Morian Sonnet
1
-0
/
+1
2019-06-21
Merge branch 'jt/partial-clone-missing-ref-delta-base'
Junio C Hamano
1
-2
/
+24
2019-06-21
pull: add --[no-]show-forced-updates passthrough
Derrick Stolee
1
-0
/
+7
2019-06-21
fetch: warn about forced updates in branch listing
Derrick Stolee
1
-1
/
+24
2019-06-21
fetch: add --[no-]show-forced-updates argument
Derrick Stolee
1
-1
/
+10
2019-06-21
status: ignore status.aheadbehind in porcelain formats
Jeff Hostetler
1
-4
/
+6
2019-06-21
status: add status.aheadbehind setting
Jeff Hostetler
1
-1
/
+16
2019-06-20
cache-tree/blame: avoid reusing the DEBUG constant
Jeff Hostetler
1
-3
/
+3
2019-06-20
switch: allow to switch in the middle of bisect
Nguyễn Thái Ngọc Duy
1
-3
/
+1
2019-06-20
delta-islands: respect progress flag
Jeff King
1
-1
/
+1
2019-06-20
rev-list: teach --no-object-names to enable piping
Emily Shaffer
1
-1
/
+18
[next]