index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-13
fsmonitor: do not compare bitmap size with size of split index
Junio C Hamano
1
-2
/
+4
2019-11-13
hex: drop sha1_to_hex()
Jeff King
4
-24
/
+5
2019-11-12
completion: learn to complete `git rebase --onto=`
Denton Liu
1
-0
/
+4
2019-11-12
pack-objects: avoid pointless oe_map_new_pack() calls
Jeff King
3
-6
/
+19
2019-11-12
doc: improve readability of --rebase-merges in git-rebase
Naveen Nathan
1
-2
/
+2
2019-11-11
hex: drop sha1_to_hex_r()
Jeff King
3
-23
/
+0
2019-11-11
sequencer: reencode commit message for am/rebase --show-current-patch
Doan Tran Cong Danh
3
-1
/
+32
2019-11-11
sequencer: reencode old merge-commit message
Doan Tran Cong Danh
3
-1
/
+63
2019-11-11
bundle-verify: add --quiet
Robin H. Johnson
2
-4
/
+7
2019-11-11
bundle-create: progress output control
Robin H. Johnson
4
-10
/
+65
2019-11-11
bundle: framework for options before bundle file
Robin H. Johnson
1
-45
/
+145
2019-11-11
merge-strategies: fix typo "reflected to" to "reflected in"
Dominic Jäger
1
-1
/
+1
2019-11-11
sequencer: reencode squashing commit's message
Doan Tran Cong Danh
2
-4
/
+14
2019-11-11
sequencer: reencode revert/cherry-pick's todo list
Doan Tran Cong Danh
1
-1
/
+4
2019-11-11
sequencer: reencode to utf-8 before arrange rebase's todo list
Doan Tran Cong Danh
2
-2
/
+2
2019-11-11
t3900: demonstrate git-rebase problem with multi encoding
Doan Tran Cong Danh
1
-0
/
+29
2019-11-11
configure.ac: define ICONV_OMITS_BOM if necessary
Doan Tran Cong Danh
1
-0
/
+49
2019-11-10
The first batch post 2.24 cycle
Junio C Hamano
3
-2
/
+70
2019-11-10
Merge branch 'bc/hash-independent-tests-part-6'
Junio C Hamano
16
-155
/
+277
2019-11-10
Merge branch 'js/update-index-ignore-removal-for-skip-worktree'
Junio C Hamano
6
-4
/
+42
2019-11-10
Merge branch 'pb/pretty-email-without-domain-part'
Junio C Hamano
5
-62
/
+111
2019-11-10
Merge branch 'hw/remove-api-docs-placeholder'
Junio C Hamano
4
-40
/
+0
2019-11-10
Merge branch 'sg/commit-graph-usage-fix'
Junio C Hamano
1
-1
/
+0
2019-11-10
Merge branch 'dl/apply-3way-diff3'
Junio C Hamano
2
-27
/
+30
2019-11-10
Merge branch 'sg/dir-trie-fixes'
Junio C Hamano
3
-60
/
+74
2019-11-10
Merge branch 'jc/am-show-current-patch-docfix'
Junio C Hamano
1
-1
/
+1
2019-11-10
Merge branch 'wb/midx-progress'
Junio C Hamano
6
-27
/
+149
2019-11-10
Merge branch 'en/merge-recursive-directory-rename-fixes'
Junio C Hamano
4
-336
/
+582
2019-11-10
Merge branch 'js/rebase-deprecate-preserve-merges'
Junio C Hamano
1
-3
/
+4
2019-11-10
Merge branch 'hv/bitshift-constants-in-blame'
Junio C Hamano
1
-12
/
+12
2019-11-10
Merge branch 'dd/notes-copy-default-dst-to-head'
Junio C Hamano
3
-8
/
+46
2019-11-10
Merge branch 'pw/post-commit-from-sequencer'
Junio C Hamano
6
-265
/
+432
2019-11-10
Merge branch 'dl/format-patch-cover-from-desc'
Junio C Hamano
5
-34
/
+296
2019-11-10
Merge branch 'es/walken-tutorial'
Junio C Hamano
2
-0
/
+907
2019-11-10
Merge branch 'jt/fetch-pack-record-refs-in-the-dot-promisor'
Junio C Hamano
3
-4
/
+58
2019-11-10
convert: use skip_iprefix() in validate_encoding()
René Scharfe
1
-14
/
+8
2019-11-10
utf8: use skip_iprefix() in same_utf_encoding()
René Scharfe
1
-5
/
+4
2019-11-10
Fix spelling errors in no-longer-updated-from-upstream modules
Elijah Newren
11
-14
/
+14
2019-11-10
multimail: fix a few simple spelling errors
Elijah Newren
2
-5
/
+5
2019-11-10
sha1dc: fix trivial comment spelling error
Elijah Newren
1
-1
/
+1
2019-11-10
Fix spelling errors in test commands
Elijah Newren
7
-17
/
+17
2019-11-10
Fix spelling errors in messages shown to users
Elijah Newren
4
-4
/
+4
2019-11-10
Fix spelling errors in names of tests
Elijah Newren
12
-26
/
+26
2019-11-10
Fix spelling errors in comments of testcases
Elijah Newren
14
-18
/
+18
2019-11-10
Fix spelling errors in code comments
Elijah Newren
35
-52
/
+52
2019-11-10
userdiff: add Elixir to supported userdiff languages
Łukasz Niemier
13
-0
/
+78
2019-11-10
git-shortlog.txt: include commit limiting options
Pratyush Yadav
2
-1
/
+13
2019-11-08
fetch: remove fetch_if_missing=0
Jonathan Tan
3
-4
/
+74
2019-11-07
t0028: eliminate non-standard usage of printf
Doan Tran Cong Danh
1
-2
/
+2
2019-11-07
t: fix typo in test descriptions
Nathan Stocks
1
-2
/
+2
[prev]
[next]