summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2009-04-02pkg: debug: use math expansionDaniel Friesel-1/+1
2009-03-28pkg: Fixed option parsingDaniel Friesel-2/+2
2009-03-25Added GIT_USE_ORIGIN config parameter to use the origin for push/pull or notDaniel Friesel-7/+24
2009-03-20pkg: Explain why wrap_info is emptyDaniel Friesel-0/+2
2009-03-18pkg info: concatenate tags with zsh-builtinsDaniel Friesel-1/+3
2009-03-18pkg.conf(5): Some style fixes in the custom hook descriptionDaniel Friesel-4/+4
2009-03-18pkg: Fixed typo in a commentDaniel Friesel-1/+1
2009-03-14pkg: Don't accidently empty the remote package listDaniel Friesel-2/+8
2009-03-13pkg(7): Fixed typo pointed out by zabaDaniel Friesel-1/+1
2009-03-13pkg(7): Added short note about gitDaniel Friesel-0/+7
2009-03-13pkg: For now, only support the master branchDaniel Friesel-3/+12
2009-03-12pkg refresh: For now, don't call vcs_fix_origin with rewrite, since git is to...Daniel Friesel-1/+1
2009-03-12pkg: Really fixed vcs_fix_origin, at least for nowDaniel Friesel-0/+2
2009-03-12pkg: Fixed vcs_fix_originDaniel Friesel-1/+1
2009-03-12pkg refresh: Forcefully fix git remote originDaniel Friesel-1/+3
2009-03-12newpackage: Create package locally as wellDaniel Friesel-0/+5
2009-03-12checklinks(1): Fixed typos pointed out by penmaDaniel Friesel-5/+5
2009-03-12checklinks(1): $etc: Added exampleDaniel Friesel-1/+1
2009-03-12checklinks: Removed old (obsolete) option parsingDaniel Friesel-9/+0
2009-03-12pkg: global post-update hook: Fixed parameters for checklinksDaniel Friesel-4/+2
2009-03-12Added helper to create a new package in the PKG_ROOTDaniel Friesel-0/+29
2009-03-12pkg: Removed a trailing whitespaceDaniel Friesel-1/+1
2009-03-08Updated checklinks documentationDaniel Friesel-2/+13
2009-03-08Support $package and $etc in links fileDaniel Friesel-1/+17
2009-03-08pkg(7): Mention MakefilesDaniel Friesel-0/+4
2009-03-08pkg: vcs_upgrade: assume branches are set up correctly and do git pull withou...Daniel Friesel-11/+1
2009-03-08Merge branch 'master' of ssh://aneurysm/home/derf/var/packages_root/coreDaniel Friesel-37/+44
2009-03-08Use unicode in manualsDaniel Friesel-3/+3
2009-03-08Added arguments (-q etc) to zsh completionDaniel Friesel-36/+43
2009-03-08Fixed wrong argument in pkg(1)Daniel Friesel-1/+1
2009-03-07pkg: grep to /dev/nullDaniel Friesel-1/+1
2009-03-05vcs_fix_origin: Also check for origin in .git/configDaniel Friesel-1/+2
2009-02-24pkg: Whoops, really apply change to vcs_fix_originDaniel Friesel-1/+1
2009-02-24pkg: vcs_fix_origin: the remote is a directory in newer git versionsDaniel Friesel-1/+1
2009-02-24Merge branch 'master' of /home/derf/var/packages_root/core/Daniel Friesel-2/+2
2009-02-24pkg: Fixed some cosmetic mistakes in check_prereqsDaniel Friesel-10/+10
2009-02-24pkg: vcs_fix_origin: Just check for the fileDaniel Friesel-2/+2
2009-02-21pkg: parameter setup: autoload sanityDaniel Friesel-2/+2
2009-02-11pkg: genocide_collected: Removed TODO (that's the responsibility of the packa...Daniel Friesel-1/+0
2009-01-29pkg: fix_origin: We already are in the right directoryDaniel Friesel-1/+0
2009-01-29pkg: Renamed fix_origin to vcs_fix_originDaniel Friesel-11/+12
2009-01-29pkg: only execute fix_origin after pulling/pushingDaniel Friesel-1/+2
2009-01-26checklinks: Fixed mkdirsDaniel Friesel-2/+5
2009-01-26checklinks: Create parent directories if neccessaryDaniel Friesel-0/+14
2009-01-24pkg: check_prereqs: recommend: Fixed info messageDaniel Friesel-1/+1
2009-01-24Fixed a typo in pkg.conf(5)Daniel Friesel-1/+1
2009-01-23Added support for global hooks via .pkg.confDaniel Friesel-0/+15
2009-01-22Updated pkg(7)Daniel Friesel-1/+8
2009-01-22pkg: check_prereqs: Removed unneccessary subshellsDaniel Friesel-4/+4
2009-01-22pkg: check_prereqs: Added recommends and suggests, aliased depend to requireDaniel Friesel-5/+33