summaryrefslogtreecommitdiffstats
path: root/scripts/pkgdelta.sh.in
AgeCommit message (Expand)AuthorFilesLines
2017-04-04Replace @SIZECMD@ with POSIX-compatible commandDrew DeVault1-2/+2
2016-10-22makepkg: Move parseopts from library to libmakepkgAlad Wenter1-1/+6
2015-01-02pkgdelta: Use high compression options offered by xdelta3Mohammad Alsaleh1-1/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2013-11-15Improve --help switch output for pacman contrib and pacman scriptsJason St. John1-4/+7
2013-03-14pkgdelta: fix improper passing of file argumentDave Reisner1-2/+3
2013-03-08scripts: Add color to pkgdeltaWilliam Giokas1-1/+7
2012-12-14pkgdelta: avoid use of eval and IFS manipulationDave Reisner1-16/+12
2012-09-18pkgdelta: pass correct args to create_deltaDave Reisner1-1/+1
2012-06-26pkgdelta: use human_to_size to parse --min-pkg-sizeDave Reisner1-6/+7
2012-06-26pkgdelta: add missing --version longoptDave Reisner1-1/+1
2012-05-21Merge branch 'maint'Dan McGee1-3/+3
2012-05-21pkgdelta: adopt parseopts for option parsingDave Reisner1-14/+24
2012-05-20Fix gettext usage in pkgdelta help instructionsDan McGee1-3/+3
2012-04-24Merge branch 'maint'Dan McGee1-22/+77
2012-04-21pkgdelta/repo-add: quoting fixesFlorian Pritz1-1/+1
2012-04-21pkgdelta: implement requirments for delta generationFlorian Pritz1-3/+49
2012-04-21pkgdelta: rework option/argument parserFlorian Pritz1-18/+27
2012-04-07Merge branch 'maint'Dan McGee1-3/+3
2012-04-07pkgdelta: exit 1 upon errorFlorian Pritz1-2/+2
2012-04-07pkgdelta: use bsdtar -q optionDan McGee1-1/+1
2012-01-31Merge branch 'maint'Dan McGee1-4/+4
2012-01-31scripts: always use printf with embedded gettextDave Reisner1-4/+4
2011-12-07scripts/*: Declare several constant variables read-onlyLukas Fleischer1-1/+1
2011-09-28pkgdelta: proper quoting in [[ expression ]]lolilolicon1-3/+3
2011-08-11scripts/pkgdelta: fix `make distcheck`Dan McGee1-1/+3
2011-07-28scripts/pkgdelta: exit properly on missing argsDave Reisner1-2/+1
2011-06-30fix vim syntax highlighting of .sh filesFlorian Pritz1-1/+1
2011-06-24po/: split into scripts/po/ and src/pacman/po/Dan McGee1-1/+1
2011-06-15scripts: refactor output formatting functionsAllan McRae1-15/+1
2011-06-08pkgdelta: add vim modelineAllan McRae1-0/+2
2011-03-01Fix some easy to find double translationsDan McGee1-2/+2
2010-10-14Fix bash shell location checkDan McGee1-1/+1
2010-10-12Use sysconfdir, localstatedir, BASH instead of hardcoded valuesNezmer1-1/+1
2009-11-16scripts: replace test builtin [ with shell keywords [[ and ((Cedric Staniewski1-11/+11
2009-03-15Add pkgdelta script to create deltas.Xavier Chantry1-0/+165