summaryrefslogtreecommitdiffstats
path: root/git-interface
AgeCommit message (Expand)AuthorFilesLines
2016-02-06git-update: Replace aurinfo.py with python-srcinfonew-srcinfo-parserJohannes Löthberg2-225/+16
2016-02-06Fix issues reported by pyflakesLukas Fleischer3-14/+36
2015-11-26git-serve: Fix pkgbase_exists()Mark Weiman1-1/+1
2015-10-24git-serve: Add support for setting keywordsLukas Fleischer1-11/+44
2015-10-03Do not show ".SRCINFO unchanged" warning on restoreLukas Fleischer1-1/+1
2015-09-29Show a warning if .SRCINFO is unchangedLukas Fleischer1-0/+10
2015-09-16git-update: Use proper stop value for sliceLukas Fleischer1-1/+1
2015-08-16Add a restore command to the SSH interfaceLukas Fleischer2-9/+31
2015-08-14git-update: Add commentsLukas Fleischer1-0/+5
2015-08-14git-update: Remove superfluous assignmentLukas Fleischer1-1/+0
2015-08-14git-update: Move blacklist reading further downLukas Fleischer1-3/+3
2015-08-04aurinfo: Fix parsing with custom file when running scriptJohannes Löthberg1-1/+1
2015-08-04aurinfo: Allow lines starting with spacesJohannes Löthberg1-1/+1
2015-07-16git-update: Error out if PKGBUILD is missingLukas Fleischer1-2/+3
2015-07-04git-update: Fix error when printing SRCINFO errorsJohannes Löthberg1-1/+1
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