Age | Commit message (Expand) | Author | Lines |
2009-07-01 | pkg: pkg_update: Use a little less clear_line / not newline-terminated messages | Daniel Friesel | -3/+2 |
2009-07-01 | pkg: populate_collected: Removed some uselessly verbose progress messages | Daniel Friesel | -26/+1 |
2009-07-01 | pkg: Fixed a grave mistake in the previous commit (wtf, though) | Daniel Friesel | -1/+1 |
2009-07-01 | pkg: vcs_*: It's better to cd when working with git | Daniel Friesel | -19/+17 |
2009-06-26 | pkg: check_prereqs: 'continue' is not a question | Daniel Friesel | -1/+1 |
2009-06-24 | pkg: check_prereqs: Indicate when the user needs to press a key | Daniel Friesel | -1/+1 |
2009-06-22 | pkg: Fixed an error in the previous commit | Daniel Friesel | -1/+1 |
2009-06-22 | pkg: Unset git parameters before executing hooks | Daniel Friesel | -1/+1 |
2009-06-19 | pkg: vcs_setup: Set GIT_CONFIG | Daniel Friesel | -1/+2 |
2009-06-18 | pkg: Really use long options for checklinks | Daniel Friesel | -1/+1 |
2009-06-18 | pkg: Call checklinks with long options for better readability | Daniel Friesel | -1/+1 |
2009-06-18 | pkg: Restructured the beginnig of the program | Daniel Friesel | -27/+22 |
2009-06-17 | pkg: Use $CL_OPTIONS for checklinks -r as well | Daniel Friesel | -1/+1 |
2009-06-17 | pkg: pkg_info: No need to pre-fetch the versions | Daniel Friesel | -4/+2 |
2009-06-16 | pkg pull: Fixed autoupdate | Daniel Friesel | -1/+1 |
2009-06-16 | pkg {local-,remote-,}update → pkg update {local,remote,} | Daniel Friesel | -16/+10 |
2009-06-16 | pkg: Improved/removed useless comments, improved function names | Daniel Friesel | -26/+7 |
2009-06-13 | pkg: vcs_add: Unset existing GIT_ parameters | Daniel Friesel | -0/+1 |
2009-06-03 | pkg: grep style fixes | Daniel Friesel | -3/+3 |
2009-06-01 | pkg: Set default value for XDG_CONFIG_HOME | Daniel Friesel | -2/+3 |
2009-05-28 | pkg: Support the XDG basedir spec as well (~/.config/pkg/pkg.conf) | Daniel Friesel | -1/+3 |
2009-05-20 | pkg: Shortened debug alias | Daniel Friesel | -1/+1 |
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-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-04-29 | Renamed $PDIR to $PKG_DIR for more consistency | Daniel Friesel | -58/+65 |
2009-04-28 | pkg: Improved infos with --debug, show git version | Daniel Friesel | -12/+18 |
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 | 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 | pkg: list_update_remote: Don't rely on ssh return status, !=0 does not always... | Daniel Friesel | -3/+3 |
2009-04-21 | pkg: Don't use "if (command) {" constructs | Daniel Friesel | -6/+6 |
2009-04-21 | pkg: Use meaningful loop parameters (not $i) | Daniel Friesel | -31/+31 |
2009-04-21 | pkg: Made most of the vcs_ function independent of $PWD | Daniel Friesel | -10/+23 |
2009-04-21 | pkg: Began eliminating the cd madness | Daniel Friesel | -18/+12 |
2009-04-21 | pkg: pkg_push: Sanitized if syntax | Daniel Friesel | -3/+2 |
2009-04-21 | pkg: Use "source" instead of "." to read the config | Daniel Friesel | -1/+1 |
2009-04-21 | pkg: Improved some error messages | Daniel Friesel | -4/+4 |
2009-04-21 | pkg: vcs_branch_master: This can only be an error with GIT_USE_ORIGIN=0 | Daniel Friesel | -2/+2 |
2009-04-21 | pkg: real_priority: Warn upon invalid priority | Daniel Friesel | -1/+1 |
2009-04-20 | pkg: Print all config vars in debug mode | Daniel Friesel | -6/+11 |
2009-04-20 | pkg: Generalized names of the list_ functions | Daniel Friesel | -10/+10 |