summaryrefslogtreecommitdiff
path: root/epoch.c
AgeCommit message (Expand)Author
2005-07-07[PATCH] Tidy up - remove use of (*f)() idiom from epoch.cJon Seymour
2005-07-06[PATCH] Fixes a problem with --merge-order A B (A is linear descendent of a m...Jon Seymour
2005-07-06Remove insane overlapping bit ranges from epoch.cLinus Torvalds
2005-07-06Make "insert_by_date()" match "commit_list_insert()"Linus Torvalds
2005-07-03Fix sparse warnings.Linus Torvalds
2005-06-30[PATCH] Fix for git-rev-list --merge-order B ^A (A,B share common base) [rev 2]Jon Seymour
2005-06-29Remove bogus dup commit warning with --merge-orderLinus Torvalds
2005-06-23[PATCH] Fix to how --merge-order handles multiple rootsJon Seymour
2005-06-23[PATCH] Fix --merge-order unit test breaks introduced by 6c88be169881c9223532...Jon Seymour
2005-06-20[PATCH] Prevent git-rev-list --merge-order producing duplicates in the outputJon Seymour
2005-06-20[PATCH] Relaxes error checking in epoch.c to allow duplicate parentsJon Seymour
2005-06-20[PATCH] Fixes problem with --merge-order head ^headJon Seymour
2005-06-20[PATCH] Tweaked --merge-order --show-breaks output in case specified head has...Jon Seymour
2005-06-08[PATCH] Tidy up some rev-list-related stuffPetr Baudis
2005-06-08[PATCH] three --merge-order bug fixesJon Seymour
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org