GNU bug report logs -
#68401
30.0.50; ERC 5.6-git: `erc-cmd-GMSG', `erc-cmd-AMSG', `erc-cmd-GME', `erc-cmd-AME'. 2nd attempt
Previous Next
Reported by: Emanuel Berg <incal <at> dataswamp.org>
Date: Fri, 12 Jan 2024 10:44:01 UTC
Severity: normal
Tags: patch
Merged with 68395
Found in version 30.0.50
Done: "J.P." <jp <at> neverwas.me>
Bug is archived. No further changes may be made.
Full log
Message #91 received at submit <at> debbugs.gnu.org (full text, mbox):
> This, for one page of code that is pretty trivial in nature
> and took 10~15 minutes to write, tops. It worked before we
> did all this and it works now. The changes we have
> introduced have been minimal and could have been formulated
> in three or four simple sentences.
Well, trivial or not, the code looks _much_ better now so those
small changes really worked.
> But fine, no need to be frustrated about it, I got to
> practice the git commands over and over. Now let's hope we
> can make it happen this time around then.
Here [last] are the git commands used so far.
There is actually only one thing that is painful still and
that is launching 'git commit -a' from a terminal and have
a new Emacs instance pop up with no link to your regular
session, and then you have to type the log message there with
no killing and yanking and no buffers available from where you
just were, with everything ready which you now cannot access
just when you need it.
So if one could do that without launching a new instance, that
would be really helpful to the workflow and
reduce frustration.
$ git checkout -b ib master
[...]
$ git commit -a
$ git format-patch master -M -o .ib
M-x erc-bug RET
Tags: patch (pseudo header)
C-c C-a (`mml-attach-file')
C-c C-c (`message-send-and-exit')
$ git log
$ git format-patch -2 HEAD --stdout > last-two.patch
$ git commit --amend
$ git reflog
$ git revert fa37950454f
$ git branch
$ git branch -D ib
--
underground experts united
https://dataswamp.org/~incal
This bug report was last modified 1 year and 79 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.