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
2014-04-07
combine-diff: speed it up, by using multiparent diff tree-walker directly
Kirill Smelkov
2
-5
/
+84
2014-04-07
tree-diff: rework diff_tree() to generate diffs for multiparent cases as well
Kirill Smelkov
4
-64
/
+465
2014-03-27
Portable alloca for Git
Kirill Smelkov
4
-2
/
+30
2014-03-27
tree-diff: reuse base str(buf) memory on sub-tree recursion
Kirill Smelkov
1
-19
/
+19
2014-03-27
tree-diff: no need to call "full" diff_tree_sha1 from show_path()
Kirill Smelkov
1
-2
/
+6
2014-03-27
tree-diff: rework diff_tree interface to be sha1 based
Kirill Smelkov
1
-32
/
+28
2014-03-26
tree-diff: diff_tree() should now be static
Kirill Smelkov
2
-4
/
+2
2014-03-26
tree-diff: remove special-case diff-emitting code for empty-tree cases
Kirill Smelkov
1
-12
/
+14
2014-03-20
tree-diff: simplify tree_entry_pathcmp
Kirill Smelkov
1
-11
/
+6
2014-03-20
tree-diff: show_path prototype is not needed anymore
Kirill Smelkov
1
-3
/
+0
2014-03-20
tree-diff: rename compare_tree_entry -> tree_entry_pathcmp
Kirill Smelkov
1
-6
/
+9
2014-03-20
tree-diff: move all action-taking code out of compare_tree_entry()
Kirill Smelkov
1
-16
/
+12
2014-03-20
tree-diff: don't assume compare_tree_entry() returns -1,0,1
Kirill Smelkov
1
-8
/
+14
2014-03-20
tree-diff: consolidate code for emitting diffs and recursion in one place
Kirill Smelkov
1
-30
/
+82
2014-03-04
tree-diff: show_tree() is not needed
Kirill Smelkov
1
-32
/
+3
2014-02-24
tree-diff: no need to pass match to skip_uninteresting()
Kirill Smelkov
1
-9
/
+8
2014-02-24
tree-diff: no need to manually verify that there is no mode change for a path
Kirill Smelkov
1
-10
/
+5
2014-02-24
combine-diff: move changed-paths scanning logic into its own function
Kirill Smelkov
1
-27
/
+53
2014-02-24
combine-diff: move show_log_first logic/action out of paths scanning
Kirill Smelkov
1
-10
/
+14
2014-02-24
tests: add checking that combine-diff emits only correct paths
Kirill Smelkov
1
-0
/
+106
2014-02-24
combine-diff: simplify intersect_paths() further
Junio C Hamano
1
-22
/
+12
2014-02-24
combine-diff: combine_diff_path.len is not needed anymore
Kirill Smelkov
3
-24
/
+9
2014-02-24
combine-diff: optimize combine_diff_path sets intersection
Kirill Smelkov
1
-21
/
+73
2014-02-24
diff test: add tests for combine-diff with orderfile
Kirill Smelkov
1
-0
/
+21
2014-02-24
diffcore-order: export generic ordering interface
Kirill Smelkov
2
-19
/
+46
2014-02-24
tree-walk: finally switch over tree descriptors to contain a pre-parsed entry
Kirill Smelkov
2
-2
/
+2
2014-02-05
revision: convert to using diff_tree_sha1()
Kirill Smelkov
1
-11
/
+1
2014-02-05
line-log: convert to using diff_tree_sha1()
Kirill Smelkov
1
-24
/
+2
2014-02-05
tree-diff: convert diff_root_tree_sha1() to just call diff_tree_sha1 with old...
Kirill Smelkov
1
-14
/
+1
2014-02-05
tree-diff: allow diff_tree_sha1 to accept NULL sha1
Kirill Smelkov
1
-8
/
+4
2014-01-31
Git 1.9-rc2
Junio C Hamano
1
-1
/
+1
2014-01-31
Merge git://github.com/git-l10n/git-po
Junio C Hamano
9
-11470
/
+15408
2014-01-31
Merge branch 'jn/pager-lv-default-env'
Junio C Hamano
1
-1
/
+1
2014-01-31
pager test: make fake pager consume all its input
Jonathan Nieder
1
-1
/
+1
2014-01-29
l10n: Bulgarian translation of git (222t21f1967u)
Alexander Shopov
1
-0
/
+10404
2014-01-28
po/TEAMS: Added Bulgarian team
Alexander Shopov
1
-0
/
+4
2014-01-27
Git 1.9-rc1
Junio C Hamano
2
-1
/
+47
2014-01-27
Merge branch 'as/tree-walk-fix-aggressive-short-cut'
Junio C Hamano
2
-1
/
+14
2014-01-27
Merge branch 'ta/doc-http-protocol-in-html'
Junio C Hamano
2
-114
/
+121
2014-01-27
Merge branch 'mh/doc-wo-names'
Junio C Hamano
6
-40
/
+0
2014-01-27
Merge branch 'jk/revision-o-is-in-libgit-a'
Junio C Hamano
1
-2
/
+2
2014-01-27
Merge branch 'sb/repack-in-c'
Junio C Hamano
1
-12
/
+12
2014-01-27
Merge branch 'jk/test-fixes'
Junio C Hamano
2
-1
/
+2
2014-01-27
Merge branch 'nd/negative-pathspec'
Junio C Hamano
2
-1
/
+18
2014-01-27
Merge branch 'pw/git-p4'
Junio C Hamano
10
-44
/
+342
2014-01-27
Merge branch 'ss/safe-create-leading-dir-with-slash'
Junio C Hamano
1
-4
/
+8
2014-01-27
Merge branch 'mh/safe-create-leading-directories'
Junio C Hamano
6
-67
/
+155
2014-01-27
Merge branch 'tr/nth-previous-is-a-commit'
Junio C Hamano
2
-3
/
+3
2014-01-27
Merge branch 'tr/gitk-doc-range-trace'
Junio C Hamano
1
-0
/
+16
2014-01-27
Merge branch 'jk/mark-edges-uninteresting'
Junio C Hamano
2
-9
/
+23
[next]