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