summaryrefslogtreecommitdiff
path: root/package.inc.sh
AgeCommit message (Expand)Author
2019-02-13fixup ls-files command0.3Erick Cafferata
2019-02-11add arch32 support for ls-files commandErick Cafferata
2019-02-11add arch32 support for show commandErick Cafferata
2019-02-08add asp32 support for *log commandsErick Cafferata
2019-02-08cleanup checkout/export support for arch32-only packagesErick Cafferata
2019-02-08fix detection of arch32-only packagesErick Cafferata
2019-02-01add checkout/export support for arch32-only packagesErick Cafferata
2019-01-31replace sed oneliner with awkErick Cafferata
2019-01-22add support for patch to arch32 buildErick Cafferata
2019-01-20Merge remote-tracking branch 'upstream/master'Erich Eckner
2019-01-19change to git-show for condition checkErick Cafferata
2019-01-17Merge branch 'upstream/master'Erich Eckner
2019-01-17Merge branch 'upstream/master'Erich Eckner
2019-01-17Use exit status rather than string emptinessDave Reisner
2019-01-17fix parse issue in package_get_repos_with_arch()Erick Cafferata
2019-01-17replace die() for log_fatal()Erick Cafferata
2018-11-03Use --shared instead of --local for clonesDave Reisner
2018-10-15package.inc.sh: mangle the arch=() entry of the PKGBUILD0.1Erich Eckner
2018-09-13Use --shared instead of --local for clonesDave Reisner
2018-09-13Revert "Avoid hardlinks when cloning across filesystems"Dave Reisner
2018-09-12Avoid hardlinks when cloning across filesystemsDave Reisner
2018-08-19Use --local when creating a git clone for checkoutDave Reisner
2018-08-19Avoid cd, references to $startdirDave Reisner
2017-08-20simplify subtree decision makingDave Reisner
2017-07-07fully qualify remote ref to avoid ambiguityDave Reisner
2017-07-07ensure package_resolve returns an error on failed lookupDave Reisner
2017-06-18package: prefer tar over bsdtarDave Reisner
2017-05-23always preserve exit statuses on returnDave Reisner
2017-04-05quote $subtree expansionDave Reisner
2017-04-04avoid leaking git output for completionsDave Reisner
2017-03-31assorted cleanupDave Reisner
2017-03-25Handle split packagesDave Reisner
2017-03-25avoid variable pollution when using params by refDave Reisner
2017-03-12support showing files from repos dirDave Reisner
2017-03-12add ls-files subcommand, allow showing files other than PKGBUILDDave Reisner
2016-03-20fix some things highlighted by shellcheckDave Reisner
2014-09-27set pull.rebase=true on new repo creationDave Reisner
2014-09-27uggh, more branch creation twiddlingDave Reisner
2014-09-12hide the class of errors we want to ignore with -qfDave Reisner
2014-09-12pass proper refname to remote_update_refsDave Reisner
2014-09-12don't track remote branchesDave Reisner
2014-09-11forward update requessts to the remoteDave Reisner
2014-08-29add 'show' verb, to display a PKGBUILD for a packageDave Reisner
2014-08-28package: simplify arch/repo extractionDave Reisner
2014-08-28packages: only show log for trunk/ directoryDave Reisner
2014-08-19package: drop "private" log methods, merge into package_logDave Reisner
2014-08-18cleanup local tracking branches when untrackingDave Reisner
2014-08-06fix warnings when exporting a checked out branchDave Reisner
2014-07-31add checkout verb, to make bite-sized git reposDave Reisner
2014-07-31removed implemented TODODave Reisner