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
2018-05-08
merge-recursive: apply necessary modifications for directory renames
Elijah Newren
2
-26
/
+211
2018-05-08
merge-recursive: when comparing files, don't include trees
Elijah Newren
1
-6
/
+21
2018-05-08
merge-recursive: check for file level conflicts then get new name
Elijah Newren
4
-9
/
+199
2018-05-08
merge-recursive: add computation of collisions due to dir rename & merging
Elijah Newren
2
-3
/
+150
2018-05-08
merge-recursive: check for directory level conflicts
Elijah Newren
1
-0
/
+119
2018-05-08
merge-recursive: add get_directory_renames()
Elijah Newren
2
-3
/
+239
2018-04-20
merge-recursive: make a helper function for cleanup for handle_renames
Elijah Newren
1
-10
/
+13
2018-04-20
merge-recursive: split out code for determining diff_filepairs
Elijah Newren
1
-22
/
+62
2018-04-20
merge-recursive: make !o->detect_rename codepath more obvious
Elijah Newren
1
-2
/
+9
2018-04-20
merge-recursive: fix leaks of allocated renames and diff_filepairs
Elijah Newren
1
-5
/
+15
2018-04-20
merge-recursive: introduce new functions to handle rename logic
Elijah Newren
1
-10
/
+33
2018-04-20
merge-recursive: move the get_renames() function
Elijah Newren
1
-69
/
+70
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
5
-12
/
+57
2018-04-11
Revert "Merge branch 'en/rename-directory-detection'"
Junio C Hamano
9
-5197
/
+115
2018-04-11
The third batch for 2.18
Junio C Hamano
1
-0
/
+30
2018-04-11
Merge branch 'eb/cred-helper-ignore-sigpipe'
Junio C Hamano
1
-0
/
+3
2018-04-11
Merge branch 'lv/tls-1.3'
Junio C Hamano
2
-0
/
+4
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
2
-2
/
+21
2018-04-11
Merge branch 'nd/combined-test-helper'
Junio C Hamano
121
-542
/
+684
2018-04-11
Merge branch 'sb/packfiles-in-repository'
Junio C Hamano
17
-67
/
+58
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
39
-233
/
+393
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 'ab/doc-hash-brokenness'
Junio C Hamano
1
-8
/
+32
2018-04-11
Merge branch 'bc/hash-independent-tests'
Junio C Hamano
9
-82
/
+100
2018-04-11
Merge branch 'ab/drop-contrib-examples'
Junio C Hamano
27
-8137
/
+20
2018-04-10
The second batch for 2.18
Junio C Hamano
1
-0
/
+25
2018-04-10
Merge branch 'ys/bisect-object-id-missing-conversion-fix'
Junio C Hamano
1
-2
/
+2
2018-04-10
Merge branch 'yk/filter-branch-non-committish-refs'
Junio C Hamano
2
-2
/
+26
2018-04-10
Merge branch 'nd/trace-with-env'
Junio C Hamano
1
-1
/
+1
2018-04-10
Merge branch 'nd/parseopt-completion-more'
Junio C Hamano
3
-76
/
+127
2018-04-10
Merge branch 'ds/bsearch-hash'
Junio C Hamano
3
-57
/
+42
2018-04-10
Merge branch 'ws/rebase-p'
Junio C Hamano
4
-214
/
+216
2018-04-10
Merge branch 'jk/diff-highlight-graph-fix'
Junio C Hamano
2
-37
/
+129
2018-04-10
Merge branch 'nd/remove-ignore-env-field'
Junio C Hamano
7
-65
/
+101
2018-04-10
Merge branch 'ps/contains-id-error-message'
Junio C Hamano
8
-14
/
+125
2018-04-10
The first batch for 2.18 cycle
Junio C Hamano
3
-2
/
+69
2018-04-10
Merge branch 'tg/stash-untracked-with-pathspec-fix'
Junio C Hamano
2
-6
/
+60
[next]