summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorLines
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
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: 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-17/+13
2009-04-20pkg: Removed support for short optionsDaniel Friesel-9/+9
2009-04-20pkg: Moved all direct package list access into the list_ functionsDaniel Friesel-5/+13
2009-04-20pkg: pkg_list: not-installed: use list_is_installed instead of a direct grepDaniel Friesel-1/+1
2009-04-16pkg: Fixed a bug in pkg list remoteDaniel Friesel-1/+1
2009-04-13pkg: debug: Show zsh versionDaniel Friesel-0/+1
2009-04-12pkg: Fixed a bug in genocide_collected (manuals from man/ were not uninstalled)Daniel Friesel-2/+2
2009-04-12checklinks(1): Better hardlink documentationDaniel Friesel-8/+11
2009-04-12pkg: Added a forgotten newline in a die messageDaniel Friesel-1/+1
2009-04-12pkg info: Don't show tags (they're not used anywhere and not even documented)Daniel Friesel-7/+0
2009-04-12pkg: pkg_info: Fixed tag displayDaniel Friesel-1/+1
2009-04-12pkg: populate_collected: Fixed check if bin/.. needs updateDaniel Friesel-1/+1
2009-04-12Added support and tests for a package directory outside of /homeDaniel Friesel-2/+6
2009-04-12pkg: Shortened {populate,genocide}_collected (use nullglobbing)Daniel Friesel-47/+35
2009-04-12pkg: vcs_push: Check if we're on branch master if !GIT_USE_ORIGINDaniel Friesel-11/+13
2009-04-12pkg: Shortened confirm_yesDaniel Friesel-5/+1
2009-04-12pkg: info, say, clear_line: Don't check for SILENT, make them no-ops when SIL...Daniel Friesel-3/+6
2009-04-10Added tests for pkg add, extended tests for pkg listDaniel Friesel-1/+1
2009-04-10checklinks: better error messages, removed commented out relictsDaniel Friesel-4/+1
2009-04-10pkg: list_update_remote: Use mktemp -tDaniel Friesel-1/+1
2009-04-09pkg: shortened check_valid functionDaniel Friesel-3/+1
2009-04-05pkg: Improved overall support for symlinksDaniel Friesel-4/+4
2009-04-05pkg: Use typeset in functionsDaniel Friesel-37/+52
2009-04-05pkg: Removed obsolete pkg_list_available functionDaniel Friesel-4/+0
2009-04-05pkg: Fixed typo in commentDaniel Friesel-1/+1
2009-04-05pkg: Updated copyright noticeDaniel Friesel-1/+1
2009-04-05checklinks: print_format: Use printfDaniel Friesel-7/+4
2009-04-04pkg: pkg_list: Also list not-installed packages, depending on argumentDaniel Friesel-4/+15
2009-04-04pkg: vcs_pull: Added newlines to the non-master-branch warning...Daniel Friesel-3/+3
2009-04-04pkg: list_update_remote: Also mention PKGLIST_PATH in the error messageDaniel Friesel-1/+2