summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-09mingw: activate allocaKirill Smelkov
2014-04-07combine-diff: speed it up, by using multiparent diff tree-walker directlyKirill Smelkov
2014-04-07tree-diff: rework diff_tree() to generate diffs for multiparent cases as wellKirill Smelkov
2014-03-27Portable alloca for GitKirill Smelkov
2014-03-27tree-diff: reuse base str(buf) memory on sub-tree recursionKirill Smelkov
2014-03-27tree-diff: no need to call "full" diff_tree_sha1 from show_path()Kirill Smelkov
2014-03-27tree-diff: rework diff_tree interface to be sha1 basedKirill Smelkov
2014-03-26tree-diff: diff_tree() should now be staticKirill Smelkov
2014-03-26tree-diff: remove special-case diff-emitting code for empty-tree casesKirill Smelkov
2014-03-20tree-diff: simplify tree_entry_pathcmpKirill Smelkov
2014-03-20tree-diff: show_path prototype is not needed anymoreKirill Smelkov
2014-03-20tree-diff: rename compare_tree_entry -> tree_entry_pathcmpKirill Smelkov
2014-03-20tree-diff: move all action-taking code out of compare_tree_entry()Kirill Smelkov
2014-03-20tree-diff: don't assume compare_tree_entry() returns -1,0,1Kirill Smelkov
2014-03-20tree-diff: consolidate code for emitting diffs and recursion in one placeKirill Smelkov
2014-03-04tree-diff: show_tree() is not neededKirill Smelkov
2014-02-24tree-diff: no need to pass match to skip_uninteresting()Kirill Smelkov
2014-02-24tree-diff: no need to manually verify that there is no mode change for a pathKirill Smelkov
2014-02-24combine-diff: move changed-paths scanning logic into its own functionKirill Smelkov
2014-02-24combine-diff: move show_log_first logic/action out of paths scanningKirill Smelkov
2014-02-24tests: add checking that combine-diff emits only correct pathsKirill Smelkov
2014-02-24combine-diff: simplify intersect_paths() furtherJunio C Hamano
2014-02-24combine-diff: combine_diff_path.len is not needed anymoreKirill Smelkov
2014-02-24combine-diff: optimize combine_diff_path sets intersectionKirill Smelkov
2014-02-24diff test: add tests for combine-diff with orderfileKirill Smelkov
2014-02-24diffcore-order: export generic ordering interfaceKirill Smelkov
2014-02-24tree-walk: finally switch over tree descriptors to contain a pre-parsed entryKirill Smelkov
2014-02-05revision: convert to using diff_tree_sha1()Kirill Smelkov
2014-02-05line-log: convert to using diff_tree_sha1()Kirill Smelkov
2014-02-05tree-diff: convert diff_root_tree_sha1() to just call diff_tree_sha1 with old...Kirill Smelkov
2014-02-05tree-diff: allow diff_tree_sha1 to accept NULL sha1Kirill Smelkov
2014-01-31Git 1.9-rc2v1.9-rc2Junio C Hamano
2014-01-31Merge git://github.com/git-l10n/git-poJunio C Hamano
2014-01-31Merge branch 'jn/pager-lv-default-env'Junio C Hamano
2014-01-31pager test: make fake pager consume all its inputJonathan Nieder
2014-01-29l10n: Bulgarian translation of git (222t21f1967u)Alexander Shopov
2014-01-28po/TEAMS: Added Bulgarian teamAlexander Shopov
2014-01-27Git 1.9-rc1v1.9-rc1Junio C Hamano
2014-01-27Merge branch 'as/tree-walk-fix-aggressive-short-cut'Junio C Hamano
2014-01-27Merge branch 'ta/doc-http-protocol-in-html'Junio C Hamano
2014-01-27Merge branch 'mh/doc-wo-names'Junio C Hamano
2014-01-27Merge branch 'jk/revision-o-is-in-libgit-a'Junio C Hamano
2014-01-27Merge branch 'sb/repack-in-c'Junio C Hamano
2014-01-27Merge branch 'jk/test-fixes'Junio C Hamano
2014-01-27Merge branch 'nd/negative-pathspec'Junio C Hamano
2014-01-27Merge branch 'pw/git-p4'Junio C Hamano
2014-01-27Merge branch 'ss/safe-create-leading-dir-with-slash'Junio C Hamano
2014-01-27Merge branch 'mh/safe-create-leading-directories'Junio C Hamano
2014-01-27Merge branch 'tr/nth-previous-is-a-commit'Junio C Hamano
2014-01-27Merge branch 'tr/gitk-doc-range-trace'Junio C Hamano