summaryrefslogtreecommitdiff
path: root/rev-tree.c
Commit message (Expand)AuthorAgeFilesLines
* git-rev-tree: teach it about tag referencesLinus Torvalds2005-05-241-24/+25
* sparse cleanupLinus Torvalds2005-05-201-1/+1
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-191-2/+2
* rev-tree now handles commit problems betterPetr Baudis2005-05-111-3/+3
* Add "get_sha1()" helper function.Linus Torvalds2005-05-011-1/+1
* rev-tree.c: don't include unnecessary header filesLinus Torvalds2005-04-301-5/+0
* Fix NSEC compile problem, and properly parse the rev-tree cmd line.Linus Torvalds2005-04-211-2/+1
* Don't parse commit objects more than once.Linus Torvalds2005-04-191-0/+4
* [PATCH] Port rev-tree to parsing functionsDaniel Barkalow2005-04-181-46/+36
* Make "rev-tree.c" use the new-and-improved "mark_reachable()"Linus Torvalds2005-04-171-16/+1
* Move "parse_commit()" into common revision.h file.Linus Torvalds2005-04-171-79/+0
* [PATCH] Simplify date handling and make it more reliableDavid Woodhouse2005-04-151-2/+10
* Use common "revision.h" header for both fsck and rev-tree.Linus Torvalds2005-04-131-92/+6
* [PATCH] Consolidate the error handlingPetr Baudis2005-04-131-1/+1
* [PATCH] Fix a crash when doing rev-treePetr Baudis2005-04-121-6/+6
* Make "rev-tree" able to read its own output again from the cache.Linus Torvalds2005-04-121-7/+74
* [PATCH] rev-tree support for "in X but not in Y".David Woodhouse2005-04-121-0/+8
* Make the rev-tree output more regular. This is the lastLinus Torvalds2005-04-111-2/+2
* Make "rev-tree" capable of showing the difference in reachability between twoLinus Torvalds2005-04-111-13/+99
* Make "rev-tree" more efficient and more useful.Linus Torvalds2005-04-111-44/+68
* Add a "rev-tree" helper, which calculates the revisionLinus Torvalds2005-04-111-0/+138