Age | Commit message (Expand) | Author | Lines |
2009-04-20 | pkg: Generalized names of the list_ functions | Daniel Friesel | -10/+10 |
2009-04-20 | pkg: Fixed --checklinks-options parsing | Daniel Friesel | -0/+2 |
2009-04-20 | pkg: Added --packageroot option | Daniel Friesel | -17/+13 |
2009-04-20 | pkg: Removed support for short options | Daniel Friesel | -9/+9 |
2009-04-20 | pkg: Moved all direct package list access into the list_ functions | Daniel Friesel | -5/+13 |
2009-04-20 | pkg: pkg_list: not-installed: use list_is_installed instead of a direct grep | Daniel Friesel | -1/+1 |
2009-04-16 | pkg: Fixed a bug in pkg list remote | Daniel Friesel | -1/+1 |
2009-04-13 | pkg: debug: Show zsh version | Daniel Friesel | -0/+1 |
2009-04-12 | pkg: Fixed a bug in genocide_collected (manuals from man/ were not uninstalled) | Daniel Friesel | -2/+2 |
2009-04-12 | pkg: Added a forgotten newline in a die message | Daniel Friesel | -1/+1 |
2009-04-12 | pkg info: Don't show tags (they're not used anywhere and not even documented) | Daniel Friesel | -7/+0 |
2009-04-12 | pkg: pkg_info: Fixed tag display | Daniel Friesel | -1/+1 |
2009-04-12 | pkg: populate_collected: Fixed check if bin/.. needs update | Daniel Friesel | -1/+1 |
2009-04-12 | Added support and tests for a package directory outside of /home | Daniel Friesel | -2/+6 |
2009-04-12 | pkg: Shortened {populate,genocide}_collected (use nullglobbing) | Daniel Friesel | -47/+35 |
2009-04-12 | pkg: vcs_push: Check if we're on branch master if !GIT_USE_ORIGIN | Daniel Friesel | -11/+13 |
2009-04-12 | pkg: Shortened confirm_yes | Daniel Friesel | -5/+1 |
2009-04-12 | pkg: info, say, clear_line: Don't check for SILENT, make them no-ops when SIL... | Daniel Friesel | -3/+6 |
2009-04-10 | Added tests for pkg add, extended tests for pkg list | Daniel Friesel | -1/+1 |
2009-04-10 | pkg: list_update_remote: Use mktemp -t | Daniel Friesel | -1/+1 |
2009-04-09 | pkg: shortened check_valid function | Daniel Friesel | -3/+1 |
2009-04-05 | pkg: Improved overall support for symlinks | Daniel Friesel | -4/+4 |
2009-04-05 | pkg: Use typeset in functions | Daniel Friesel | -37/+52 |
2009-04-05 | pkg: Removed obsolete pkg_list_available function | Daniel Friesel | -4/+0 |
2009-04-05 | pkg: Fixed typo in comment | Daniel Friesel | -1/+1 |
2009-04-05 | pkg: Updated copyright notice | Daniel Friesel | -1/+1 |
2009-04-04 | pkg: pkg_list: Also list not-installed packages, depending on argument | Daniel Friesel | -4/+15 |
2009-04-04 | pkg: vcs_pull: Added newlines to the non-master-branch warning... | Daniel Friesel | -3/+3 |
2009-04-04 | pkg: list_update_remote: Also mention PKGLIST_PATH in the error message | Daniel Friesel | -1/+2 |
2009-04-04 | pkg: Do not rely on the core repo being not bare | Daniel Friesel | -3/+11 |
2009-04-04 | pkg: list_update_remote: Give error message if update failed | Daniel Friesel | -0/+2 |
2009-04-03 | pkg: Renamed vcs_upgrade to vcs_pull | Daniel Friesel | -2/+2 |
2009-04-03 | pkg: vcs_upgrade: Only fail on non-master branch when not using origin | Daniel Friesel | -6/+6 |
2009-04-02 | pkg: debug: use math expansion | Daniel Friesel | -1/+1 |
2009-03-28 | pkg: Fixed option parsing | Daniel Friesel | -2/+2 |
2009-03-25 | Added GIT_USE_ORIGIN config parameter to use the origin for push/pull or not | Daniel Friesel | -7/+15 |
2009-03-20 | pkg: Explain why wrap_info is empty | Daniel Friesel | -0/+2 |
2009-03-18 | pkg info: concatenate tags with zsh-builtins | Daniel Friesel | -1/+3 |
2009-03-18 | pkg: Fixed typo in a comment | Daniel Friesel | -1/+1 |
2009-03-14 | pkg: Don't accidently empty the remote package list | Daniel Friesel | -2/+8 |
2009-03-13 | pkg: For now, only support the master branch | Daniel Friesel | -3/+12 |
2009-03-12 | pkg refresh: For now, don't call vcs_fix_origin with rewrite, since git is to... | Daniel Friesel | -1/+1 |
2009-03-12 | pkg: Really fixed vcs_fix_origin, at least for now | Daniel Friesel | -0/+2 |
2009-03-12 | pkg: Fixed vcs_fix_origin | Daniel Friesel | -1/+1 |
2009-03-12 | pkg refresh: Forcefully fix git remote origin | Daniel Friesel | -1/+3 |
2009-03-12 | pkg: global post-update hook: Fixed parameters for checklinks | Daniel Friesel | -4/+2 |
2009-03-12 | pkg: Removed a trailing whitespace | Daniel Friesel | -1/+1 |
2009-03-08 | Support $package and $etc in links file | Daniel Friesel | -1/+6 |
2009-03-08 | pkg: vcs_upgrade: assume branches are set up correctly and do git pull withou... | Daniel Friesel | -11/+1 |
2009-03-08 | Use unicode in manuals | Daniel Friesel | -2/+2 |