summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorLines
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
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-08checklinks: Fixed "uninitialized value" warning for existing non-link destina...Daniel Friesel-2/+2
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
2009-04-24pkg: progress: Clear line immediately before redrawing for smoother displayDaniel Friesel-1/+1
2009-04-24pkg: Check for -r instead of -f when reading the configDaniel Friesel-1/+1
2009-04-23pkg: list_update_remote: Don't rely on ssh return status, !=0 does not always...Daniel Friesel-3/+3
2009-04-21pkg: Don't use "if (command) {" constructsDaniel Friesel-6/+6
2009-04-21pkg: Use meaningful loop parameters (not $i)Daniel Friesel-31/+31
2009-04-21pkg: Made most of the vcs_ function independent of $PWDDaniel Friesel-10/+23
2009-04-21pkg: Began eliminating the cd madnessDaniel Friesel-18/+12