1
0
mirror of https://github.com/git/git.git synced 2025-03-26 12:55:41 +00:00
Michael J Gruber 1df2d656cc rev-list/log: factor out revision mark generation
Currently, we have identical code for generating revision marks ('<',
'>', '-') in 5 places.

Factor out the code to a single function get_revision_mark() for easier
maintenance and extensibility.

Note that the check for !!revs in graph.c (which gets removed
effectively by this patch) is superfluous.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-03-09 13:50:54 -08:00
..
2010-12-12 21:49:53 -08:00
2010-11-24 15:55:19 -08:00
2010-11-24 15:55:19 -08:00
2011-01-12 21:26:51 -08:00
2010-12-12 21:49:50 -08:00
2010-12-10 12:58:06 -08:00
2010-12-12 21:49:52 -08:00
2010-11-24 15:55:19 -08:00
2010-11-15 10:04:43 -08:00
2010-12-08 11:24:12 -08:00
2010-11-24 15:55:19 -08:00
2010-11-17 15:01:00 -08:00
2010-12-08 11:24:13 -08:00
2010-11-15 10:04:43 -08:00