git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* `BUG: sequencer.c:921: GIT_AUTHOR_DATE missing from author script` when trying to reword in interactive rebase
@ 2021-11-01 23:17 Jonas Kittner
  2021-11-02  1:27 ` Jeff King
  0 siblings, 1 reply; 3+ messages in thread
From: Jonas Kittner @ 2021-11-01 23:17 UTC (permalink / raw)
  To: git

Hello,
I encountered the following bug and filled out the template provided with
`git bugreport` below.
Kind Regards,
Jonas Kittner

Thank you for filling out a Git bug report!
Please answer the following questions to help us understand your issue.

What did you do before the bug happened? (Steps to reproduce your issue)

In the interactive prompt I changed `pick` to `reword`, saved and closed the
prompt.
Commands to repoduce see below

```
root@135b2edea980:/# git init bug
Initialized empty Git repository in /bug/.git/
root@135b2edea980:/# cd bug/
root@135b2edea980:/bug# touch foo
root@135b2edea980:/bug# git add .
root@135b2edea980:/bug# git commit -m "foo"
[master (root-commit) 8fef261] foo
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 foo
root@135b2edea980:/bug# touch bar
root@135b2edea980:/bug# git add .
root@135b2edea980:/bug# git commit -m "bar"
[master 79a46e6] bar
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 bar
root@135b2edea980:/bug# git log --oneline
79a46e6 (HEAD -> master) bar
8fef261 foo
root@135b2edea980:/bug# git rebase --interactive
--committer-date-is-author-date 8fef261
BUG: sequencer.c:921: GIT_AUTHOR_DATE missing from author script
Aborted (core dumped)
root@135b2edea980:/bug# git --version
git version 2.33.1
```

What did you expect to happen? (Expected behavior)
I expected to be able to reword the commit message like without passing the
`--committer-date-is-author-date` argument.


What happened instead? (Actual behavior)
segfault: `BUG: sequencer.c:921: GIT_AUTHOR_DATE missing from author script`

What's different between what you expected and what actually happened?
wouldn't expect a segfault, but the option to be able to edit the commit
message

Anything else you want to add:
This was inside an ubuntu focal docker container, git was installed via the
ppa ` ppa:git-core/ppa`

https://github.com/git/git/commit/7573cec52c0274ceb166c425be4288f6b3103d6f#d
iff-0e574dc9087fc7831bbc1403545a8561f08869576c1ccc4146aa276146ff9777R888-R88
9
this seems to be not the case and needs to be handled differently I guess?


Please review the rest of the bug report below.
You can delete any lines you don't wish to share.


[System Info]
git version:
git version 2.33.1
cpu: x86_64
no commit associated with this build
sizeof-long: 8
sizeof-size_t: 8
shell-path: /bin/sh
uname: Linux 5.11.0-38-generic #42~20.04.1-Ubuntu SMP Tue Sep 28 20:41:07
UTC 2021 x86_64
compiler info: gnuc: 9.3
libc info: glibc: 2.31
$SHELL (typically, interactive shell): <unset>


[Enabled Hooks]



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-02 12:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-01 23:17 `BUG: sequencer.c:921: GIT_AUTHOR_DATE missing from author script` when trying to reword in interactive rebase Jonas Kittner
2021-11-02  1:27 ` Jeff King
2021-11-02 12:20   ` Phillip Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).