diff options
author | Rohit Ashiwal <rohit.ashiwal265@gmail.com> | 2020-08-17 18:40:04 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-08-19 15:22:56 -0700 |
commit | 27126692ba1688081d8427220087bb7662594bd9 (patch) | |
tree | 2b01a2bcfc418c75abe7d34e00ebf6f6e1424be6 /Documentation/git-rebase.txt | |
parent | rebase -i: support --ignore-date (diff) | |
download | tgif-27126692ba1688081d8427220087bb7662594bd9.tar.xz |
rebase: add --reset-author-date
The previous commit introduced --ignore-date flag to rebase -i, but the
name is rather vague as it does not say whether the author date or the
committer date is ignored. Add an alias to convey the precise purpose.
Helped-by: Junio C Hamano <gitster@pobox.com>
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.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index 79cecd2929..1ee3bb4fac 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -450,6 +450,7 @@ See also INCOMPATIBLE OPTIONS below. date. This option implies `--force-rebase`. --ignore-date:: +--reset-author-date:: Instead of using the author date of the original commit, use the current time as the author date of the rebased commit. This option implies `--force-rebase`. |