Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#18240 - [git] git commit --date
Attached to Project:
Arch Linux
Opened by Kyle Keen (keenerd) - Monday, 08 February 2010, 19:44 GMT
Last edited by Allan McRae (Allan) - Monday, 08 February 2010, 22:41 GMT
Opened by Kyle Keen (keenerd) - Monday, 08 February 2010, 19:44 GMT
Last edited by Allan McRae (Allan) - Monday, 08 February 2010, 22:41 GMT
|
DetailsDescription:
"git commit --date" is completely missing. It does not appear in "man git commit". Trying to use --date produces the following error message: error: unknown option `date=......' See http://www.kernel.org/pub/software/scm/git/docs/git-commit.html for the complete man page. Additional info: git 1.6.6.1-1 Steps to reproduce: > man git commit /date Search failed: date > mkdir example > cd example > git init > echo 'just a test' > test > git add test > git commit --date="Mon, 08 Feb 2010 12:00:00 +0000" -m "Won't do this." error: unknown option `date=Mon, 08 Feb 2010 12:00:00 +0000' |
This task depends upon
http://repo.or.cz/w/git.git/blob/HEAD:/Documentation/RelNotes-1.7.0.txt