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-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
2018-05-08
merge-recursive: fix overwriting dirty files involved in renames
Elijah Newren
3
-3
/
+3
2018-05-08
merge-recursive: avoid clobbering untracked files with directory renames
Elijah Newren
1
-3
/
+3
2018-05-08
merge-recursive: apply necessary modifications for directory renames
Elijah Newren
1
-25
/
+25
2018-05-08
merge-recursive: check for file level conflicts then get new name
Elijah Newren
1
-1
/
+1
2018-04-20
directory rename detection: tests for handling overwriting dirty files
Elijah Newren
1
-0
/
+458
2018-04-20
directory rename detection: tests for handling overwriting untracked files
Elijah Newren
1
-0
/
+367
2018-04-20
directory rename detection: miscellaneous testcases to complete coverage
Elijah Newren
1
-1
/
+564
2018-04-20
directory rename detection: testcases exploring possibly suboptimal merges
Elijah Newren
1
-0
/
+404
2018-04-20
directory rename detection: more involved edge/corner testcases
Elijah Newren
1
-0
/
+396
2018-04-20
directory rename detection: testcases checking which side did the rename
Elijah Newren
1
-0
/
+336
2018-04-20
directory rename detection: files/directories in the way of some renames
Elijah Newren
1
-0
/
+330
2018-04-20
directory rename detection: partially renamed directory testcase/discussion
Elijah Newren
1
-0
/
+115
2018-04-20
directory rename detection: testcases to avoid taking detection too far
Elijah Newren
1
-0
/
+153
2018-04-20
directory rename detection: directory splitting testcases
Elijah Newren
1
-0
/
+143
2018-04-20
directory rename detection: basic testcases
Elijah Newren
1
-0
/
+442
2018-04-12
Merge branch 'svn/authors-prog-2' of git://bogomips.org/git-svn
Junio C Hamano
2
-1
/
+39
2018-04-11
Revert "Merge branch 'en/rename-directory-detection'"
Junio C Hamano
3
-4000
/
+2
2018-04-11
Merge branch 'pk/test-avoid-pipe-hiding-exit-status'
Junio C Hamano
15
-159
/
+179
2018-04-11
Merge branch 'rs/status-with-removed-submodule'
Junio C Hamano
1
-0
/
+15
2018-04-11
Merge branch 'nd/combined-test-helper'
Junio C Hamano
119
-504
/
+641
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
1
-0
/
+1
2018-04-11
Merge branch 'jc/test-must-be-empty'
Junio C Hamano
1
-5
/
+2
2018-04-11
Merge branch 'cc/perf-aggregate-sort'
Junio C Hamano
1
-5
/
+65
2018-04-11
Merge branch 'bc/hash-independent-tests'
Junio C Hamano
9
-82
/
+100
2018-04-10
Merge branch 'yk/filter-branch-non-committish-refs'
Junio C Hamano
1
-0
/
+14
2018-04-10
Merge branch 'nd/parseopt-completion-more'
Junio C Hamano
1
-0
/
+6
2018-04-10
Merge branch 'ps/contains-id-error-message'
Junio C Hamano
3
-5
/
+110
2018-04-10
Merge branch 'tg/stash-untracked-with-pathspec-fix'
Junio C Hamano
1
-0
/
+52
2018-04-10
Merge branch 'nd/worktree-prune'
Junio C Hamano
1
-4
/
+3
2018-04-10
Merge branch 'ma/shortlog-revparse'
Junio C Hamano
1
-0
/
+5
2018-04-10
Merge branch 'en/rename-directory-detection'
Junio C Hamano
3
-2
/
+4000
2018-04-05
git-svn: allow empty email-address using authors-prog and authors-file
Andreas Heiduk
2
-1
/
+39
2018-03-28
submodule: check for NULL return of get_submodule_ref_store()
René Scharfe
1
-0
/
+15
2018-03-28
Merge branch 'nd/parseopt-completion'
Junio C Hamano
1
-0
/
+31
2018-03-28
test: avoid pipes in git related commands for test
Pratik Karki
15
-159
/
+179
2018-03-27
test_must_be_empty: simplify file existence check
SZEDER Gábor
1
-5
/
+2
2018-03-27
perf/aggregate: add --sort-by=regression option
Christian Couder
1
-1
/
+58
2018-03-27
perf/aggregate: add display_dir()
Christian Couder
1
-4
/
+7
2018-03-27
t/helper: merge test-write-cache into test-tool
Nguyễn Thái Ngọc Duy
4
-2
/
+5
2018-03-27
t/helper: merge test-wildmatch into test-tool
Nguyễn Thái Ngọc Duy
4
-8
/
+11
2018-03-27
t/helper: merge test-urlmatch-normalization into test-tool
Nguyễn Thái Ngọc Duy
4
-135
/
+138
2018-03-27
t/helper: merge test-subprocess into test-tool
Nguyễn Thái Ngọc Duy
4
-2
/
+5
2018-03-27
t/helper: merge test-submodule-config into test-tool
Nguyễn Thái Ngọc Duy
4
-10
/
+13
2018-03-27
t/helper: merge test-string-list into test-tool
Nguyễn Thái Ngọc Duy
5
-26
/
+29
2018-03-27
t/helper: merge test-strcmp-offset into test-tool
Nguyễn Thái Ngọc Duy
4
-2
/
+5
[next]