| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-08-23 | Dothem/Make: prepare for proper worktree support | Junio C Hamano | 1 | -0/+5 | |
| We used to (and we still may) depend on the new-workdir layout where we could force checkout the same branch in the buildfarm directory. Let's migrate it to use the officially supported worktree feature, but be on detached HEADs. Teach METAMAKEBRANCH environment variable to Meta/Make, so that even a build on a detached HEAD can be told for which branch it is building and installing. Use the variable in Meta/Dothem and adjust the script minimally. So far, once the trees are set up, updating to newer revision and building seem to work OK. Nothing is done for bootstrapping part, but this should do for now. | |||||
| 2026-07-18 | Meta/Make: support '-s' | Junio C Hamano | 1 | -1/+5 | |
| 2025-04-07 | Meta/Make: export SHELL as well as SHELL_PATH | Junio C Hamano | 1 | -1/+1 | |
| 2024-12-13 | Meta/Make: simplify CFLAGS | Junio C Hamano | 1 | -1/+1 | |
| 2024-07-29 | Meta/dodoc.sh: switch to asciidoctor | Junio C Hamano | 1 | -2/+1 | |
| Also use asciidoctor for daily builds (Meta/Make) and releases (Meta/RelBuild). | |||||
| 2024-07-29 | Meta/Make: also support ksh | Junio C Hamano | 1 | -6/+10 | |
| 2024-07-11 | Meta/Make: do not skip t95?? | Junio C Hamano | 1 | -1/+1 | |
| 2024-06-11 | Meta/Make: simplify skipping | Junio C Hamano | 1 | -25/+4 | |
| 2024-04-18 | Meta/Make: disable unit tests when --tests=<num> is given | Junio C Hamano | 1 | -1/+1 | |
| 2022-10-10 | Meta/Make: peel HEAD symref only once if we can | Junio C Hamano | 1 | -1/+2 | |
| 2022-09-09 | Meta/Make: tweak spatch invocation | Junio C Hamano | 1 | -1/+3 | |
| 2022-07-06 | Meta/Make: prepare for nettle SHA256 | Junio C Hamano | 1 | -0/+5 | |
| 2021-12-03 | Meta/Make: use -std=gnu99 | Junio C Hamano | 1 | -1/+1 | |
| 2021-11-14 | Meta/Make: catch decl-after-stmt | Junio C Hamano | 1 | -1/+1 | |
| 2021-11-12 | Meta/Make: use LIBPCRE | Junio C Hamano | 1 | -0/+1 | |
| 2020-07-22 | Meta: prepare to use alternate name for the primary branch | Junio C Hamano | 1 | -1/+3 | |
| 2020-06-22 | Meta: rename 'pu' to 'seen' | Junio C Hamano | 1 | -1/+1 | |
| 2017-09-27 | Meta/Make: remove -pedantic cruft and rely more on DEVELOPER settings | Junio C Hamano | 1 | -16/+12 | |
| 2017-03-20 | Meta/Make: favor DC_SHA1 when available | Junio C Hamano | 1 | -1/+11 | |
| 2017-03-03 | Meta/Make: allow --test='x y z' to use comma as separator, too | Junio C Hamano | 1 | -0/+1 | |
| 2016-12-22 | Meta/Make: pass --no-prove and --long down thru Dothem to Make | Junio C Hamano | 1 | -0/+4 | |
| 2016-06-23 | Meta/Make: do not default to --dash | Junio C Hamano | 1 | -1/+1 | |
| 2016-05-26 | Meta/Make, Meta/dodoc: enable BOLD_LITERAL | Junio C Hamano | 1 | -2/+1 | |
| While at it, retire use of old environment variables ASCIIDOC8 and ASCIIDOC_NO_ROFF, which were retired at 79c461d5 (docs: default to more modern toolset, 2010-11-19). | |||||
| 2016-05-26 | Meta/Make: use dash by default | Junio C Hamano | 1 | -1/+1 | |
| 2016-01-20 | Meta/Make: allow passing prove options from outside environment | Junio C Hamano | 1 | -2/+3 | |
| 2016-01-19 | Meta/Make: use prove's --timer option | Junio C Hamano | 1 | -1/+3 | |
| 2015-09-25 | Meta/Make: drop -std=c99 that was added by mistake | Junio C Hamano | 1 | -1/+1 | |
| 2015-07-10 | Meta/Make: clean --memtrash testpen after a successful run | Junio C Hamano | 1 | -4/+7 | |
| 2015-06-29 | Meta/Make: optionally use ramdisk while running tests | Junio C Hamano | 1 | -0/+24 | |
| 2015-04-30 | Meta/Make: temporarily disable pedantic builds for older versions | Junio C Hamano | 1 | -0/+6 | |
| 2015-02-05 | Meta/Make: make it strict by default | Junio C Hamano | 1 | -13/+13 | |
| 2014-11-11 | Meta/Make: retire old-style-def hack and add strict-proto | Junio C Hamano | 1 | -11/+2 | |
| 2014-08-08 | Meta/Make: cleanse random environment variables getting in a way | Junio C Hamano | 1 | -0/+8 | |
| 2013-11-11 | Meta/Make: check for -Wvla | Junio C Hamano | 1 | -1/+1 | |
| 2013-08-19 | Meta/Make: prepend the canned settings to $O | Junio C Hamano | 1 | -3/+3 | |
| Otherwise "O=<some custom settings> Meta/Make" will not be able to override them. | |||||
| 2013-07-19 | Meta/Make: teach --dash option | Junio C Hamano | 1 | -10/+20 | |
| 2013-07-18 | Meta/Make: use -Wno-format-zero-length by default | Junio C Hamano | 1 | -1/+1 | |
| 2013-03-13 | Meta/Make: separate bootstrap-git dependency | Junio C Hamano | 1 | -18/+36 | |
| It still needs a working git to bootstrap, but we have to start from somewhere. | |||||
| 2012-12-26 | Meta/Make: fixup HEAD^^ typo | Junio C Hamano | 1 | -1/+1 | |
| 2012-12-26 | Meta/Make: export GIT_SKIP_TESTS | Junio C Hamano | 1 | -1/+2 | |
| 2012-12-26 | Meta/Make: tweaks for NetBSD 6.0 | Junio C Hamano | 1 | -0/+5 | |
| 2012-12-20 | Meta/Make: update OpenBSD specific tweaks | Junio C Hamano | 1 | -5/+2 | |
| 2012-04-29 | Meta/Make: allow --noprove to decline use of prove in tests | Junio C Hamano | 1 | -2/+6 | |
| 2012-02-23 | Meta/Make, Dothem: use prove test when available | Junio C Hamano | 1 | -0/+6 | |
| 2011-09-28 | Meta/Make: allow version of git to be overridden | Junio C Hamano | 1 | -7/+10 | |
| It gets harder than necessary to bootstrap otherwise | |||||
| 2011-05-31 | Meta/Make: skipping cvs/gitweb tests no longer needed | Junio C Hamano | 1 | -5/+0 | |
| as I have necessary perl modules and cvsps on the test bochs. | |||||
| 2011-05-30 | Meta/Make: update test skipping logic | Junio C Hamano | 1 | -6/+10 | |
| Request to "Meta/Make --test=????" should override the default built-in list of tests to skip on each test bochs. | |||||
| 2011-05-18 | Meta/Make: skip svn/cvs/gitweb tests on VMs | Junio C Hamano | 1 | -0/+5 | |
| 2011-04-25 | Meta/Make: try -Woverflow and -Wunused | Junio C Hamano | 1 | -1/+1 | |
| 2010-02-07 | Make: catch pointer-arith | Junio C Hamano | 1 | -1/+3 | |
