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-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-06-21
Merge branch 'jt/partial-clone-missing-ref-delta-base'
Junio C Hamano
1
-2
/
+24
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
2019-06-20
hashmap: convert sha1hash() to oidhash()
Jeff King
1
-2
/
+2
2019-06-20
object: convert lookup_object() to use object_id
Jeff King
5
-9
/
+8
2019-06-20
object: convert lookup_unknown_object() to use object_id
Jeff King
2
-2
/
+2
2019-06-20
pack-objects: convert packlist_find() to use object_id
Jeff King
1
-9
/
+10
2019-06-20
describe: fix accidental oid/hash type-punning
Jeff King
1
-1
/
+1
2019-06-19
fetch: only run 'gc' once when fetching multiple remotes
Nguyễn Thái Ngọc Duy
1
-6
/
+11
2019-06-19
stash: fix show referencing stash index
Thomas Gummerer
1
-4
/
+5
2019-06-19
interpret-trailers: load default config
Jeff King
1
-0
/
+3
2019-06-17
Merge branch 'xl/record-partial-clone-origin'
Junio C Hamano
1
-1
/
+1
2019-06-17
Merge branch 'js/fsmonitor-unflake'
Junio C Hamano
1
-1
/
+1
2019-06-17
Merge branch 'ba/clone-remote-submodules'
Junio C Hamano
1
-0
/
+8
2019-06-17
Merge branch 'vv/merge-squash-with-explicit-commit'
Junio C Hamano
1
-1
/
+11
2019-06-17
Merge branch 'js/bisect-helper-check-get-oid-return-value'
Junio C Hamano
1
-1
/
+4
2019-06-17
Merge branch 'jk/am-i-resolved-fix'
Junio C Hamano
1
-11
/
+12
2019-06-13
Merge branch 'dl/format-patch-notes-config'
Junio C Hamano
1
-1
/
+19
2019-06-13
Merge branch 'nd/merge-quit'
Junio C Hamano
1
-12
/
+18
2019-06-13
Merge branch 'js/rebase-cleanup'
Junio C Hamano
1
-6
/
+1
2019-06-13
Merge branch 'nd/worktree-name-sanitization'
Junio C Hamano
1
-1
/
+9
2019-06-13
Merge branch 'en/fast-export-encoding'
Junio C Hamano
1
-6
/
+49
2019-06-13
Merge branch 'jk/unused-params-final-batch'
Junio C Hamano
18
-58
/
+44
2019-06-13
Merge branch 'sb/format-patch-base-patch-id-fix'
Junio C Hamano
2
-17
/
+2
2019-06-13
Merge branch 'nd/init-relative-template-fix'
Junio C Hamano
1
-0
/
+3
2019-06-13
cleanup: fix possible overflow errors in binary search, part 2
René Scharfe
1
-1
/
+1
2019-06-12
packfile: rename close_all_packs to close_object_store
Derrick Stolee
8
-9
/
+9
2019-06-12
commit-graph: collapse parameters into flags
Derrick Stolee
3
-6
/
+8
2019-06-12
commit-graph: return with errors during write
Derrick Stolee
3
-15
/
+17
2019-06-05
tag: add tag.gpgSign config option to force all tags be GPG-signed
Tigran Mkrtchyan
1
-6
/
+16
2019-06-04
fetch: fix regression with transport helpers
Felipe Contreras
1
-2
/
+3
2019-06-04
fetch: make the code more understandable
Felipe Contreras
1
-7
/
+9
2019-06-04
fetch: trivial cleanup
Felipe Contreras
1
-3
/
+8
2019-05-30
Merge branch 'js/rebase-config-bitfix'
Junio C Hamano
1
-1
/
+1
[next]