aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-rebase.txt
diff options
context:
space:
mode:
authorRohit Ashiwal <rohit.ashiwal265@gmail.com>2019-11-01 19:30:03 +0530
committerJunio C Hamano <gitster@pobox.com>2019-11-02 15:37:12 +0900
commitfe28ad8520a0ecac5dfcbfa019727aa6d79c36dc (patch)
tree742e7c996b8975c328b2ff6c6c6474f78025a315 /Documentation/git-rebase.txt
parent08187b4cbac2b2f870bb9c786d545b67f0262f74 (diff)
downloadgit-fe28ad8520a0ecac5dfcbfa019727aa6d79c36dc.tar.gz
rebase: add --reset-author-date
The previous commit introduced --ignore-date flag to interactive rebase, but the name is actually very vague in context of rebase -i since there are two dates we can work with. Add an alias to convey the precise purpose. Signed-off-by: Rohit Ashiwal <rohit.ashiwal265@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rebase.txt')
-rw-r--r--Documentation/git-rebase.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt
index 9a1eabad0f..c8d54d221d 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/git-rebase.txt
@@ -391,6 +391,7 @@ See also INCOMPATIBLE OPTIONS below.
as the committer date. This implies --force-rebase.
--ignore-date::
+--reset-author-date::
Instead of using the given author date, reset it to the
current time. This implies --force-rebase.
+