Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a77fe20c
Commit
a77fe20c
authored
Apr 15, 2010
by
Glenn Morris
Browse files
* maintaining.texi (VC Directory Commands): Mention stashes and shelves.
parent
d5b22ab2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
3 deletions
+14
-3
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+4
-0
doc/emacs/maintaining.texi
doc/emacs/maintaining.texi
+8
-3
etc/NEWS
etc/NEWS
+2
-0
No files found.
doc/emacs/ChangeLog
View file @
a77fe20c
2010-04-16 Glenn Morris <rgm@gnu.org>
* maintaining.texi (VC Directory Commands): Mention stashes and shelves.
2010-04-15 Glenn Morris <rgm@gnu.org>
* dired.texi (Misc Dired Features): Mention VC diff and log.
...
...
doc/emacs/maintaining.texi
View file @
a77fe20c
...
...
@@ -1147,9 +1147,14 @@ directory buffer will be used.
@
kbd
{
M
-
s
a
C
-
M
-
s
}
does
an
incremental
search
on
the
marked
files
.
Commands
are
also
accessible
from
the
VC
-
dir
menu
.
Note
that
some
VC
backends
use
the
VC
-
dir
menu
to
make
available
extra
backend
specific
commands
.
@
cindex
stashes
in
version
control
@
cindex
shelves
in
version
control
Commands
are
also
accessible
from
the
VC
-
dir
menu
.
Note
that
some
VC
backends
use
the
VC
-
dir
menu
to
make
available
extra
,
backend
-
specific
,
commands
.
For
example
,
Git
and
Bazaar
allow
you
to
manipulate
@
dfn
{
stashes
}
and
@
dfn
{
shelves
}.
(
These
provide
a
mechanism
to
temporarily
store
uncommitted
changes
somewhere
out
of
the
way
,
and
bring
them
back
at
a
later
time
.)
Normal
VC
commands
with
the
@
kbd
{
C
-
x
v
}
prefix
work
in
VC
directory
buffers
.
Some
single
-
key
shortcuts
are
available
as
well
;
@
kbd
{=},
...
...
etc/NEWS
View file @
a77fe20c
...
...
@@ -341,12 +341,14 @@ backends do not support this.
**** The short log format for git makes use of the graph display, so
it's not supported on git versions earlier than 1.5.
+++
**** Support for operating with stashes has been added to vc-dir:
the stash list is displayed in the *vc-dir* header, stashes can be
created, removed, applied and their content displayed.
**** vc-dir requires at least git-1.5.5.
+++
*** vc-bzr supports operating with shelves: the shelve list is
displayed in the *vc-dir* header, shelves can be created, removed and applied.
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment