| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-21 | pigz: Update to 2.8 | Michael Forney | |
| 2022-02-18 | pigz: Update to 2.7 | Michael Forney | |
| 2021-03-02 | pigz: Update to 2.6 | Michael Forney | |
| 2021-01-25 | pigz: Update to 2.5 | Michael Forney | |
| 2018-10-23 | Revert accidentally updated submodules in 6673d9ab52 | Michael Forney | |
| No one responded to my bug report[0] to the git mailing list. Maybe I should ping it. [0] https://public-inbox.org/git/CAGw6cBvLDNtYT6vfHcxmX0S_SS1vmYVCEkSD_ixah6cGKJ4H9w@mail.gmail.com/ | |||
| 2018-10-18 | curl: Probe for size of size_t, time_t and long | Michael Forney | |
| There are still several more SIZEOF_* constants in curl_config.h, but they seem to match for architectures we care about. | |||
| 2018-03-16 | Revert accidentally updated submodules in ↵ | Michael Forney | |
| b99ef6bfc544b340d6ea0d07b82f764539cc62e9 `git commit -a` with ignored submodules strikes again. I really should report a bug about this. | |||
| 2018-03-10 | libdrm: Check if config.video_drivers is set | Michael Forney | |
| 2017-12-27 | pigz: Update to 2.4 | 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 | |||
