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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
"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

Closed by  Allan McRae (Allan)
Monday, 08 February 2010, 22:41 GMT
Reason for closing:  Not a bug
Comment by Gerardo Exequiel Pozzi (djgera) - Monday, 08 February 2010, 20:13 GMT Comment by Kyle Keen (keenerd) - Monday, 08 February 2010, 20:56 GMT
My apologies. I had first contacted upstream, and they did not mention it was a future thing. No complaints if this is closed.

Loading...