summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorLines
2023-07-04update copyrightHEADmainBirte Kristina Friesel-2/+2
2018-09-30Support non-standard ssh ports without ~/.ssh/config adjustmentsDaniel Friesel-12/+28
2017-05-11support for modern zsh versionsDaniel Friesel-108/+126
2013-09-20checklinks: fix smartmatch warningsDaniel Friesel-0/+2
2012-02-27check_prereqs: preserve working directory (thanks to Simon Campese)Daniel Friesel-0/+3
2011-07-29Fix checklinks parameters (they're absolute by default, replace $a_foo by $r_...Daniel Friesel-8/+9
2011-06-29ct: Split overlong lines in collect_into_* and dependency listsDaniel Friesel-6/+40
2011-06-27ct: collect_into_directory: Add forgotten nullglob flagDaniel Friesel-1/+1
2011-06-26ct: collect_into_directory: Don't run rm -rf, remove all symlinks insteadDaniel Friesel-1/+1
2011-06-26ct: normalize outputDaniel Friesel-8/+8
2011-06-26Add hook helpers collect_into_{directory,file}Maximilian Gass-0/+22
2011-06-26ct / checklinks: Add $pkgdir and parameters with absolute pathsDaniel Friesel-3/+12
2011-03-19checklinks: Make directory autocreation actually workDaniel Friesel-4/+4
2011-03-19Fix submodule handlingDaniel Friesel-3/+3
2011-01-19ct help: Fix path to perldoc (closes GH-4)Daniel Friesel-1/+1
2010-10-18checklinks: Avoid ..// in BC symlinksDaniel Friesel-1/+1
2010-10-18ct: Remove pull/push support for unlisted packagesDaniel Friesel-2/+2
2010-10-18checklinks: Workaround to conserve BC for previous commit (absolute $etc)Daniel Friesel-2/+18
2010-10-18ct new: Support directories / subdirectories. Make checklinks use absolute li...Daniel Friesel-6/+8
2010-10-18make "ct new <package> <files>" also work for existing packagesDaniel Friesel-7/+9
2010-10-17"ct new": Additional arguments specify files to move into new package (experi...Daniel Friesel-8/+36
2010-10-17Use "." package for package related to current working directoryDaniel Friesel-0/+6
2010-10-16Update copyright statements while at itDaniel Friesel-2/+2
2010-10-16Remove some superfluous commentsDaniel Friesel-5/+0
2010-10-16Finish "ct new"Daniel Friesel-2/+14
2010-10-16Find checklinks outside of $PATHDaniel Friesel-2/+2
2010-10-16Always use git origins, remove GIT_USE_ORIGIN settingDaniel Friesel-31/+3
2010-10-14Begin work on "ct new"Daniel Friesel-0/+30
2010-10-05checklinks: Remove support for .linksDaniel Friesel-8/+3
2010-07-13Call vcs_update_submodules only after running git pullDaniel Friesel-1/+1
2010-06-16bin/ct: Make sure local directory is named after package when cloningMaximilian Gass-1/+1
2010-06-11Do not use colors & other escapes unless connected to a terminalDaniel Friesel-3/+10
2010-06-07Add support for git submodulesDaniel Friesel-0/+9
2010-05-17Move clear_line call into list_update_localDaniel Friesel-1/+1
2010-05-17perl -pi -e 's/\$([a-zA-Z0-9_!#\$\*\@?\[\]-]+)/\${$1}/g' bin/ct (mainly)Daniel Friesel-310/+310
2010-05-02Update documentationDaniel Friesel-1/+0
2010-05-02Make the whole system more flexible (NOT backwards compatible)Daniel Friesel-55/+40
2010-04-26Don't pull/push repos without originDaniel Friesel-3/+9
2010-04-24Fix ct refresh outputDaniel Friesel-0/+1
2010-04-21pkg_push: Actually respect hook-on-push optionDaniel Friesel-2/+8
2010-04-21Add option to disable hook execution for ct pushDaniel Friesel-10/+13
2010-04-21ct: Fix typo in --colours optionDaniel Friesel-1/+1
2010-04-20Add "force_depend" prereqs directiveDaniel Friesel-1/+17
2010-03-31checklinks: Minor code cleanup number UINT32_MAX (or so)Daniel Friesel-7/+7
2010-03-28ct: Minor code cleanupDaniel Friesel-9/+4
2010-03-27Treat etc/ special: automatically "install" the dotfiles in itDaniel Friesel-22/+44
2010-03-27checklinks: Add "auto" link typo for automatic symlinkingDaniel Friesel-53/+153
2010-03-18Truncate lines to ~80 charsDaniel Friesel-20/+32
2010-03-18vcs_status: Remove $gitstatus check, it's not neccessary with --shortDaniel Friesel-3/+1
2010-03-18ct status: Use git status --shortDaniel Friesel-1/+1