Age | Commit message (Expand) | Author | Files | Lines |
2011-09-27 | functions: refactor get_{base,dir}name | Dave Reisner | 1 | -7/+8 |
2011-09-27 | functions: allow ignoring errors on module addition | Dave Reisner | 10 | -17/+28 |
2011-09-27 | base: remove superfluous leading / | Dave Reisner | 1 | -1/+1 |
2011-09-27 | cleanup and bashify install hooks | Dave Reisner | 17 | -266/+220 |
2011-09-27 | keymap: simplify unicode detection | Dave Reisner | 2 | -11/+10 |
2011-07-24 | keymap/consolefont: source rc.conf properly from $BASEDIR | Dave Reisner | 2 | -29/+37 |
2011-07-24 | install/consolefont: cleanup and refactor | Dave Reisner | 1 | -25/+27 |
2011-07-10 | generate VERSION only for the tarballHEADmaster | Florian Pritz | 1 | -9/+5 |
2011-07-09 | mkinitcpio: reference -h on failed option parsing | Dave Reisner | 1 | -2/+2 |
2011-07-09 | autodetect: add verbose feedback on autodetect success | Dave Reisner | 1 | -0/+4 |
2011-07-09 | functions: restore verbose feedback to add_module | Dave Reisner | 1 | -0/+1 |
2011-07-09 | mkinitcpio: add --quiet to bsdcpio without -v | Dave Reisner | 1 | -1/+3 |
2011-07-05 | lsinitcpio: fix logical error in reading compression0.7.2 | Dave Reisner | 1 | -1/+1 |
2011-07-05 | autodetect: check for /sys/devices before autodetecting | Dave Reisner | 1 | -2/+2 |
2011-07-05 | cleanup devel PKGBUILD | Dave Reisner | 1 | -4/+7 |
2011-07-05 | Makefile: allow git-describe to determine version | Dave Reisner | 1 | -5/+10 |
2011-07-04 | mkinitcpio: include version in help msg | Dave Reisner | 2 | -0/+2 |
2011-07-04 | fix module installation issues with BASEDIR | Dave Reisner | 1 | -1/+4 |
2011-07-04 | functions: do not null delimit modalias data | Dave Reisner | 1 | -2/+2 |
2011-07-04 | manpage: clarify behaviors, add example, fix typos | Dave Reisner | 1 | -5/+13 |
2011-07-04 | manpage: wrap at 80 columns, add a vim modeline | Dave Reisner | 1 | -15/+39 |
2011-07-04 | unify error messaging, both in grammar and output | Dave Reisner | 2 | -13/+14 |
2011-07-04 | mkinitcpio: refactor BASEDIR resolution | Dave Reisner | 1 | -11/+12 |
2011-07-03 | Release version 0.7.10.7.1 | Thomas Bächler | 1 | -1/+1 |
2011-07-03 | Merge branch 'working' of https://github.com/falconindy/mkinitcpio into working | Thomas Bächler | 3 | -10/+19 |
2011-07-02 | functions: remove cruft from in_array | Dave Reisner | 1 | -3/+2 |
2011-07-02 | cleanup rarely and unused variable declarations | Dave Reisner | 1 | -5/+2 |
2011-07-02 | Fix -k /path when -b is used | Gerardo Exequiel Pozzi | 1 | -1/+1 |
2011-07-02 | base/install: rewrite the config to sanitize it | Dave Reisner | 1 | -2/+15 |
2011-07-02 | Trim leading spaces in MODULES and earlymodules to prevent error messages whe... | Thomas Bächler | 1 | -3/+4 |
2011-07-02 | install modules all at once | Dave Reisner | 2 | -2/+6 |
2011-07-02 | functions: reorg, no code changes | Dave Reisner | 1 | -83/+83 |
2011-07-02 | always exit from cleanup | Dave Reisner | 2 | -18/+9 |
2011-07-01 | functions: call _add_file directly from add_module | Dave Reisner | 1 | -1/+1 |
2011-07-01 | function: fix whitespace errors | Dave Reisner | 1 | -21/+21 |
2011-07-01 | lsinitcpio: add optional colorized output | Dave Reisner | 2 | -17/+46 |
2011-07-01 | lsinitcpio: append, not overwrite found hooks | Dave Reisner | 1 | -1/+1 |
2011-07-01 | mkinitcpio: use msg instead of echo for hook help | Dave Reisner | 1 | -1/+1 |
2011-07-01 | avoid touching the linker directly | Dave Reisner | 2 | -24/+4 |
2011-07-01 | functions: reduce calls to modinfo | Dave Reisner | 1 | -27/+24 |
2011-06-30 | init_functions/default_mount_handler: use -l option for blkid to avoid syntax... | Thomas Bächler | 1 | -1/+1 |
2011-06-30 | function: return with 0 if we reach the end of add_binary | Dave Reisner | 1 | -0/+2 |
2011-06-30 | bash-completion: use a PE instead of sed | Dave Reisner | 1 | -1/+2 |
2011-06-30 | bash-completion: match style to rest of code | Dave Reisner | 1 | -5/+5 |
2011-06-30 | bash-completion: complete -k on kernel images | Dave Reisner | 1 | -1/+15 |
2011-06-30 | Release version 0.70.7 | Thomas Bächler | 1 | -1/+1 |
2011-06-30 | install/keymap: fix installation ($buildroot -> $BUILDROOT) | Thomas Bächler | 1 | -4/+4 |
2011-06-30 | Add .gitignore file | Thomas Bächler | 1 | -0/+4 |
2011-06-30 | Add asciidoc as makedepends in private PKGBUILD. | Gerardo Exequiel Pozzi | 1 | -0/+1 |
2011-06-27 | Use _get_comp_words_by_ref in bash completion | Sebastien Luttringer | 1 | -8/+8 |