summaryrefslogtreecommitdiff
path: root/sequencer.h
diff options
context:
space:
mode:
authorRohit Ashiwal <rohit.ashiwal265@gmail.com>2019-11-01 14:00:02 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-11-02 06:37:12 (GMT)
commit08187b4cbac2b2f870bb9c786d545b67f0262f74 (patch)
tree3c983f7377480a3df4894ea1016d38fe798e7de8 /sequencer.h
parent0185c683c90baed447e96c18aafb705c91012b25 (diff)
downloadgit-08187b4cbac2b2f870bb9c786d545b67f0262f74.zip
git-08187b4cbac2b2f870bb9c786d545b67f0262f74.tar.gz
git-08187b4cbac2b2f870bb9c786d545b67f0262f74.tar.bz2
rebase -i: support --ignore-date
rebase am already has this flag to "lie" about the author date by changing it to the committer (current) date. Let's add the same for interactive machinery. Signed-off-by: Rohit Ashiwal <rohit.ashiwal265@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sequencer.h')
-rw-r--r--sequencer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sequencer.h b/sequencer.h
index e6cba46..73d0515 100644
--- a/sequencer.h
+++ b/sequencer.h
@@ -44,6 +44,7 @@ struct replay_opts {
int quiet;
int reschedule_failed_exec;
int committer_date_is_author_date;
+ int ignore_date;
int mainline;