aboutsummaryrefslogtreecommitdiffstats
path: root/epoch.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-06[PATCH] Tidy up - remove use of (*f)() idiom from epoch.cJon Seymour1-3/+3
2005-07-06[PATCH] Fixes a problem with --merge-order A B (A is linear descendent of a m...Jon Seymour1-1/+1
2005-07-06Remove insane overlapping bit ranges from epoch.cLinus Torvalds1-8/+2
2005-07-06Make "insert_by_date()" match "commit_list_insert()"Linus Torvalds1-2/+2
2005-07-03Fix sparse warnings.Linus Torvalds1-4/+4
2005-06-29[PATCH] Fix for git-rev-list --merge-order B ^A (A,B share common base) [rev 2]Jon Seymour1-5/+3
2005-06-29Remove bogus dup commit warning with --merge-orderLinus Torvalds1-4/+1
2005-06-22[PATCH] Fix to how --merge-order handles multiple rootsJon Seymour1-4/+7
2005-06-22[PATCH] Fix --merge-order unit test breaks introduced by 6c88be169881c9223532...Jon Seymour1-12/+3
2005-06-19[PATCH] Prevent git-rev-list --merge-order producing duplicates in the outputJon Seymour1-14/+21
2005-06-19[PATCH] Relaxes error checking in epoch.c to allow duplicate parentsJon Seymour1-10/+6
2005-06-19[PATCH] Fixes problem with --merge-order head ^headJon Seymour1-1/+3
2005-06-19[PATCH] Tweaked --merge-order --show-breaks output in case specified head has...Jon Seymour1-0/+2
2005-06-08[PATCH] Tidy up some rev-list-related stuffPetr Baudis1-236/+193
2005-06-08[PATCH] three --merge-order bug fixesJon Seymour1-3/+2
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org1-0/+693