summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorLines
2009-01-07pkg: vcs_upgrade: Pull currently checked out branchDaniel Friesel-6/+7
2009-01-06pkg: pkg_status: Fixed hooks and infosDaniel Friesel-1/+2
2009-01-06pkg: Added wrap_info to prefix output if neccessary (e.g. in pkg refresh)Daniel Friesel-7/+13
2009-01-06pkg: vcs_upgrade: Fixed parameter nameDaniel Friesel-2/+2
2008-12-31checklinks: Added copyright noticeDaniel Friesel-0/+2
2008-12-29bin/pkg: Fixed syntax error in vcs_upgradeDaniel Friesel-1/+1
2008-12-29bin/pkg: Try to use git fetch to avoid merging master into another branch by ...Daniel Friesel-1/+10
2008-12-24Merge branch 'master' into experimentalDaniel Friesel-1/+1
2008-12-24bin/pkg: fix_origin: Operate silentlyDaniel Friesel-1/+1
2008-12-24bin/pkg: pkg_refresh: Use global hooksDaniel Friesel-7/+2
2008-12-24bin/pkg: Introduced global hooksDaniel Friesel-38/+38
2008-12-24bin/pkg: Removed redundant git remote origin from vcs_*Daniel Friesel-2/+0
2008-12-24bin/pkg: fix_origin: Change into right directory (broke with pkg add)Daniel Friesel-0/+1
2008-12-24bin/pkg: Added fix_originDaniel Friesel-0/+12
2008-12-23pkg: Call git remote update after pulling/pushingDaniel Friesel-0/+2
2008-12-23Revert "bin/pkg: Don't explicitly operate on branch master"Daniel Friesel-2/+2
2008-12-23bin/pkg: Don't explicitly operate on branch masterDaniel Friesel-2/+2
2008-12-10pkg: vcs_to_list: Don't take (possibly local) branches into considerationDaniel Friesel-1/+1
2008-12-06bin/pkg: Fixed 'unknown action' error messageDaniel Friesel-1/+1
2008-12-06Added pkg pull as alias for pkg upgradeDaniel Friesel-1/+1
2008-12-06pkg: Simplified expansion in debug aliasDaniel Friesel-1/+1
2008-11-29pkg: pkg_info: Use ls -m to avoid linebreaksDaniel Friesel-1/+1
2008-11-28Removed pkglist backwards-compatibilityDaniel Friesel-8/+0
2008-11-28pkg: Minor documentation and output changesDaniel Friesel-2/+4
2008-11-27pkg: Fixed pkg evalDaniel Friesel-1/+1
2008-11-26bin/pkg: Added some debug infoDaniel Friesel-0/+4
2008-11-26pkg: Make debug a no-op if it's not enabledDaniel Friesel-2/+7
2008-11-26pkg: debug: print to stderr, ignore SILENTDaniel Friesel-2/+2
2008-11-26pkg: Added debug optionsDaniel Friesel-0/+18
2008-11-26pkg: Added commandline optionsDaniel Friesel-3/+20
2008-11-26pkg: Supply the functions with as much arguments as possibleDaniel Friesel-16/+21
2008-11-23pkg refresh: Run make clean and make as wellDaniel Friesel-0/+6
2008-11-23pkg: Minor cleanup, style and output changesDaniel Friesel-34/+37
2008-11-22pkg: populate_collected: Don't overwrite non-symlinks in ~/binDaniel Friesel-3/+7
2008-11-17pkg refresh: Check the prerequisitesDaniel Friesel-0/+1
2008-11-16bin/pkg: Fixed check_validDaniel Friesel-3/+3
2008-11-16bin/pkg: list_exists, list_is_installed: We only want return valuesDaniel Friesel-2/+2
2008-11-16bin/pkg: pkg_add: Check if a package exists before installing itDaniel Friesel-1/+2
2008-11-09bin/pkg: Use parameter expansion for the default valuesDaniel Friesel-4/+4
2008-11-03bin/pkg: Fixed PKG_PATHDaniel Friesel-6/+2
2008-11-03bin/pkg: Add $PKG_USERDaniel Friesel-3/+9
2008-10-30bin/pkg: check_prereqs: Added require() for less redundancyDaniel Friesel-4/+17
2008-10-26bin/pkg: populate_collected: Give some output about manpagesDaniel Friesel-2/+27
2008-10-26bin/pkg: pkg_remove: check_valid is not useful hereDaniel Friesel-1/+0
2008-10-26bin/pkg: Made check_valid more fitting to it's nameDaniel Friesel-4/+4
2008-10-26bin/pkg: pkg_info: Check if the package actually existsDaniel Friesel-0/+4
2008-10-24pkg update: Added 'package state' informationDaniel Friesel-1/+10
2008-10-23bin/pkg: Improved SILENT a bitDaniel Friesel-2/+3
2008-10-22bin/pkg: Declare functions with function()Daniel Friesel-49/+49
2008-10-22bin/pkg: populate_collected: Introduced say()Daniel Friesel-4/+8