index
:
caretaker
main
Distributed dotfile and script manager
derf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2018-09-30
Support non-standard ssh ports without ~/.ssh/config adjustments
Daniel Friesel
-23
/
+58
2018-09-08
fix typo in caretaker(7)
Daniel Friesel
-1
/
+1
2017-05-11
support for modern zsh versions
Daniel Friesel
-109
/
+127
2014-04-07
derf.homelinux.org is dead, use finalrewind.org instead
Daniel Friesel
-3
/
+3
2013-09-20
checklinks: fix smartmatch warnings
Daniel Friesel
-0
/
+2
2012-08-05
fix mistakes in caretaker-ssh-command(7)
Daniel Friesel
-10
/
+8
2012-02-27
check_prereqs: preserve working directory (thanks to Simon Campese)
Daniel Friesel
-0
/
+3
2012-02-23
pkglist-sh: minor fixes
Daniel Friesel
-6
/
+6
2012-02-23
Add sh version of pkglist script (patch by Simon Campese)
Daniel Friesel
-0
/
+37
2012-02-11
add handler for proto gitolite in bootstrap
Michael Gebetsroither
-1
/
+13
2012-02-11
correct remote gitolite adc name
Michael Gebetsroither
-1
/
+1
2012-02-11
add pkglist scripts for gitolite for both server and ct client
Michael Gebetsroither
-0
/
+32
2011-07-29
Fix checklinks parameters (they're absolute by default, replace $a_foo by $r_...
Daniel Friesel
-8
/
+9
2011-06-29
ct: Split overlong lines in collect_into_* and dependency lists
Daniel Friesel
-6
/
+40
2011-06-27
ct: collect_into_directory: Add forgotten nullglob flag
Daniel Friesel
-1
/
+1
2011-06-26
ct: collect_into_directory: Don't run rm -rf, remove all symlinks instead
Daniel Friesel
-1
/
+1
2011-06-26
Document hook helper functions
Daniel Friesel
-0
/
+23
2011-06-26
ct: normalize output
Daniel Friesel
-8
/
+8
2011-06-26
Add hook helpers collect_into_{directory,file}
Maximilian Gass
-0
/
+22
2011-06-26
ct / checklinks: Add $pkgdir and parameters with absolute paths
Daniel Friesel
-3
/
+12
2011-06-03
test/main: Copy gitconfig into testdir
Daniel Friesel
-0
/
+2
2011-06-03
caretaker(7): Fix typo
Daniel Friesel
-1
/
+1
2011-03-19
checklinks: Make directory autocreation actually work
Daniel Friesel
-4
/
+4
2011-03-19
Fix submodule handling
Daniel Friesel
-3
/
+3
2011-01-19
ct help: Fix path to perldoc (closes GH-4)
Daniel Friesel
-1
/
+1
2010-10-18
checklinks: Avoid ..// in BC symlinks
Daniel Friesel
-1
/
+1
2010-10-18
ct: Remove pull/push support for unlisted packages
Daniel Friesel
-2
/
+2
2010-10-18
checklinks: Workaround to conserve BC for previous commit (absolute $etc)
Daniel Friesel
-2
/
+18
2010-10-18
ct new: Support directories / subdirectories. Make checklinks use absolute li...
Daniel Friesel
-6
/
+8
2010-10-18
make "ct new <package> <files>" also work for existing packages
Daniel Friesel
-12
/
+20
2010-10-17
"ct new": Additional arguments specify files to move into new package (experi...
Daniel Friesel
-8
/
+36
2010-10-17
Use "." package for package related to current working directory
Daniel Friesel
-1
/
+10
2010-10-16
Update copyright statements while at it
Daniel Friesel
-4
/
+4
2010-10-16
Remove some superfluous comments
Daniel Friesel
-5
/
+0
2010-10-16
ct(1): Forgot to add n=new to abbrev. list
Daniel Friesel
-0
/
+1
2010-10-16
Finish "ct new"
Daniel Friesel
-4
/
+25
2010-10-16
Find checklinks outside of $PATH
Daniel Friesel
-11
/
+3
2010-10-16
caretaker.conf(5): ${HOME} is interpolated locally, but the result used on th...
Daniel Friesel
-1
/
+1
2010-10-16
Always use git origins, remove GIT_USE_ORIGIN setting
Daniel Friesel
-61
/
+19
2010-10-14
Begin work on "ct new"
Daniel Friesel
-0
/
+30
2010-10-14
Remove unneccessary and broken checklinks call from bootstrap
Daniel Friesel
-1
/
+0
2010-10-05
checklinks: Remove support for .links
Daniel Friesel
-8
/
+3
2010-07-13
bootstrap: Fix weird parameter expansion ambiguity
Daniel Friesel
-1
/
+1
2010-07-13
Call vcs_update_submodules only after running git pull
Daniel Friesel
-1
/
+1
2010-06-16
bin/ct: Make sure local directory is named after package when cloning
Maximilian Gass
-1
/
+1
2010-06-11
Do not use colors & other escapes unless connected to a terminal
Daniel Friesel
-3
/
+10
2010-06-07
Add support for git submodules
Daniel Friesel
-0
/
+9
2010-05-17
perl -pi -e 's/\$([a-zA-Z0-9_!#\$\*\@?\[\]-]+)/\${$1}/g' examples/*
Daniel Friesel
-28
/
+28
2010-05-17
Move clear_line call into list_update_local
Daniel Friesel
-1
/
+1
2010-05-17
perl -pi -e 's/\$([a-zA-Z0-9_!#\$\*\@?\[\]-]+)/\${$1}/g' bin/ct (mainly)
Daniel Friesel
-310
/
+310
[next]