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
2020-04-22
Merge branch 'jt/rebase-allow-duplicate'
Junio C Hamano
1
-0
/
+7
2020-04-22
Merge branch 'en/rebase-no-keep-empty'
Junio C Hamano
1
-7
/
+10
2020-04-22
Merge branch 'js/flush-prompt-before-interative-input'
Junio C Hamano
1
-10
/
+4
2020-04-22
Merge branch 'ma/simplify-merge-config-parsing'
Junio C Hamano
1
-3
/
+5
2020-04-22
Merge branch 'eb/format-patch-no-encode-headers'
Junio C Hamano
1
-0
/
+7
2020-04-22
Merge branch 'dd/no-gpg-sign'
Junio C Hamano
1
-3
/
+4
2020-04-22
Merge branch 'jk/use-quick-lookup-in-clone-for-tag-following'
Junio C Hamano
1
-1
/
+3
2020-04-22
Merge branch 'jk/oid-array-cleanups'
Junio C Hamano
8
-8
/
+8
2020-04-22
Merge branch 'en/pull-do-not-rebase-after-fast-forwarding'
Junio C Hamano
1
-1
/
+4
2020-04-22
Merge branch 'rs/pull-options-sync-code-and-doc'
Junio C Hamano
1
-0
/
+18
2020-04-22
Merge branch 'jt/connectivity-check-optim-in-partial-clone'
Junio C Hamano
2
-12
/
+2
2020-04-11
merge: use skip_prefix to parse config key
Martin Ågren
1
-3
/
+5
2020-04-11
rebase --merge: optionally skip upstreamed commits
Jonathan Tan
1
-0
/
+7
2020-04-11
rebase: fix an incompatible-options error message
Elijah Newren
1
-1
/
+1
2020-04-11
rebase: reinstate --no-keep-empty
Elijah Newren
1
-6
/
+9
2020-04-10
interactive: refactor code asking the user for interactive input
Johannes Schindelin
1
-10
/
+4
2020-04-07
format-patch: teach --no-encode-email-headers
Emma Brooks
1
-0
/
+7
2020-04-03
rebase.c: honour --no-gpg-sign
Đoàn Trần Công Danh
1
-3
/
+4
2020-04-01
clone: use "quick" lookup while following tags
Jeff King
1
-1
/
+3
2020-03-30
oid_array: rename source file from sha1-array
Jeff King
8
-8
/
+8
2020-03-29
connected: always use partial clone optimization
Jonathan Tan
2
-12
/
+2
2020-03-29
Merge branch 'ds/default-pack-use-sparse-to-true'
Junio C Hamano
1
-2
/
+2
2020-03-28
pull: pass documented fetch options on
René Scharfe
1
-0
/
+18
2020-03-27
pull: avoid running both merge and rebase
Elijah Newren
1
-1
/
+4
2020-03-26
Merge branch 'ah/force-pull-rebase-configuration'
Junio C Hamano
1
-0
/
+16
2020-03-26
Merge branch 'tg/retire-scripted-stash'
Junio C Hamano
1
-39
/
+11
2020-03-26
Merge branch 'jc/describe-misnamed-annotated-tag'
Junio C Hamano
1
-6
/
+9
2020-03-26
Merge branch 'at/rebase-fork-point-regression-fix'
Junio C Hamano
1
-11
/
+1
2020-03-26
Merge branch 'bc/filter-process'
Junio C Hamano
5
-25
/
+66
2020-03-26
Merge branch 'hi/gpg-prefer-check-signature'
Junio C Hamano
1
-4
/
+7
2020-03-26
Merge branch 'bc/sha-256-part-1-of-4'
Junio C Hamano
4
-13
/
+68
2020-03-25
Merge branch 'ss/submodule-foreach-cb'
Junio C Hamano
1
-4
/
+4
2020-03-25
Merge branch 'pw/advise-rebase-skip'
Junio C Hamano
1
-16
/
+24
2020-03-25
Merge branch 'am/real-path-fix'
Junio C Hamano
5
-11
/
+25
2020-03-25
Merge branch 'hw/advise-ng'
Junio C Hamano
1
-2
/
+3
2020-03-20
pack-objects: flip the use of GIT_TEST_PACK_SPARSE
Derrick Stolee
1
-2
/
+2
2020-03-18
submodule--helper.c: Rename 'cb_foreach' to 'foreach_cb'
Shourya Shukla
1
-4
/
+4
2020-03-16
builtin/reset: compute checkout metadata for reset
brian m. carlson
1
-3
/
+13
2020-03-16
builtin/rebase: compute checkout metadata for rebases
brian m. carlson
1
-0
/
+1
2020-03-16
builtin/clone: compute checkout metadata for clones
brian m. carlson
1
-1
/
+4
2020-03-16
builtin/checkout: compute checkout metadata for checkouts
brian m. carlson
1
-4
/
+14
2020-03-16
convert: provide additional metadata to filters
brian m. carlson
2
-1
/
+17
2020-03-16
convert: permit passing additional metadata to filter processes
brian m. carlson
1
-1
/
+1
2020-03-15
gpg-interface: prefer check_signature() for GPG verification
Hans Jerry Illikainen
1
-4
/
+7
2020-03-12
Merge branch 'en/rebase-backend'
Junio C Hamano
1
-1
/
+1
2020-03-12
builtin/checkout: pass branch info down to checkout_worktree
brian m. carlson
1
-16
/
+17
2020-03-11
i18n: unmark a message in rebase.c
Jiang Xin
1
-1
/
+1
2020-03-10
pull: warn if the user didn't say whether to rebase or to merge
Alex Henrie
1
-0
/
+16
2020-03-10
get_superproject_working_tree(): return strbuf
Alexandr Miloslavskiy
1
-3
/
+4
2020-03-10
real_path: remove unsafe API
Alexandr Miloslavskiy
4
-6
/
+19
[next]