summaryrefslogtreecommitdiff
path: root/bin/pkg
AgeCommit message (Expand)AuthorLines
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-1/+1
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
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-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-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-19pkg: vcs_setup: Set GIT_CONFIGDaniel Friesel-1/+2
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-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
2009-06-16pkg {local-,remote-,}update → pkg update {local,remote,}Daniel Friesel-16/+10
2009-06-16pkg: Improved/removed useless comments, improved function namesDaniel Friesel-26/+7
2009-06-13pkg: vcs_add: Unset existing GIT_ parametersDaniel Friesel-0/+1
2009-06-03pkg: grep style fixesDaniel Friesel-3/+3
2009-06-01pkg: Set default value for XDG_CONFIG_HOMEDaniel Friesel-2/+3
2009-05-28pkg: Support the XDG basedir spec as well (~/.config/pkg/pkg.conf)Daniel Friesel-1/+3
2009-05-20pkg: Shortened debug aliasDaniel Friesel-1/+1
2009-05-15pkg: Shortened confirm_yesDaniel Friesel-1/+1
2009-05-14pkg: debug: Use $# instead of ${#*}Daniel Friesel-1/+1
2009-05-14pkg: set the proper git-config for push.default to avoid the new warningsDaniel Friesel-4/+7
2009-05-14pkg: Removed $PDIR supportDaniel Friesel-7/+0
2009-05-10pkg: check_prereqs: Shortened depend->require pseudo-aliasDaniel Friesel-4/+1
2009-05-02pkg: pkg_status: No need for tail when checkingDaniel Friesel-1/+1
2009-05-01pkg --debug: Display pkg version (as in commit hash)Daniel Friesel-1/+1
2009-04-29Renamed $PDIR to $PKG_DIR for more consistencyDaniel Friesel-58/+65
2009-04-28pkg: Improved infos with --debug, show git versionDaniel Friesel-12/+18
2009-04-24pkg: make -C is not specified by posix -> don't use itDaniel Friesel-3/+4
2009-04-24pkg: update_provides: Removed useless "remove" argumentDaniel Friesel-5/+2
2009-04-24pkg: Removed unneccessary directory changes in the pkg_ functionsDaniel Friesel-12/+5
2009-04-24pkg: wrap: Don't set $wrapped, it's used nowhereDaniel Friesel-3/+1
2009-04-24pkg: vcs_fix_origin: use $1 instead of $PWDDaniel Friesel-1/+1