summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2009-05-28pkg: Support the XDG basedir spec as well (~/.config/pkg/pkg.conf)Daniel Friesel-1/+3
2009-05-20Release v1.0 or somethingDaniel Friesel-0/+9
2009-05-20pkg: Shortened debug aliasDaniel Friesel-1/+1
2009-05-17include/bootstrap: Fixed alignmentDaniel Friesel-1/+1
2009-05-17Added a little pkg-setup documentDaniel Friesel-0/+25
2009-05-17Added READMEDaniel Friesel-0/+9
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-07Added very basic test for pkg pullDaniel Friesel-0/+16
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-05-01Added short test to check if prereqs are sourcedDaniel Friesel-0/+5
2009-04-30pkg.conf(5): handle $' as code (it shouldn't be replaced by $’)Daniel Friesel-2/+2
2009-04-30The colours are customizable, so add them to pkg.conf(5)Daniel Friesel-0/+17
2009-04-30pkg.conf(5): Fixed CL_OPTIONS syntaxDaniel Friesel-1/+1
2009-04-30pkg(1): Removed WARNING (we're fairly stable already)Daniel Friesel-5/+0
2009-04-29Renamed $PDIR to $PKG_DIR for more consistencyDaniel Friesel-76/+83
2009-04-28pkg: Improved infos with --debug, show git versionDaniel Friesel-12/+18
2009-04-27pkg(1), pkg(7): Updated description in NAMEDaniel Friesel-2/+2
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-24test/main: Woops. Don't fail when no GIT_ parameters are setDaniel Friesel-1/+1
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-23test/main: Unset all git environment parameters before startingDaniel Friesel-0/+1
2009-04-23pkg: list_update_remote: Don't rely on ssh return status, !=0 does not ↵Daniel Friesel-3/+3
always indicate failure
2009-04-22Added tests for pkg pushDaniel Friesel-49/+65
2009-04-21Added tests for GIT_USE_ORIGINDaniel Friesel-70/+79
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
2009-04-21pkg: pkg_push: Sanitized if syntaxDaniel Friesel-3/+2
2009-04-21pkg: Use "source" instead of "." to read the configDaniel Friesel-1/+1
2009-04-21pkg: Improved some error messagesDaniel Friesel-4/+4
2009-04-21pkg: vcs_branch_master: This can only be an error with GIT_USE_ORIGIN=0Daniel Friesel-2/+2
2009-04-21pkg: real_priority: Warn upon invalid priorityDaniel Friesel-1/+1
2009-04-20pkg: Print all config vars in debug modeDaniel Friesel-6/+11
2009-04-20pkg(7): git: Updated information about the master branchDaniel Friesel-3/+3
2009-04-20pkg: Generalized names of the list_ functionsDaniel Friesel-10/+10
2009-04-20pkg: Fixed --checklinks-options parsingDaniel Friesel-0/+2
2009-04-20pkg: Added --packageroot optionDaniel Friesel-22/+23
2009-04-20pkg: Removed support for short optionsDaniel Friesel-19/+17
2009-04-20pkg: Moved all direct package list access into the list_ functionsDaniel Friesel-5/+13