]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rebase.c
builtin rebase: support `ignore-date` option
authorPratik Karki <predatoramigo@gmail.com>
Tue, 4 Sep 2018 21:59:56 +0000 (14:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Sep 2018 18:56:20 +0000 (11:56 -0700)
commit53f9e5be94e64e10114e521dd2389495baaeb00d
treed88ea9286276ad2d5b879a067a2d54a0a2f32fe9
parent99d8cc7ce8e5175f15050e0a28d896bd6475bf5f
builtin rebase: support `ignore-date` option

This commit adds support for `--ignore-date` which is passed to `git am`
to easily change the dates of the rebased commits.

Signed-off-by: Pratik Karki <predatoramigo@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c