]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - vcs/cvsrc.in
herbstluftwm/autostart: add bindings to run programs and select windows
[config/dotfiles.git] / vcs / cvsrc.in
1 # CVS configuration file.
2
3 # CVS doesn't support comments and newlines in ~/.cvsrc. They must be stripped
4 # before using this file.
5
6 # Copyright (C) 2011-2014  Simon Ruderich
7 #
8 # This file is free software: you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation, either version 3 of the License, or
11 # (at your option) any later version.
12 #
13 # This file is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 # GNU General Public License for more details.
17 #
18 # You should have received a copy of the GNU General Public License
19 # along with this file.  If not, see <http://www.gnu.org/licenses/>.
20
21
22 # Don't display all checked directories.
23 cvs -q
24
25 # Use unified diffs.
26 diff -u
27 # Create any directories which were removed locally.
28 update -d
29
30 # vim: ft=cvsrc