| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-29 | git: Remove redundant defines from config.h | Michael Forney | |
| These are now defined in version-def.h. | |||
| 2025-04-28 | git: Update to 2.49.0 | Michael Forney | |
| 2025-02-01 | git: bump to 2.45.2 | hovercats | |
| 2024-03-09 | git: bump to 2.44.0 | Randy Palamar | |
| 2023-10-04 | git: apply config.prefix to paths | Randy Palamar | |
| see #15: Support configurable PREFIX | |||
| 2023-10-04 | git: update to 2.42.0 | Randy Palamar | |
| 2022-09-09 | git: Update to 2.37.3 | Michael Forney | |
| 2022-03-13 | git: Update to 2.35.1 | Michael Forney | |
| 2021-12-22 | git: Update to 2.34.1 | Michael Forney | |
| 2021-11-17 | git: Update to 2.34.0 | Michael Forney | |
| 2021-06-27 | git: Missed ver bump | Michael Forney | |
| 2021-06-27 | git: Update to 2.32.0 | Michael Forney | |
| 2021-04-18 | git: Use awk instead of perl for request-pull | Michael Forney | |
| 2021-04-17 | git: Update to 2.31.1 | Michael Forney | |
| 2021-03-02 | git: Update to 2.30.1 | Michael Forney | |
| 2021-01-07 | git: Update to 2.30.0 | Michael Forney | |
| 2020-11-04 | git: Update to 2.29.2 | Michael Forney | |
| 2020-11-04 | git: Re-add git-upload-pack to /bin | Michael Forney | |
| 2020-10-19 | git: Update to 2.29.0 | Michael Forney | |
| Installation of links in git-core is now optional via SKIP_DASHED_BUILT_INS, so we choose to skip them as well. | |||
| 2020-08-04 | git: Update to 2.28.0 | Michael Forney | |
| 2020-06-30 | git: Enable add.interactive.usebuiltin by default | Michael Forney | |
| We don't have perl, so this allows usage of `git add -i` by default. | |||
| 2020-06-22 | git: Fix bug with submodule summary | Michael Forney | |
| 2020-06-05 | Use -isystem to include library headers | Michael Forney | |
| This way, warnings from headers that come from another package (in particular linux-headers) won't show up when they get included. To make sure we still track dependencies, use -MD instead of -MMD. | |||
| 2020-06-02 | git: Update to 2.27.0 | Michael Forney | |
| 2020-05-10 | Lua 5.1 compatibility | Michael Forney | |
| 2020-05-08 | Detect sha256 tool automatically | Michael Forney | |
| 2020-05-08 | Detect decompression tool automatically | Michael Forney | |
| This fixes cross-compilation from macOS, whose bsdtar does support xz through liblzma, but does not have xz(1). | |||
| 2020-04-23 | git: Update to 2.26.2 | Michael Forney | |
| 2020-04-19 | Address some shellcheck warnings | Michael Forney | |
| 2020-04-15 | Use gzipped archives when size difference is negligible | Michael Forney | |
| 2020-04-15 | Use main compression tool instead of *cat variants | Michael Forney | |
| 2020-04-15 | Allow overriding sha256 command through SHA256SUM | Michael Forney | |
| This way, oasis can be bootstrapped on other operating systems by setting SHA256SUM='shasum -a 256'. | |||
| 2020-04-14 | git: Update to 2.26.1 | Michael Forney | |
| 2020-03-24 | git: Update to 2.26.0 | Michael Forney | |
| 2020-03-20 | git: Update to 2.25.2 | Michael Forney | |
| 2020-02-21 | git: Add missing version bump for 2.25.1 | Michael Forney | |
| 2020-02-20 | git: Update to 2.25.1 | Michael Forney | |
| 2020-02-01 | git: Remove patch avoiding pointer to int conversion in initializer | Michael Forney | |
| This is not valid ISO C, but cproc now supports this. | |||
| 2020-01-13 | git: Update to 2.25.0 | Michael Forney | |
| 2019-12-16 | git: Use $OLDPWD instead of saving $PWD | Michael Forney | |
| 2019-12-10 | git: Update to 2.24.1 | Michael Forney | |
| 2019-11-17 | Update ninja requirement to 1.8.0 and don't bother with atomic outputs | Michael Forney | |
| Since ninja 1.8.0[0] and samurai 0.2[1], output mtime is always recorded after a job succeeds, and outputs are considered dirty if the recorded mtime is older than any input. This means that even if a command partially writes its output then fails (for example, if run with stdout redirected to a file), it will still get re-run during the next build. This means that outputs no longer have to be written atomically (i.e. renamed into place) in order to ensure a correct build, and we can drop the idiom `command >$out.tmp && mv $out.tmp $out`. [0] https://github.com/ninja-build/ninja/commit/04d886b11041bb59d01df794cce7a1e8cad2250d [1] https://github.com/michaelforney/samurai/commit/799bc5a4719b90a1026c129b55b92c0bccf97eeb | |||
| 2019-11-17 | git: Use tables for build script | Michael Forney | |
| 2019-11-04 | git: Use ed as the default editor | Michael Forney | |
| 2019-11-04 | git: Update to 2.24.0 | Michael Forney | |
| 2019-08-16 | git: Update to 2.23.0 | Michael Forney | |
| 2019-08-13 | git: Update to 2.22.1 | Michael Forney | |
| 2019-06-21 | git: Avoid casts of string literal to integer in initializers | Michael Forney | |
| 2019-06-10 | git: Update to 2.22.0 | Michael Forney | |
| 2019-03-19 | Rename rev to ver, and keep track of package versions as well | Michael Forney | |
