]> git.ipfire.org Git - thirdparty/git.git/commit - builtin-commit.c
builtin-commit: add --date option
authorMiklos Vajna <vmiklos@frugalware.org>
Wed, 2 Dec 2009 22:16:18 +0000 (23:16 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Dec 2009 20:41:22 +0000 (12:41 -0800)
commit02b47cd77e4af40da95a74c90846965a2ea6999b
tree9315896131b35d27c968dc366d75fbf2235662f7
parentb809d9cd0787e68f442c6795ec76580bb37d1a00
builtin-commit: add --date option

This is like --author: allow a user to specify a given date without
using the GIT_AUTHOR_DATE environment variable.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit.txt
builtin-commit.c
t/t7501-commit.sh