Age | Commit message (Expand) | Author | Lines |
2008-10-09 | pkg check -> pkg refresh, this also obsoletes the pkg eval fiddling | Daniel Friesel | -17/+16 |
2008-10-09 | Removed hgrc (does not belong to pkg nor core anymore) | Daniel Friesel | -3/+0 |
2008-10-09 | pkg(7): Added packages_root | Daniel Friesel | -0/+12 |
2008-10-08 | Updated documentation (.links -> links) | Daniel Friesel | -3/+3 |
2008-10-08 | bin/checklinks: Allow 'links' as well as '.links' | Daniel Friesel | -4/+9 |
2008-10-08 | pkglist: Use git log -n 1, so head -n 1 is not neccessary | Daniel Friesel | -3/+3 |
2008-10-08 | pkg(1): The pkglist-bug has been fixed | Daniel Friesel | -6/+2 |
2008-10-08 | bin/pkg: Fixed another, now it seems to work | Daniel Friesel | -3/+3 |
2008-10-08 | bin/pkg: Oopsie. Now the backwards-compatibility should wark | Daniel Friesel | -0/+1 |
2008-10-08 | Add on-demand update of remote list. Caution: Not yet 100% tested | Daniel Friesel | -8/+29 |
2008-10-08 | pkg(1): Refer to pkg(7) | Daniel Friesel | -1/+4 |
2008-10-08 | pkg(7): Added background and overall informations. Still far from complete | Daniel Friesel | -0/+46 |
2008-10-08 | pkg(1): Added credits | Daniel Friesel | -0/+14 |
2008-10-08 | Updated pkg manuals | Daniel Friesel | -8/+7 |
2008-10-08 | bin/pkg: Removed pkg doc and pkg changelog | Daniel Friesel | -20/+3 |
2008-10-08 | pkg(1): eval: Refer to examples and pkg(7) | Daniel Friesel | -1/+1 |
2008-10-08 | Updated bootstrap. No guarantee thet it really works, though | Daniel Friesel | -34/+13 |
2008-10-08 | Removed meta, it's useless and not up-to-date anyways | Daniel Friesel | -0/+0 |
2008-10-08 | bin/pkg: vcs_push: Only update if we're actually pushing... | Daniel Friesel | -9/+9 |
2008-10-08 | bin/pkg: pkg_push: Pushing means the package got changed, so do the update stuff | Daniel Friesel | -0/+9 |
2008-10-08 | Removed mercurial support | Daniel Friesel | -20/+9 |
2008-10-07 | removed pkg changeroot, it's no longer needed | Daniel Friesel | -20/+2 |
2008-10-07 | bin/pkg: clear_line: Use escape codes (faster, less code and better for debug... | Daniel Friesel | -6/+1 |
2008-10-07 | include/pkglist: Give error message for non-git/-hg packages | Daniel Friesel | -3/+2 |
2008-10-07 | bin/pkg: vcs_upgrade/push: Explicitly name branch | Daniel Friesel | -2/+2 |
2008-10-07 | Updated pkg(1), fixed some typos in the docs | Daniel Friesel | -6/+31 |
2008-10-07 | Added pkg(7), describing the concept and internal functions of pkg. Not yet f... | Daniel Friesel | -0/+117 |
2008-10-07 | pkg manpage: Fixed pod error discovered by penma | Daniel Friesel | -1/+1 |
2008-10-07 | bin/pkg: Don't assume a package has the correct origin | Daniel Friesel | -4/+4 |
2008-10-07 | bin/pkg: Fixed PKG_ROOT / PKG_PATH relation | Daniel Friesel | -2/+2 |
2008-10-07 | bin/pkg: check_prereqs: Don't subshell the file so offer_install actually works | Daniel Friesel | -1/+1 |
2008-10-07 | bin/pkg: Fixed eval-related bug | Daniel Friesel | -0/+1 |
2008-09-28 | Began adding the 'plain' package type | Daniel Friesel | -2/+8 |
2008-09-27 | pkg: Use .autocommit for automatic commits | Daniel Friesel | -0/+4 |
2008-09-21 | Removed todo | Daniel Friesel | -27/+0 |
2008-09-18 | bin/pkg: Use less external commands | Daniel Friesel | -5/+5 |
2008-09-18 | bin/pkg: Code cleanup | Daniel Friesel | -37/+37 |
2008-09-14 | More excessive completion | Daniel Friesel | -1/+19 |
2008-09-13 | zsh completion: _arguments is not needed anymore | Daniel Friesel | -5/+18 |
2008-09-13 | Added pkg eval | Daniel Friesel | -2/+7 |
2008-09-04 | completion: No more eval | Daniel Friesel | -22/+26 |
2008-08-21 | Updated todo | Daniel Friesel | -4/+4 |
2008-08-20 | bin/pkg: Check whether a package is tracked in the same VCS local and remote | Daniel Friesel | -2/+10 |
2008-08-17 | bin/pkg: Also use triggers for normal hooks | Daniel Friesel | -1/+1 |
2008-08-17 | bin/pkg: Collect provide-related hooks and execute them after everything else | Daniel Friesel | -1/+11 |
2008-08-17 | Added zsh completion for pkg | Daniel Friesel | -0/+36 |
2008-08-10 | bin/pkg: Execute prereqs/hooks in subshells | Daniel Friesel | -2/+2 |
2008-08-04 | list_incoming: Use zsh builtin for test | Daniel Friesel | -1/+1 |
2008-08-03 | bin/pkg: pkg_add: check prerequisites before doing anything else | Daniel Friesel | -1/+1 |
2008-08-03 | bin/pkg: pkg_check: Don't check prerequisites | Daniel Friesel | -1/+0 |