Am 11/5/2010 9:29, schrieb chen_wang@xxxxxxxxxxxxxxxxx: > > For the command: git log 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2.. -M --date=short --pretty=format:"Author: %aN <%ae>; Date: %ad" --shortstat --dirstat --no-merges > > I run it on shell by manual can create correct format of output, such as: > ------------------------------------------------- > Author: Amit Shah <amit.shah@xxxxxxxxxx>; Date: 2010-10-20 > 1 files changed, 14 insertions(+), 3 deletions(-) > 100.0% drivers/char/ > ------------------------------------------------- > > But when I put that command on cron job, even I run â. /etc/profileâ and â. ~/.bash_profileâ first, I canât get correct format of output. > ------------------------------------------------- > Author: %aN <amit.shah@xxxxxxxxxx>; Date: Wed Oct 20 13:45:43 2010 +1030 > 100.0% drivers/char/ > 1 files changed, 14 insertions(+), 3 deletions(-) > ------------------------------------------------- % has a special meaning in a crontab. See man 5 crontab. -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html