Age | Commit message (Expand) | Author | Lines |
2009-06-16 | pkg {local-,remote-,}update → pkg update {local,remote,} | Daniel Friesel | -27/+17 |
2009-06-16 | pkg: Improved/removed useless comments, improved function names | Daniel Friesel | -26/+7 |
2009-06-16 | Removed bootstrap manpage (it's rather useless) | Daniel Friesel | -31/+0 |
2009-06-14 | Changelog: Fixed a typo | Daniel Friesel | -1/+1 |
2009-06-14 | Changelog: Added v1.0.1 | Daniel Friesel | -0/+7 |
2009-06-14 | README: perldoc -F is faster | Daniel Friesel | -1/+1 |
2009-06-14 | bootstrap: Mention that $PATH should include ~/bin when running pkg | Daniel Friesel | -0/+7 |
2009-06-13 | pkg: vcs_add: Unset existing GIT_ parameters | Daniel Friesel | -0/+1 |
2009-06-13 | Fixed completion for pkg add | Daniel Friesel | -1/+1 |
2009-06-08 | checklinks: Fixed "uninitialized value" warning for existing non-link destina... | Daniel Friesel | -2/+2 |
2009-06-07 | bootstrap: Trap errors | Daniel Friesel | -0/+1 |
2009-06-07 | bootstrap: setopt err_exit | Daniel Friesel | -1/+2 |
2009-06-03 | pkg: grep style fixes | Daniel Friesel | -3/+3 |
2009-06-02 | Changelog: Fixed a typo | Daniel Friesel | -1/+1 |
2009-06-01 | Updated tests | Daniel Friesel | -2/+2 |
2009-06-01 | bootstrap: Fixed default PKG_DIR | Daniel Friesel | -1/+1 |
2009-06-01 | pkg: Set default value for XDG_CONFIG_HOME | Daniel Friesel | -2/+3 |
2009-06-01 | bootstrap: Save config in $XDG_CONFIG_HOME by default | Daniel Friesel | -2/+6 |
2009-05-28 | pkg: Support the XDG basedir spec as well (~/.config/pkg/pkg.conf) | Daniel Friesel | -1/+3 |
2009-05-20 | Release v1.0 or something | Daniel Friesel | -0/+9 |
2009-05-20 | pkg: Shortened debug alias | Daniel Friesel | -1/+1 |
2009-05-17 | include/bootstrap: Fixed alignment | Daniel Friesel | -1/+1 |
2009-05-17 | Added a little pkg-setup document | Daniel Friesel | -0/+25 |
2009-05-17 | Added README | Daniel Friesel | -0/+9 |
2009-05-15 | pkg: Shortened confirm_yes | Daniel Friesel | -1/+1 |
2009-05-14 | pkg: debug: Use $# instead of ${#*} | Daniel Friesel | -1/+1 |
2009-05-14 | pkg: set the proper git-config for push.default to avoid the new warnings | Daniel Friesel | -4/+7 |
2009-05-14 | pkg: Removed $PDIR support | Daniel Friesel | -7/+0 |
2009-05-10 | pkg: check_prereqs: Shortened depend->require pseudo-alias | Daniel Friesel | -4/+1 |
2009-05-07 | Added very basic test for pkg pull | Daniel Friesel | -0/+16 |
2009-05-02 | pkg: pkg_status: No need for tail when checking | Daniel Friesel | -1/+1 |
2009-05-01 | pkg --debug: Display pkg version (as in commit hash) | Daniel Friesel | -1/+1 |
2009-05-01 | Added short test to check if prereqs are sourced | Daniel Friesel | -0/+5 |
2009-04-30 | pkg.conf(5): handle $' as code (it shouldn't be replaced by $’) | Daniel Friesel | -2/+2 |
2009-04-30 | The colours are customizable, so add them to pkg.conf(5) | Daniel Friesel | -0/+17 |
2009-04-30 | pkg.conf(5): Fixed CL_OPTIONS syntax | Daniel Friesel | -1/+1 |
2009-04-30 | pkg(1): Removed WARNING (we're fairly stable already) | Daniel Friesel | -5/+0 |
2009-04-29 | Renamed $PDIR to $PKG_DIR for more consistency | Daniel Friesel | -76/+83 |
2009-04-28 | pkg: Improved infos with --debug, show git version | Daniel Friesel | -12/+18 |
2009-04-27 | pkg(1), pkg(7): Updated description in NAME | Daniel Friesel | -2/+2 |
2009-04-24 | pkg: make -C is not specified by posix -> don't use it | Daniel Friesel | -3/+4 |
2009-04-24 | pkg: update_provides: Removed useless "remove" argument | Daniel Friesel | -5/+2 |
2009-04-24 | pkg: Removed unneccessary directory changes in the pkg_ functions | Daniel Friesel | -12/+5 |
2009-04-24 | test/main: Woops. Don't fail when no GIT_ parameters are set | Daniel Friesel | -1/+1 |
2009-04-24 | pkg: wrap: Don't set $wrapped, it's used nowhere | Daniel Friesel | -3/+1 |
2009-04-24 | pkg: vcs_fix_origin: use $1 instead of $PWD | Daniel Friesel | -1/+1 |
2009-04-24 | pkg: progress: Clear line immediately before redrawing for smoother display | Daniel Friesel | -1/+1 |
2009-04-24 | pkg: Check for -r instead of -f when reading the config | Daniel Friesel | -1/+1 |
2009-04-23 | test/main: Unset all git environment parameters before starting | Daniel Friesel | -0/+1 |
2009-04-23 | pkg: list_update_remote: Don't rely on ssh return status, !=0 does not always... | Daniel Friesel | -3/+3 |