summaryrefslogtreecommitdiffstats
path: root/git-interface
AgeCommit message (Expand)AuthorFilesLines
2015-06-27git-update: Improve error message on invalid pkgbaseLukas Fleischer1-1/+1
2015-06-27Add support for multiple SSH public keysLukas Fleischer1-2/+4
2015-06-27git-update: Allow privileged users to bypass blacklistJohannes Löthberg1-1/+2
2015-06-27git-serve: Drop direct AccountType checking, use AUR_PRIVILEGEDJohannes Löthberg1-2/+1
2015-06-27git-auth: Set AUR_PRIVILEGED env var for TUs & devsJohannes Löthberg1-2/+4
2015-06-27git: Use AUR_USER env var instead of ForceCommand argumentJohannes Löthberg2-3/+24
2015-06-27git: Use .format everywhere instead of %Johannes Löthberg3-47/+47
2015-06-20Make url and pkgdesc fields optionalJohannes Löthberg1-2/+6
2015-06-20git-update: Remove regex matching of URLJohannes Löthberg1-3/+0
2015-06-14git-update: Fix parsing of versioned optdependsLukas Fleischer1-4/+12
2015-06-14aurinfo: Fix bug with space indents creating split packagesJohannes Löthberg1-1/+5
2015-06-12git-serve: Support cloning with simplified pathsJohannes Löthberg1-2/+4
2015-06-11git-update: Allow non-fast-forwards for TUsLukas Fleischer1-6/+9
2015-06-11git-update: Deny non-fast-forwardsLukas Fleischer1-0/+9
2015-06-11Support exceptions in the maintenance modeLukas Fleischer1-1/+4
2015-06-11Implement a maintenance modeLukas Fleischer1-0/+5
2015-06-11Do not use symrefs for manually created Git refsLukas Fleischer2-17/+10
2015-06-08git-update: Avoid duplicate notificationsLukas Fleischer1-2/+6
2015-06-08git-update: Drop writing git description fileJohannes Löthberg1-6/+0
2015-06-08git-update: Improve error message for non-blob objectsLukas Fleischer1-1/+10
2015-06-08Use extract_arch_fields when checking for source filesJohannes Löthberg1-1/+2
2015-06-08git-update: Increase maximum blob size to 250kBLukas Fleischer1-2/+2
2015-06-08git-serve: Use `pkgbase` for errors about invalid namesWieland Hoffmann1-1/+1
2015-06-04git-update: Prevent from overwriting packagesLukas Fleischer1-1/+11
2015-06-04git-update: Only check HEAD for blacklisted packagesLukas Fleischer1-4/+6
2015-06-04git-update: Only check HEAD for matching pkgbaseLukas Fleischer1-1/+6
2015-06-02config.proto: CleanupLukas Fleischer1-1/+0
2015-06-02Setup Git repositories even if package base existsLukas Fleischer1-7/+17
2015-06-02Add a Makefile for the git-auth wrapperLukas Fleischer4-3/+22
2015-06-02Restructure scriptsLukas Fleischer5-0/+675