summaryrefslogtreecommitdiffstats
path: root/progress.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-20tree-diff: rename compare_tree_entry -> tree_entry_pathcmpKirill Smelkov1-6/+9
2014-03-20tree-diff: move all action-taking code out of compare_tree_entry()Kirill Smelkov1-16/+12
2014-03-20tree-diff: don't assume compare_tree_entry() returns -1,0,1Kirill Smelkov1-8/+14
2014-03-20tree-diff: consolidate code for emitting diffs and recursion in one placeKirill Smelkov1-30/+82
2014-03-04tree-diff: show_tree() is not neededKirill Smelkov1-32/+3
2014-02-24tree-diff: no need to pass match to skip_uninteresting()Kirill Smelkov1-9/+8
2014-02-24tree-diff: no need to manually verify that there is no mode change for a pathKirill Smelkov1-10/+5
2014-02-24combine-diff: move changed-paths scanning logic into its own functionKirill Smelkov1-27/+53
2014-02-24combine-diff: move show_log_first logic/action out of paths scanningKirill Smelkov1-10/+14