[PATCH 6/10] Remove the catch all rule

From: Jonas Fonseca <fonseca@diku.dk>
Date: 2005-06-05 00:41:31
All commit header entries are already be handled so no need for a default
case pattern.

Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
---

 cg-log |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/cg-log b/cg-log
--- a/cg-log
+++ b/cg-log
@@ -219,11 +219,7 @@ $revls | $revsort | while read time comm
 					s/./    &/
 				'
 				;;
-			*)
-				echo $colheader$key $rest $coldefault
-				;;
 			esac
-
 		done
 	echo
 done | pager
-- 
Jonas Fonseca
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Sun Jun 05 00:41:38 2005

This archive was generated by hypermail 2.1.8 : 2005-06-05 00:41:40 EST