diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | sh/eci.sh | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ + 17 Jan 2006 14:45:22; JACQUIN Bertrand Ext ROSI/DPS <bjacquin.ext@francetelecom.com> + from cvhj8266 @ FT-DYOQYGD9HQ8B + * A bit more to droite + + Files Changes: + @ sh/eci.sh + 17 Jan 2006 14:43:39; JACQUIN Bertrand Ext ROSI/DPS <bjacquin.ext@francetelecom.com> from cvhj8266 @ FT-DYOQYGD9HQ8B * Get a more beutiful ChangeLog @@ -50,7 +50,7 @@ DELCOMMENTFROM=$(grep -n -- '--This line and thoses under will be ignored--' ${T head -n $(($DELCOMMENTFROM-1)) ${TMPFILE} > ${TMPFILE}.send echo -e " $(date "+%d %b %Y %X");\t${GIT_AUTHOR_NAME} <${GIT_AUTHOR_EMAIL}> -\t\tfrom $(whoami) @ $(if [ `uname -o` = "Cygwin" ]; then hostname; else hostname -f; fi) +\t\t\tfrom $(whoami) @ $(if [ `uname -o` = "Cygwin" ]; then hostname; else hostname -f; fi) $(cat ${TMPFILE}.send | sed -r 's/(.*)/\t* \1/g') \tFiles Changes: |