summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorLines
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
2010-02-20ct: vcs_pull: Only use git pull --quiet if SILENT=1. Dammit.Daniel Friesel-1/+7
2010-02-13ct: Only use git --quiet if SILENT=1Daniel Friesel-1/+1
2010-02-13ct --quiet pull: Simply use --quiet instead of --no-stat. Fail.Daniel Friesel-1/+1
2010-02-13ct --quiet pull: Use git-pull's new --no-stat optionDaniel Friesel-1/+1
2010-02-12ct ls local: Use directories, not local package listDaniel Friesel-1/+1
2010-01-27checklinks: Update docs, remove allcaps status messagesDaniel Friesel-9/+5
2010-01-09checklinks: Improve code readabilityDaniel Friesel-7/+19
2009-10-10ct: check_prereqs: Use an anonymous function to source the prereqs fileDaniel Friesel-13/+11
2009-10-10Remove declarations of unused parametersDaniel Friesel-7/+4
2009-10-10ct: Simplified wrap()Daniel Friesel-12/+11
2009-10-10ct: Removed wrap_infoDaniel Friesel-20/+6
2009-09-29Added ct {help,version}Daniel Friesel-3/+15
2009-09-29Began mking ct add/remove wrappableDaniel Friesel-14/+34
2009-09-28Improved source code readabilityDaniel Friesel-33/+107
2009-09-15ct: Renamed some simple list_ functions to list_get_Daniel Friesel-26/+26
2009-09-15checklinks(1): Use a table for --msglevelDaniel Friesel-4/+6
2009-09-12ct: vcs_setup: Die if the cd failsDaniel Friesel-1/+1
2009-09-12Removed legacy support for 'file_in_path' and 'require' in prereqs scriptsDaniel Friesel-8/+2
2009-09-12{populate → update}_collected: Remove broken package symlinks in ~/binDaniel Friesel-3/+10
2009-09-10Sorted some stuffDaniel Friesel-173/+177
2009-09-10Replaced the fairly useless --debug option by 'ct debug'Daniel Friesel-47/+28
2009-09-09ct: {populate,genocide}_collected: Message improvementsDaniel Friesel-3/+5
2009-09-09Removed deprecated invocations and pkg.conf supportDaniel Friesel-22/+3
2009-09-06Slightly improved some warning/error messagesDaniel Friesel-6/+8