summaryrefslogtreecommitdiff
path: root/rev-tree.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-20sparse cleanupLibravatar Linus Torvalds1-1/+1
2005-05-19[PATCH] cleanup of in-code namesLibravatar Alexey Nezhdanov1-2/+2
2005-05-11rev-tree now handles commit problems betterLibravatar Petr Baudis1-3/+3
2005-05-01Add "get_sha1()" helper function.Libravatar Linus Torvalds1-1/+1
2005-04-30rev-tree.c: don't include unnecessary header filesLibravatar Linus Torvalds1-5/+0
2005-04-21Fix NSEC compile problem, and properly parse the rev-tree cmd line.Libravatar Linus Torvalds1-2/+1
2005-04-19Don't parse commit objects more than once.Libravatar Linus Torvalds1-0/+4
2005-04-18[PATCH] Port rev-tree to parsing functionsLibravatar Daniel Barkalow1-46/+36
2005-04-17Make "rev-tree.c" use the new-and-improved "mark_reachable()"Libravatar Linus Torvalds1-16/+1
2005-04-17Move "parse_commit()" into common revision.h file.Libravatar Linus Torvalds1-79/+0
2005-04-15[PATCH] Simplify date handling and make it more reliableLibravatar David Woodhouse1-2/+10
2005-04-13Use common "revision.h" header for both fsck and rev-tree.Libravatar Linus Torvalds1-92/+6
2005-04-13[PATCH] Consolidate the error handlingLibravatar Petr Baudis1-1/+1
2005-04-12[PATCH] Fix a crash when doing rev-treeLibravatar Petr Baudis1-6/+6
2005-04-12Make "rev-tree" able to read its own output again from the cache.Libravatar Linus Torvalds1-7/+74
2005-04-12[PATCH] rev-tree support for "in X but not in Y".Libravatar David Woodhouse1-0/+8
2005-04-11Make the rev-tree output more regular. This is the lastLibravatar Linus Torvalds1-2/+2
2005-04-11Make "rev-tree" capable of showing the difference in reachability between twoLibravatar Linus Torvalds1-13/+99
2005-04-11Make "rev-tree" more efficient and more useful.Libravatar Linus Torvalds1-44/+68
2005-04-11Add a "rev-tree" helper, which calculates the revisionLibravatar Linus Torvalds1-0/+138