Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |