All of lore.kernel.org
 help / color / mirror / Atom feed
* git add -p does not work with custom comment char currently
@ 2017-06-21 16:31 Christian Rösch
  2017-06-21 18:20 ` Jeff King
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Rösch @ 2017-06-21 16:31 UTC (permalink / raw)
  To: git

Hi,

my ~/.gitconfig contains

[core]
    commentchar = $

as far as I can see with 2.13.0 and 2.13.1.516.g05ec6e1 (built from
source) if I do

$ git add -p

and edit the hunk manually the comment char is not parsed correctly:

Stage this hunk [y,n,q,a,d,/,s,e,?]? e
warning: recount: unexpected line: $ Manual hunk edit mode -- see bottom
for a quick guide.

error: corrupt patch at line 6
Your edited hunk does not apply. Edit again (saying "no" discards!) [y/n]? n


As far as I can tell this is a bug but it would be nice if you could let
me know if it works for you with a custom comment char.


Thanks in advance,
Christian


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

end of thread, other threads:[~2017-06-21 21:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-21 16:31 git add -p does not work with custom comment char currently Christian Rösch
2017-06-21 18:20 ` Jeff King
2017-06-21 19:23   ` [PATCH 0/2] " Jeff King
2017-06-21 19:26     ` [PATCH 1/2] add--interactive: handle EOF in prompt_yesno Jeff King
2017-06-21 19:28     ` [PATCH 2/2] add--interactive: quote commentChar regex Jeff King
2017-06-21 21:12       ` Christian Rösch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.