| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-31 | Remove alsa-utils in favor of tinyalsa | Michael Forney | |
| 2021-06-27 | alsa-utils: Update to 1.2.5.1 | Michael Forney | |
| 2020-10-26 | alsa-utils: Update to 1.2.4 | Michael Forney | |
| 2020-06-10 | alsa-utils: Update to 1.2.3 | Michael Forney | |
| 2020-02-20 | alsa-lib: Update to 1.2.2 | Michael Forney | |
| 2019-11-13 | alsa-utils: Update to 1.2.1 | Michael Forney | |
| 2019-05-22 | alsa-utils: Update to 1.1.9 | Michael Forney | |
| 2019-01-28 | alsa-utils: Update to 1.1.8 | Michael Forney | |
| 2018-11-03 | alsa-utils: Update to 1.1.7 | Michael Forney | |
| 2018-04-12 | alsa-utils: Update to 1.1.6 | Michael Forney | |
| 2017-11-14 | alsa-utils: Update to 1.1.5 | Michael Forney | |
| 2017-10-24 | alsa-utils: Don't use config-posix.h | Michael Forney | |
| 2017-05-28 | alsa-utils: Update to 1.1.4 | Michael Forney | |
| 2016-12-29 | alsa-utils: Update to 1.1.3 | Michael Forney | |
| 2016-12-13 | Move to flat package hierarchy | Michael Forney | |
| Note to self: never try to move submodules again To migrate your existing submodules (more or less): set -x set -e mkdir .git/modules/pkg for old in */*/src ; do new="pkg/${old#*/}" if ! [ -f "$old/.git" ] || [ "${old%%/*}" = pkg ] ; then continue fi git -C ".git/modules/$old" config core.worktree "../../../../../$new" rmdir "$new" mv "$old" "$new" sed -e "s,$old,$new," "$new/.git" > "$new/.git.tmp" mv "$new/.git.tmp" "$new/.git" mkdir ".git/modules/${new%/src}" mv ".git/modules/$old" ".git/modules/$new" rm "${old%/src}"/*.ninja mv "${old%/src}"/*.tar.{gz,xz,bz2} "${new%/src}/" rmdir "${old%/src}" || true done sed -e 's,^\[submodule "[^/]*/,[submodule "pkg/,' .git/config > .git/config.tmp mv .git/config.tmp .git/config | |||
