Age | Commit message (Expand) | Author | Files | Lines |
2011-07-19 | pacman-key: correct spelling mistake | Pang Yan Han | 1 | -1/+1 |
2011-07-19 | pacman-key: add dependency on parse_options to Makefile | Allan McRae | 1 | -1/+2 |
2011-07-19 | pacman-key: check required permissions on keyring | Allan McRae | 1 | -0/+20 |
2011-07-19 | pacman-key: add --init option | Allan McRae | 1 | -8/+26 |
2011-07-19 | pacman-key: tidy up logic for finding pacman keyring directory | Dave Reisner | 1 | -5/+3 |
2011-07-19 | pacman-key: refactor get_from | Dave Reisner | 1 | -8/+10 |
2011-07-19 | pacman-key: add --verify option | Allan McRae | 1 | -3/+7 |
2011-07-19 | pacman-key: check only a single operation has been specified | Allan McRae | 1 | -0/+16 |
2011-07-19 | pacman-key: move verifying keyring files to own function | Allan McRae | 1 | -20/+28 |
2011-07-19 | pacman-key: move --edit-key and --receive processing to functions | Allan McRae | 1 | -21/+26 |
2011-07-19 | pacman-key: hide output of executed commands on logic checks | Ivan Kanakarakis | 1 | -4/+4 |
2011-07-19 | pacman-key: rename --trust to --edit-key | Allan McRae | 1 | -8/+8 |
2011-07-19 | pacman-key: fix quotation on several variable assignments | Ivan Kanakarakis | 1 | -8/+8 |
2011-07-19 | pacman-key: allow the export of all key ids | Allan McRae | 1 | -3/+3 |
2011-07-19 | pacman-key: rename --del to --delete | Allan McRae | 1 | -3/+3 |
2011-07-19 | pacman-key: remove the --adv option | Allan McRae | 1 | -11/+2 |
2011-07-19 | pacman-key: use our option parser | Allan McRae | 1 | -93/+98 |
2011-07-18 | Merge branch 'maint' | Dan McGee | 1 | -1/+1 |
2011-07-18 | makepkg: fix issue with filenames with spaces and noextract | Allan McRae | 1 | -1/+1 |
2011-07-18 | repo-add: do not print full path of signature file | Allan McRae | 1 | -1/+1 |
2011-07-18 | repo-add: always remove repo signature symlink | Allan McRae | 1 | -2/+1 |
2011-07-18 | makepkg: only test for writable PKGDEST when needed. | Rogutės Sparnuotos | 1 | -1/+1 |
2011-07-18 | Move some .gitignore entries | Allan McRae | 1 | -2/+3 |
2011-07-14 | makepkg: remove unused -C option from option list | Dave Reisner | 1 | -1/+1 |
2011-07-14 | makepkg: skip devel_check when reading from a pipe | Dave Reisner | 1 | -2/+2 |
2011-07-14 | makepkg: Remove pre-optimization from in_array() | DJ Mills | 1 | -1/+0 |
2011-07-14 | makepkg: Remove OPT_TEMP hack in parse_options call | DJ Mills | 1 | -3/+1 |
2011-07-14 | Add 'compress' compression format as an available option | Dan McGee | 2 | -0/+3 |
2011-07-05 | repo-add: backup old database signature too | Allan McRae | 1 | -1/+5 |
2011-07-05 | pacman-key: fix syntax highlighting | Allan McRae | 1 | -1/+1 |
2011-07-05 | Add library files to POTFILES.in | Allan McRae | 1 | -0/+2 |
2011-07-05 | parse_options: accept multiple arguments | Allan McRae | 1 | -7/+23 |
2011-07-05 | parse_options: implement optional arguments | Allan McRae | 1 | -4/+15 |
2011-07-05 | parse_options: add missing newlines | Allan McRae | 1 | -2/+2 |
2011-06-30 | fix vim syntax highlighting of .sh files | Florian Pritz | 8 | -8/+8 |
2011-06-30 | Merge remote-tracking branch 'dave/makepkg' | Dan McGee | 1 | -5/+3 |
2011-06-30 | repo-add.sh.in: avoid being clever with repo repacking | Dave Reisner | 1 | -2/+7 |
2011-06-30 | repo-add: fix db creation one last time | Dan McGee | 1 | -9/+11 |
2011-06-30 | makepkg: only source user override if using default config file | Dan McGee | 1 | -2/+3 |
2011-06-30 | makepkg: fix typo (missing quotes) | Rémy Oudompheng | 1 | -2/+2 |
2011-06-30 | makepkg: fix removing symbolic link | Allan McRae | 1 | -1/+1 |
2011-06-28 | makepkg: simplify SIGNPKG check | Dave Reisner | 1 | -3/+1 |
2011-06-28 | makepkg: fix vim syntax highlighting | Dave Reisner | 1 | -1/+1 |
2011-06-28 | makepkg: remove unneeded echo | Dave Reisner | 1 | -1/+1 |
2011-06-27 | Revert "Merge branch 'master' of git://projects.archlinux.org/pacman" | Dan McGee | 1 | -1/+1 |
2011-06-27 | repo-add: remove extra exit call | Dan McGee | 1 | -1/+0 |
2011-06-27 | pacman-optimize: use output library | Dan McGee | 2 | -11/+5 |
2011-06-27 | Merge remote-tracking branch 'dave/repo-add' | Dan McGee | 3 | -87/+120 |
2011-06-27 | repo-add: add new command, repo-elephant | Dave Reisner | 2 | -1/+27 |
2011-06-27 | repo-add: enforce file extensions | Dave Reisner | 1 | -9/+20 |