all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#38615: 27.0.50; vc-git: Wrong status in vc-dir after registering directory
@ 2019-12-14 12:41 Andrii Kolomoiets
  2019-12-16  1:25 ` Dmitry Gutov
  0 siblings, 1 reply; 6+ messages in thread
From: Andrii Kolomoiets @ 2019-12-14 12:41 UTC (permalink / raw
  To: 38615

0. mkdir test && cd test
   git init
   touch file
   git add file
   git commit -m "initial"
   mkdir dir
   touch dir/file1
1. emacs -Q
2. C-x v d
   "dir/" is listed with "unregistered" status.
3. v
   "dir/" has "added" status.
4. g
   "dir/file1" is listed with "up-to-date" status.  Shouldn't it have
   "added" status?
5. g
   Now "dir/file1" properly has "added" status.

Also:
- After step 3 point is moved to word "dir" on second line.
- Press "n" before step 3 to move point to "dir/". After step 3 "dir/"
  status is not updated and remains "unregistered".





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

end of thread, other threads:[~2019-12-16 23:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-14 12:41 bug#38615: 27.0.50; vc-git: Wrong status in vc-dir after registering directory Andrii Kolomoiets
2019-12-16  1:25 ` Dmitry Gutov
2019-12-16  8:00   ` Andrii Kolomoiets
2019-12-16 13:23     ` Dmitry Gutov
2019-12-16 19:43       ` Andrii Kolomoiets
2019-12-16 23:53         ` Dmitry Gutov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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.