index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
vc
/
vc-cvs.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Add a new command vc-pull-and-push
Lars Ingebrigtsen
2022-09-24
1
-1
/
+1
*
Prefer ‘time-equal-p’ to ‘equal’ on timestamps
Paul Eggert
2022-08-01
1
-1
/
+1
*
Remove the P/N/M-p/M-n bindings from the general log-view map
Lars Ingebrigtsen
2022-05-06
1
-0
/
+9
*
Further vcs-cvs/rcs-responsible-p updates from master
Lars Ingebrigtsen
2022-04-16
1
-2
/
+2
*
Make all vc-*-responsible-p functions return a string
Lars Ingebrigtsen
2022-04-14
1
-4
/
+5
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-1
/
+1
*
Move vc-branch-p and vc-branch-part from vc.el to vc-rcs.el and rename
Lars Ingebrigtsen
2021-08-29
1
-6
/
+4
*
Use string-search instead of string-match[-p]
Mattias Engdegård
2021-08-09
1
-1
/
+1
*
lisp/vc/*.el: Use lexical-bindings in all the files
Stefan Monnier
2021-02-26
1
-29
/
+20
*
Refine use of vc-dir faces; apply to all backends
Protesilaos Stavrou
2021-02-10
1
-9
/
+9
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Fix compilation warning in vc-cvs from previous change
Lars Ingebrigtsen
2020-08-20
1
-0
/
+2
*
Remove the "Summary: " but from cvs checkins
Lars Ingebrigtsen
2020-08-20
1
-16
/
+17
*
* lisp/vc/vc-cvs.el (vc-cvs-ignore): Copy-edit doc string
Mattias Engdegård
2020-02-28
1
-10
/
+11
*
Don't write absolute filenames and duplicate strings to CVS ignore files
Wolfgang Scherer
2020-02-22
1
-13
/
+32
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
vc-cvs-revert: fix off-by-one file mode
Paul Eggert
2019-09-16
1
-1
/
+1
*
New function time-convert
Paul Eggert
2019-08-05
1
-2
/
+2
*
Use decoded-time accessors in vc-cvs
Lars Ingebrigtsen
2019-08-01
1
-1
/
+1
*
Update author/maintainer info
Paul Eggert
2019-05-26
1
-1
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
Improve regexp advice again, and unchain ranges
Paul Eggert
2019-04-02
1
-1
/
+1
*
Fix regular-expression glitches and typos
Paul Eggert
2019-03-04
1
-1
/
+1
*
Simplify use of encode-time
Paul Eggert
2019-02-10
1
-4
/
+3
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
file-attributes cleanup
Paul Eggert
2018-09-23
1
-6
/
+9
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
; Update some Maintainer: header comments
Glenn Morris
2017-06-05
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2016-10-23
1
-106
/
+31
|
\
|
|
*
Fix display of vc-dir CVS file statuses in subdirectories
Göktuğ Kayaalp
2016-10-18
1
-106
/
+31
*
|
Merge from origin/emacs-25
Paul Eggert
2016-05-26
1
-8
/
+7
|
\
|
|
*
Rename vc-stay-local back to vc-cvs-stay-local
Dmitry Gutov
2016-05-25
1
-8
/
+7
*
|
Pacify byte-compiler in lisp/vc
Paul Eggert
2016-05-10
1
-0
/
+6
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Expunge occurrences of `setq' with an odd number of arguments.
Alan Mackenzie
2015-11-23
1
-2
/
+2
*
Fix docstring quoting problems with ‘ '’
Paul Eggert
2015-11-17
1
-8
/
+8
*
; Revert "Don't declare vc-exec-after anymore"
Dmitry Gutov
2015-10-28
1
-0
/
+2
*
Don't declare vc-exec-after anymore
Dmitry Gutov
2015-10-20
1
-2
/
+0
*
Resurrect the ability to specify a revision in vc-next-action
Eli Zaretskii
2015-09-19
1
-31
/
+17
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
1
-2
/
+2
*
Fix minor text quoting in calc, calendar, vc
Paul Eggert
2015-08-28
1
-1
/
+1
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-2
/
+2
*
Function declaration updates prompted by 'make check-declare'
Glenn Morris
2015-04-30
1
-1
/
+1
[next]