index
:
mkinitcpio
master
working
Main repo at http://projects.archlinux.org/mkinitcpio.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
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.7
0.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
2011-06-27
Merge branch 'working'
Thomas Bächler
3
-11
/
+12
2011-06-27
mkinitcpio: fix resolution issues with RTLD
Dave Reisner
1
-3
/
+2
2011-06-27
install/base: use private API call to add config
Dave Reisner
2
-2
/
+4
2011-06-27
functions: fix pathing issue with $BASEDIR
Dave Reisner
1
-3
/
+3
2011-06-27
functions: s/basedir/BASEDIR/
Dave Reisner
1
-2
/
+2
2011-06-27
functions: add missing 'command' before install
Dave Reisner
1
-1
/
+1
2011-06-26
Add missing /etc/bash_completion.d in Makefile
Gerardo Exequiel Pozzi
1
-0
/
+1
2011-06-26
emove old '-a' option from bash completion and fix '-s' option.
Thomas Bächler
1
-2
/
+2
2011-06-26
Remove old '-m' option from bash completion.
Thomas Bächler
1
-2
/
+1
2011-06-26
Merge branch 'master' of https://github.com/seblu/arch-mkinitcpio into working
Thomas Bächler
3
-4
/
+45
2011-06-26
Add lsinitcpio bash completion
Sebastien Luttringer
1
-0
/
+12
2011-06-26
Use error function instead of echo
Sebastien Luttringer
1
-2
/
+2
2011-06-26
Print pretty message if no help is defined in hook
Sebastien Luttringer
1
-0
/
+4
2011-06-26
Fix printing of bash usage when asking for a bad hook
Sebastien Luttringer
1
-2
/
+6
2011-06-26
Add bash completion to mkinitcpio
Sebastien Luttringer
2
-0
/
+21
2011-06-26
Makefile: the Makefile itself is a dep for the manpage
Dave Reisner
1
-1
/
+1
2011-06-26
functions: support $BASEDIR in modprobe
Dave Reisner
1
-1
/
+1
2011-06-26
install/autodetect: refactor and simplify hook
Dave Reisner
2
-77
/
+39
2011-06-25
Fix some install hooks due recent change in all_modules()
Gerardo Exequiel Pozzi
4
-4
/
+4
2011-06-25
Added usbinput to default hooks (implements FS#19328)
Eric Bélanger
1
-1
/
+1
2011-06-25
properly support $BASEDIR
Dave Reisner
2
-51
/
+108
2011-06-25
install/{sata,pata,scsi}: cleanup and simplify
Dave Reisner
3
-60
/
+41
2011-06-25
mkinitcpio: allow absolute paths to preset files
Dave Reisner
1
-2
/
+6
2011-06-25
add a PKGBUILD for easier testing from the repo
Dave Reisner
1
-0
/
+25
2011-06-25
mkinitcpio: catch errors in parse_hook
Dave Reisner
2
-1
/
+15
2011-06-25
README: update copyright year, add self as author
Dave Reisner
1
-1
/
+2
[next]