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
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-30
Merge branch 'ma/lockfile-cleanup'
Junio C Hamano
2
-11
/
+7
2018-05-30
Merge branch 'sg/t6500-no-redirect-of-stdin'
Junio C Hamano
1
-2
/
+0
2018-05-30
Merge branch 'bp/merge-rename-config'
Junio C Hamano
1
-0
/
+18
2018-05-30
Merge branch 'js/sequencer-and-root-commits'
Junio C Hamano
3
-9
/
+88
2018-05-29
Sync with Git 2.17.1
Junio C Hamano
4
-0
/
+272
2018-05-23
Merge branch 'em/status-rename-config'
Junio C Hamano
1
-0
/
+12
2018-05-23
Merge branch 'cc/perf-bisect'
Junio C Hamano
1
-0
/
+6
2018-05-23
Merge branch 'bp/test-drop-caches'
Junio C Hamano
1
-12
/
+4
2018-05-23
Merge branch 'bc/format-patch-cover-no-attach'
Junio C Hamano
1
-0
/
+9
2018-05-23
Merge branch 'tb/test-apfs-utf8-normalization'
Junio C Hamano
1
-6
/
+1
2018-05-23
Merge branch 'js/rebase-recreate-merge'
Junio C Hamano
2
-0
/
+245
2018-05-23
Merge branch 'nd/pack-objects-pack-struct'
Junio C Hamano
2
-0
/
+27
2018-05-23
Merge branch 'en/rename-directory-detection-reboot'
Junio C Hamano
5
-6
/
+4764
2018-05-23
Merge branch 'js/rebase-i-clean-msg-after-fixup-continue'
Junio C Hamano
1
-0
/
+49
2018-05-23
Merge branch 'tg/worktree-add-existing-branch'
Junio C Hamano
1
-7
/
+19
2018-05-23
Merge branch 'js/deprecate-grafts'
Junio C Hamano
2
-0
/
+37
2018-05-23
Merge branch 'js/test-unset-prereq'
Junio C Hamano
1
-1
/
+13
2018-05-23
Merge branch 'cc/perf-aggregate-unknown-option'
Junio C Hamano
1
-36
/
+26
2018-05-23
Merge branch 'en/git-debugger'
Junio C Hamano
1
-4
/
+20
2018-05-23
Merge branch 'bw/server-options'
Junio C Hamano
2
-0
/
+53
2018-05-23
Merge branch 'nd/repack-keep-pack'
Junio C Hamano
2
-1
/
+58
2018-05-23
Merge branch 'nd/term-columns'
Junio C Hamano
1
-1
/
+1
2018-05-23
Merge branch 'sg/t7005-spaces-in-filenames-cleanup'
Junio C Hamano
1
-9
/
+3
2018-05-23
Merge branch 'sg/t5516-fixes'
Junio C Hamano
1
-5
/
+5
2018-05-23
Merge branch 'sg/t5310-jgit-bitmap-test'
Junio C Hamano
1
-4
/
+4
2018-05-23
Merge branch 'hn/sort-ls-remote'
Junio C Hamano
1
-1
/
+1
2018-05-21
fsck: complain when .gitmodules is a symlink
Jeff King
1
-0
/
+29
2018-05-21
index-pack: check .gitmodules files with --strict
Jeff King
2
-0
/
+50
2018-05-21
unpack-objects: call fsck_finish() after fscking objects
Jeff King
1
-0
/
+7
2018-05-21
fsck: call fsck_finish() after fscking objects
Jeff King
1
-0
/
+4
2018-05-21
Merge branch 'jk/submodule-name-verify-fix' into jk/submodule-name-verify-fsck
Jeff King
3
-0
/
+182
2018-05-21
is_{hfs,ntfs}_dotgitmodules: add tests
Johannes Schindelin
2
-0
/
+106
2018-05-21
submodule-config: verify submodule names as paths
Jeff King
1
-0
/
+76
2018-05-15
t7005-editor: get rid of the SPACES_IN_FILENAMES prereq
SZEDER Gábor
1
-9
/
+3
2018-05-14
t5512: run git fetch inside test
René Scharfe
1
-1
/
+1
2018-05-13
column: fix off-by-one default width
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-05-11
t5516-fetch-push: fix broken &&-chain
SZEDER Gábor
1
-1
/
+1
2018-05-11
t5516-fetch-push: fix 'push with dry-run' test
SZEDER Gábor
1
-4
/
+4
2018-05-11
t5310-pack-bitmaps: make JGit tests work with GIT_TEST_SPLIT_INDEX
SZEDER Gábor
1
-4
/
+4
2018-05-10
lock_file: move static locks into functions
Martin Ågren
1
-2
/
+2
2018-05-10
t/helper/test-write-cache: clean up lock-handling
Martin Ågren
1
-9
/
+5
2018-05-09
t6050-replace: don't disable stdin for the whole test script
SZEDER Gábor
1
-2
/
+0
2018-05-08
merge: add merge.renames config setting
Ben Peart
1
-0
/
+18
2018-05-08
merge-recursive: fix check for skipability of working tree updates
Elijah Newren
3
-7
/
+7
2018-05-08
t6046: testcases checking whether updates can be skipped in a merge
Elijah Newren
1
-0
/
+761
2018-05-08
merge-recursive: avoid triggering add_cacheinfo error with dirty mod
Elijah Newren
1
-1
/
+1
2018-05-08
merge-recursive: improve add_cacheinfo error handling
Elijah Newren
1
-4
/
+3
2018-05-08
merge-recursive: avoid spurious rename/rename conflict from dir renames
Elijah Newren
1
-30
/
+25
2018-05-08
directory rename detection: new testcases showcasing a pair of bugs
Elijah Newren
1
-0
/
+296
2018-05-08
merge-recursive: fix remaining directory rename + dirty overwrite cases
Elijah Newren
1
-4
/
+4
[next]