Skip to main content

Questions tagged [vc-mode]

1 vote
1 answer
81 views

In the manual pages about version control I find the instructions on how to create and switch to branches, also for Git repositories. But I can't find information on how to delete a branch – both ...
pglpm's user avatar
  • 397
0 votes
1 answer
87 views

Initially I opened Lags when navigating vc-root-diff buffer and the cause of slowness was Emacs opening referenced files by diff. Back then I used Emacs 27.1. Now I'm on Emacs 28.2 and previous ...
gavenkoa's user avatar
  • 3,582
1 vote
1 answer
161 views

I'd like to see the what commands are issued by the child process used by the various VC commands. Is there a way to log them or collect them without modifying the VC code? For example, I'd like to ...
PRouleau's user avatar
  • 924
0 votes
1 answer
89 views

When I move around the buffer *vc-diff* from vc-root-diff I experience lags. GNU Emacs 27.1 (build 1, x86_64-pc-cygwin) of 2020-10-29. With procmon I detected lots of: C:\opt\cygwin64\bin\git.exe --no-...
gavenkoa's user avatar
  • 3,582
1 vote
0 answers
111 views

Can I get Emacs to indicate on the mode-line whether a push is needed, i.e. whether the repo is out of sync with origin? I've already got it telling me if a commit is needed using vc-status, but that ...
Vultan's user avatar
  • 131
5 votes
1 answer
270 views

After updating emacs (to 25.2.2 as shipping in ubuntu 18.04) I notice a change that completely breaks my conflict resolution flow in git. Once I resolve a conflict using emacs and save the file, emacs ...
miffo's user avatar
  • 101
4 votes
1 answer
263 views

I like to see full file history regardless file renames (and with Java convention class name == file name several refactoring makes following history difficult).
gavenkoa's user avatar
  • 3,582
3 votes
1 answer
93 views

My work uses GNU RCS for our version control system, but I don't think the specific VCS is relevant here. (I know RCS isn't the most modern system but it suits our needs fine and has the advantage of ...
MTS's user avatar
  • 377

15 30 50 per page