summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)AuthorLines
2009-07-12ct: list_update_remote: pkglist does not care about PKG_DIRDaniel Friesel-2/+1
2009-07-11ct: Various minor source code improvements and fixesDaniel Friesel-45/+43
2009-07-11ct: Added missing linebreaks in the config warningsDaniel Friesel-2/+2
2009-07-11Renamed pkg to caretakerDaniel Friesel-13/+19
2009-07-09pkg: debug: Show the recently introduced settingsDaniel Friesel-0/+3
2009-07-09pkg: Only shift if there are argumentsDaniel Friesel-1/+1
2009-07-08pkg: Added experimental support for git:// rootsDaniel Friesel-3/+5
2009-07-08pkg: list_update_remote: Removed the verbose error message left from the ↵Daniel Friesel-7/+1
pkglist transition
2009-07-08pkg: Added PKGLIST_LOCAL settingDaniel Friesel-3/+4
With this, it is possibly to execute a local pkglist script. This way, the package list can be retrieved by almost any possible means
2009-07-08pkg: {populate,genocide}_collected: typeset the right parametersDaniel Friesel-2/+2
2009-07-08pkg: pkg_refresh: Don't execute make cleanDaniel Friesel-6/+0
2009-07-07pkg: Updated "No PKG_ROOT" error messageDaniel Friesel-1/+1
2009-07-07pkg: Recommend to postfix manuals in man/ with .podDaniel Friesel-1/+1
2009-07-07Finished core → pkg transition (updated manuals and info/error messages)Daniel Friesel-3/+3
2009-07-07pkg: Added short actions (pkg a = add etc)Daniel Friesel-11/+11
2009-07-07pkg: Deprecated pkg install and pkg delete as wellDaniel Friesel-0/+6
2009-07-07Shortened pkg, updated pkg(1) and the zsh completionDaniel Friesel-4/+6
2009-07-07pkg: Deprecated pkg upgrade in favour of pkg pullDaniel Friesel-0/+3
2009-07-06pkg: debug: Don't rely on the pkg package being called 'core'Daniel Friesel-2/+2
2009-07-06pkg: pkg_status: Make more sense when used with SILENT=1Daniel Friesel-3/+7
2009-07-06pkg: Execute prereqs in function scopeDaniel Friesel-8/+13
This should encourage the use of typeset / setopt localoptions where neccessary
2009-07-06pkg: check_prereqs: Deprecated require (replaced by depend)Daniel Friesel-1/+4
2009-07-06pkg: added COLOUR and PROGRESS settings and optionsDaniel Friesel-1/+14
2009-07-05pkg: prereqs: Remaned file_in_path to executableDaniel Friesel-1/+4
2009-07-05pkg: --debug: Use PKG_DIR when showing pkg versionDaniel Friesel-1/+1
2009-07-05checklinks: Added --msglevel optionDaniel Friesel-7/+15
2009-07-05checklinks: Documented the exit valueDaniel Friesel-0/+5
2009-07-05checklinks: Fixed exit codeDaniel Friesel-1/+1
2009-07-04checklinks: --remove: Fixed a warningDaniel Friesel-1/+1
2009-07-01pkg: Fixed vcs_fix_originDaniel Friesel-2/+2
2009-07-01pkg: pkg_update: Use a little less clear_line / not newline-terminated messagesDaniel Friesel-3/+2
2009-07-01pkg: populate_collected: Removed some uselessly verbose progress messagesDaniel Friesel-26/+1
2009-07-01pkg: Fixed a grave mistake in the previous commit (wtf, though)Daniel Friesel-1/+1
2009-07-01pkg: vcs_*: It's better to cd when working with gitDaniel Friesel-19/+17
2009-06-26pkg: check_prereqs: 'continue' is not a questionDaniel Friesel-1/+1
2009-06-25checklinks: Don't use bareword filehandlesDaniel Friesel-3/+3
2009-06-24pkg: check_prereqs: Indicate when the user needs to press a keyDaniel Friesel-1/+1
2009-06-22pkg: Fixed an error in the previous commitDaniel Friesel-1/+1
2009-06-22pkg: Unset git parameters before executing hooksDaniel Friesel-1/+1
2009-06-22checklinks: Use exit code to indicate grave errorsDaniel Friesel-0/+7
2009-06-19pkg: vcs_setup: Set GIT_CONFIGDaniel Friesel-1/+2
2009-06-18Added status messages to checklinks(1)Daniel Friesel-0/+49
2009-06-18checklinks: Use msglevel instead of $quietDaniel Friesel-12/+13
2009-06-18pkg: Really use long options for checklinksDaniel Friesel-1/+1
2009-06-18pkg: Call checklinks with long options for better readabilityDaniel Friesel-1/+1
2009-06-18pkg: Restructured the beginnig of the programDaniel Friesel-27/+22
2009-06-17checklinks(1): Added an example links fileDaniel Friesel-0/+9
2009-06-17pkg: Use $CL_OPTIONS for checklinks -r as wellDaniel Friesel-1/+1
2009-06-17pkg: pkg_info: No need to pre-fetch the versionsDaniel Friesel-4/+2
2009-06-16pkg pull: Fixed autoupdateDaniel Friesel-1/+1