{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":2326047,"defaultBranch":"main","name":"git","ownerLogin":"dscho","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2011-09-05T03:18:21.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/127790?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1727295562.0","currentOid":""},"activityList":{"items":[{"before":"115586e319f2d5ffd04ba6fe9ad58a34fb2580d3","after":null,"ref":"refs/heads/unit-test-reftable-stack+cmake","pushedAt":"2024-09-25T20:19:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"}},{"before":"9b19dc90b86ebe8a74f881e255804e31ed61210a","after":null,"ref":"refs/heads/reftable-exclude+cmake","pushedAt":"2024-09-25T20:19:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"}},{"before":"ccc7c129971ec53b3148b335822d1d9dcd69935c","after":null,"ref":"refs/heads/tmp2","pushedAt":"2024-09-24T13:04:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"}},{"before":"1e20af0e809e08cca5714727dfa0fb50c0c4664d","after":null,"ref":"refs/heads/rebase-to-v2.46.2","pushedAt":"2024-09-24T13:02:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"}},{"before":null,"after":"1e20af0e809e08cca5714727dfa0fb50c0c4664d","ref":"refs/heads/rebase-to-v2.46.2","pushedAt":"2024-09-24T11:42:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"Merge 'readme' into HEAD\n\nAdd a README.md for GitHub goodness.\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"Merge 'readme' into HEAD"}},{"before":"42b42256ca4fa284f90f3dea9b256074daeb916a","after":null,"ref":"refs/heads/work-around-curl-8.10.0-vs-http2","pushedAt":"2024-09-24T10:33:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"}},{"before":"cba7e0d7506613b9df614085f0babeb3687bdf2f","after":"42b42256ca4fa284f90f3dea9b256074daeb916a","ref":"refs/heads/work-around-curl-8.10.0-vs-http2","pushedAt":"2024-09-24T09:14:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"t5512.40 sometimes dies by SIGPIPE\n\nThe last test in t5512 we recently added seems to be flaky.\nRunning\n\n $ make && cd t && sh ./t5512-ls-remote.sh --stress\n\nshows that \"git ls-remote foo::bar\" exited with status 141, which\nmeans we got a SIGPIPE. This test piece was introduced by 9e89dcb6\n(builtin/ls-remote: fall back to SHA1 outside of a repo, 2024-08-02)\nand is pretty much independent from all other tests in the script\n(it can even run standalone with everything before it removed).\n\nThe transport-helper.c:get_helper() function tries to write to the\nhelper. As we can see the helper script is very short and can exit\neven before it reads anything, when get_helper() tries to give the\nfirst command, \"capabilities\", the helper may already be gone.\n\nA trivial fix, presented here, is to make sure that the helper reads\nthe first command it is given, as what it writes later is a response\nto that command.\n\nI however would wonder if the interactions with the helper initiated\nby get_helper() should be done on a non-blocking I/O (we do check\nthe return value from our write(2) system calls, do we?).\n\nBackported-from: e1e0d305c41 (t5512.40 sometimes dies by SIGPIPE, 2024-09-13)\nSigned-off-by: Junio C Hamano \nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"t5512.40 sometimes dies by SIGPIPE"}},{"before":"b25b7dcc93920ef21ad715da076fafede04483dd","after":"ccc7c129971ec53b3148b335822d1d9dcd69935c","ref":"refs/heads/tmp2","pushedAt":"2024-09-24T09:00:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"TO-DROP: ci: restrict to t5512/osx-gcc\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"TO-DROP: ci: restrict to t5512/osx-gcc"}},{"before":"6d3ab73aa7ad64cdb6cfa2f65d8fae35f78b669c","after":"cba7e0d7506613b9df614085f0babeb3687bdf2f","ref":"refs/heads/work-around-curl-8.10.0-vs-http2","pushedAt":"2024-09-24T08:02:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"ci: work around a problem with HTTP/2 vs libcurl v8.10.0\n\nAs reported in https://lore.kernel.org/git/ZuPKvYP9ZZ2mhb4m@pks.im/,\nlibcurl v8.10.0 had a regression that was picked up by Git's t5559.30\n\"large fetch-pack requests can be sent using chunked encoding\".\n\nThis bug was fixed in libcurl v8.10.1.\n\nSadly, the macos-13 runner image was updated in the brief window between\nthese two libcurl versions, breaking each and every CI build, as\nreported at https://github.com/git-for-windows/git/issues/5159.\n\nThis would usually not matter, we would just ignore the failing CI\nbuilds until the macos-13 runner image is rebuilt in a couple of days,\nand then the CI builds would succeed again.\n\nHowever.\n\nAs has become the custom, a surprise Git version was released, and now\nthat Git for Windows wants to follow suit, since Git for Windows has\nthis custom of trying to never release a version with a failing CI\nbuild, we _must_ work around it.\n\nThis patch implements this work-around, basically for the sake of Git\nfor Windows v2.46.2's CI build.\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"ci: work around a problem with HTTP/2 vs libcurl v8.10.0"}},{"before":"ebc5f5fa4ad707301ffa24099d5e679fcf7ae1b2","after":"b25b7dcc93920ef21ad715da076fafede04483dd","ref":"refs/heads/tmp2","pushedAt":"2024-09-24T07:58:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"fixup! ci: work around a problem with HTTP/2 vs libcurl v8.10.0","shortMessageHtmlLink":"fixup! ci: work around a problem with HTTP/2 vs libcurl v8.10.0"}},{"before":"3967b8e929c0c24695733c9fdc6cb7d2d5524756","after":"ebc5f5fa4ad707301ffa24099d5e679fcf7ae1b2","ref":"refs/heads/tmp2","pushedAt":"2024-09-24T07:54:12.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"fixup! ci: work around a problem with HTTP/2 vs libcurl v8.10.0","shortMessageHtmlLink":"fixup! ci: work around a problem with HTTP/2 vs libcurl v8.10.0"}},{"before":null,"after":"3967b8e929c0c24695733c9fdc6cb7d2d5524756","ref":"refs/heads/tmp2","pushedAt":"2024-09-24T07:49:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"TO-DROP: show output of `brew info curl`\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"TO-DROP: show output of brew info curl"}},{"before":"9cd5d611a93b99a8b9dbb2f7cebd48ad3f0e0076","after":"6d3ab73aa7ad64cdb6cfa2f65d8fae35f78b669c","ref":"refs/heads/work-around-curl-8.10.0-vs-http2","pushedAt":"2024-09-24T06:59:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"ci: work around a problem with HTTP/2 vs libcurl v8.10.0\n\nAs reported in https://lore.kernel.org/git/ZuPKvYP9ZZ2mhb4m@pks.im/,\nlibcurl v8.10.0 had a regression that was picked up by Git's t5559.30\n\"large fetch-pack requests can be sent using chunked encoding\".\n\nThis bug was fixed in libcurl v8.10.1.\n\nSadly, the macos-13 runner image was updated in the brief window between\nthese two libcurl versions, breaking each and every CI build, as\nreported at https://github.com/git-for-windows/git/issues/5159.\n\nThis would usually not matter, we would just ignore the failing CI\nbuilds until the macos-13 runner image is rebuilt in a couple of days,\nand then the CI builds would succeed again.\n\nHowever.\n\nAs has become the custom, a surprise Git version was released, and now\nthat Git for Windows wants to follow suit, since Git for Windows has\nthis custom of trying to never release a version with a failing CI\nbuild, we _must_ work around it.\n\nThis patch implements this work-around, basically for the sake of Git\nfor Windows v2.46.2's CI build.\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"ci: work around a problem with HTTP/2 vs libcurl v8.10.0"}},{"before":null,"after":"9cd5d611a93b99a8b9dbb2f7cebd48ad3f0e0076","ref":"refs/heads/work-around-curl-8.10.0-vs-http2","pushedAt":"2024-09-24T06:59:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"ci: work around a problem with HTTP/2 vs libcurl v8.10.0\n\nAs reported in https://lore.kernel.org/git/ZuPKvYP9ZZ2mhb4m@pks.im/,\nlibcurl v8.10.0 had a regression that was picked up by Git's t5559.30\n\"large fetch-pack requests can be sent using chunked encoding\".\n\nThis bug was fixed in libcurl v8.10.1.\n\nSadly, the macos-13 runner image was updated in the brief window between\nthese two libcurl versions, breaking each and every CI build, as\nreported at https://github.com/git-for-windows/git/issues/5159.\n\nThis would usually not matter, we would just ignore the failing CI\nbuilds until the macos-13 runner image is rebuilt in a couple of days,\nand then the CI builds would succeed again.\n\nHowever.\n\nAs has become the custom, a surprise Git version was released, and now\nthat Git for Windows wants to follow suit, since Git for Windows has\nthis custom of trying to never release a version with a failing CI\nbuild, we _must_ work around it.\n\nThis patch implements this work-around, basically for the sake of Git\nfor Windows v2.46.2's CI build.\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"ci: work around a problem with HTTP/2 vs libcurl v8.10.0"}},{"before":"fe6563c071107d93f1e0e010dc114723128b4415","after":null,"ref":"refs/heads/tmp2","pushedAt":"2024-09-24T06:58:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"}},{"before":null,"after":"fe6563c071107d93f1e0e010dc114723128b4415","ref":"refs/heads/tmp2","pushedAt":"2024-09-24T06:52:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"ci: work around a problem with HTTP/2 vs libcurl v8.10.0\n\nAs reported in https://lore.kernel.org/git/ZuPKvYP9ZZ2mhb4m@pks.im/,\nlibcurl v8.10.0 had a regression that was picked up by Git's t5559.30\n\"large fetch-pack requests can be sent using chunked encoding\".\n\nThis bug was fixed in libcurl v8.10.1.\n\nSadly, the macos-13 runner image was updated in the brief window between\nthese two libcurl versions, breaking each and every CI build, as\nreported at https://github.com/git-for-windows/git/issues/5159.\n\nThis would usually not matter, we would just ignore the failing CI\nbuilds until the macos-13 runner image is rebuilt in a couple of days,\nand then the CI builds would succeed again.\n\nHowever.\n\nAs has become the custom, a surprise Git version was released, and now\nthat Git for Windows wants to follow suit, since Git for Windows has\nthis custom of trying to never release a version with a failing CI\nbuild, we _must_ work around it.\n\nThis patch implements this work-around, basically for the sake of Git\nfor Windows v2.46.2's CI build.\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"ci: work around a problem with HTTP/2 vs libcurl v8.10.0"}},{"before":"1f0ebd6aefda16de730593585c02f4d2035a02f9","after":"0200ae93ce09d1a048782e082bf6445af509eb7b","ref":"refs/heads/reftable-exclude+cmake+vs-build","pushedAt":"2024-09-18T19:25:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"cmake: stop looking for `REFTABLE_TEST_OBJS` in the Makefile\n\nAs of 15e29ea1c648 (t: move reftable/stack_test.c to the unit testing\nframework, 2024-09-08), the reftable tests are no longer part of\n`test-tool.exe`, so let's stop looking for those lines that are no\nlonger in the `Makefile`.\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"cmake: stop looking for REFTABLE_TEST_OBJS in the Makefile"}},{"before":"760687024d9b51e4383b56728c18791aa0ade394","after":"df88726d783a2d867a3f947b3f5ca4d31893bc18","ref":"refs/heads/clar-unit-tests+cmake+vs-build","pushedAt":"2024-09-18T19:16:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"TO-DROP: ci: only build vs-build, and actually build it\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"TO-DROP: ci: only build vs-build, and actually build it"}},{"before":null,"after":"7ca60474a70c8e2cc32bb48a1a5b86525698b2aa","ref":"refs/heads/unit-test-reftable-stack+cmake+vs-build","pushedAt":"2024-09-18T19:13:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"TO-DROP: ci: only build vs-build, and actually build it\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"TO-DROP: ci: only build vs-build, and actually build it"}},{"before":null,"after":"760687024d9b51e4383b56728c18791aa0ade394","ref":"refs/heads/clar-unit-tests+cmake+vs-build","pushedAt":"2024-09-18T19:12:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"TO-DROP: ci: only build vs-build, and actually build it\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"TO-DROP: ci: only build vs-build, and actually build it"}},{"before":null,"after":"1f0ebd6aefda16de730593585c02f4d2035a02f9","ref":"refs/heads/reftable-exclude+cmake+vs-build","pushedAt":"2024-09-18T19:11:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"TO-DROP: ci: only build vs-build, and actually build it\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"TO-DROP: ci: only build vs-build, and actually build it"}},{"before":"32956dfeaf7ff98dae9e30d5606ca76b572cd42c","after":"9b19dc90b86ebe8a74f881e255804e31ed61210a","ref":"refs/heads/reftable-exclude+cmake","pushedAt":"2024-09-18T19:06:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"cmake: generalize the handling of the `UNIT_TEST_OBJS` list\n\nIn a15d4465a991 (cmake: also build unit tests, 2023-09-25), I\naccommodated the CMake definition. Seeing that a `UNIT_TEST_OBJS` list\nwas introduced that was built by transforming the `UNIT_TEST_PROGRAMS`\nlist and then adding a single, hard-coded file\n(\"t/unit-tests/test-lib.c\"), I decided to hard-code that in the CMake\ndefinition, too.\n\nThe reason why I hard-coded it instead of imitating the\n`parse_makefile_for_sources()` paradigm that was used elsewhere when\nusing the `Makefile` as source of truth for given lists of files: This\nfunction expects _only_ hard-coded values, and that transformed\n`UNIT_TEST_PROGRAMS` list complicated everything.\n\nIn 872721538c26 (cmake: fix build of `t-oidtree`, 2024-07-12), I\naccommodated the CMake definition again, after seeing that the\n`UNIT_TEST_OBJS` was still defined via that transformed list but now\nappending _two_ hard-coded files (\"t/unit-tests/lib-oid.c\" joined the\nfray).\n\nIn 428672a3b16 (Makefile: stop listing test library objects twice,\n2024-09-16), the `Makefile` was changed so that `UNIT_TEST_OBJS` is\nfinally only constructed using hard-coded file names just like the other\n`*_OBJS` variables. I missed that and therefore did not adjust the CMake\ndefinition. Besides, the code was working, so there was no real need to\nadjust it.\n\nWith a4f50bb1e9b (t/unit-tests: introduce reftable library, 2024-09-16),\nhowever, the `UNIT_TEST_OBJS` list became a trio, and the CMake\ndefinition has to be adjusted again. Now that we can use the\n`parse_makefile_for_sources()` function without many complications,\nlet's do that.\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"cmake: generalize the handling of the UNIT_TEST_OBJS list"}},{"before":null,"after":"d4c05ebecdea74c18fa557fd65a7e95dd8dacdef","ref":"refs/heads/clar-unit-tests+cmake","pushedAt":"2024-09-18T18:39:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"cmake: rename clar-related variables to avoid confusion\n\nIn c3de556a841f (Makefile: rename clar-related variables to avoid\nconfusion, 2024-09-10) some `Makefile` variables were renamed that were\npartially used by the CMake definition. Adapt the latter to the new lay\nof the land.\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"cmake: rename clar-related variables to avoid confusion"}},{"before":null,"after":"32956dfeaf7ff98dae9e30d5606ca76b572cd42c","ref":"refs/heads/reftable-exclude+cmake","pushedAt":"2024-09-18T18:37:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"cmake: generalize the handling of the `UNIT_TEST_OBJS` list\n\nIn a15d4465a991 (cmake: also build unit tests, 2023-09-25), I\naccommodated the CMake definition. Seeing that a `UNIT_TEST_OBJS` list\nwas introduced that was built by transforming the `UNIT_TEST_PROGRAMS`\nlist and then adding a single, hard-coded file\n(\"t/unit-tests/test-lib.c\"), I decided to hard-code that in the CMake\ndefinition, too.\n\nThe reason why I hard-coded it instead of imitating the\n`parse_makefile_for_sources()` paradigm that was used elsewhere when\nusing the `Makefile` as source of truth for given lists of files: This\nfunction expects _only_ hard-coded values, and that transformed\n`UNIT_TEST_PROGRAMS` list complicated everything.\n\nIn 872721538c26 (cmake: fix build of `t-oidtree`, 2024-07-12), I\naccommodated the CMake definition again, after seeing that the\n`UNIT_TEST_OBJS` was still defined via that transformed list but now\nappending _two_ hard-coded files (\"t/unit-tests/lib-oid.c\" joined the\nfray).\n\nIn e7e6d74d2b71 (Makefile: stop listing test library objects twice,\n2024-09-09), the `Makefile` was changed so that `UNIT_TEST_OBJS` is\nfinally only constructed using hard-coded file names just like the other\n`*_OBJS` variables. I missed that and therefore did not adjust the CMake\ndefinition. Besides, the code was working, so there was no real need to\nadjust it.\n\nWith 4d76732dd749 (t/unit-tests: introduce reftable library,\n2024-09-09), however, the `UNIT_TEST_OBJS` list became a trio, and the\nCMake definition has to be adjusted again. Now that we can use the\n`parse_makefile_for_sources()` function without many complications,\nlet's do that.\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"cmake: generalize the handling of the UNIT_TEST_OBJS list"}},{"before":null,"after":"115586e319f2d5ffd04ba6fe9ad58a34fb2580d3","ref":"refs/heads/unit-test-reftable-stack+cmake","pushedAt":"2024-09-18T18:37:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"cmake: stop looking for `REFTABLE_TEST_OBJS` in the Makefile\n\nAs of 15e29ea1c648 (t: move reftable/stack_test.c to the unit testing\nframework, 2024-09-08), the reftable tests are no longer part of\n`test-tool.exe`, so let's stop looking for those lines that are no\nlonger in the `Makefile`.\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"cmake: stop looking for REFTABLE_TEST_OBJS in the Makefile"}},{"before":"6cd9c8395e996abe49e3fcd4f07364be001f4200","after":null,"ref":"refs/heads/rebase-to-v2.46.1","pushedAt":"2024-09-18T10:55:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"}},{"before":null,"after":"6cd9c8395e996abe49e3fcd4f07364be001f4200","ref":"refs/heads/rebase-to-v2.46.1","pushedAt":"2024-09-18T07:46:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"Merge 'readme' into HEAD\n\nAdd a README.md for GitHub goodness.\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"Merge 'readme' into HEAD"}},{"before":"489ce0c4d6b3be43473421a9a42312a7500dffd3","after":"9b78d40a9ae0d3f330a4525c9049d6fbed76fbdf","ref":"refs/heads/path-walk-api-g4w","pushedAt":"2024-09-17T11:31:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"fixup! test-tool: add the `path-walk` subcommand","shortMessageHtmlLink":"fixup! test-tool: add the path-walk subcommand"}},{"before":"fee8f881e425118ca2c39d000c289d3c18d2c5ea","after":"489ce0c4d6b3be43473421a9a42312a7500dffd3","ref":"refs/heads/path-walk-api-g4w","pushedAt":"2024-09-17T10:15:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"test-tool: add the `path-walk` subcommand\n\nThis is currently primarily here for me to test out a couple of ideas or\nto investigate how this path walk API thing works.\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"test-tool: add the path-walk subcommand"}},{"before":"b95c2e8712ad60c70e836b7f9ac72429631081d2","after":"b46bf6752ef705d9933ef28c810b67a58ed9b245","ref":"refs/heads/tmp","pushedAt":"2024-09-17T08:04:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dscho","name":"Johannes Schindelin","path":"/dscho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127790?s=80&v=4"},"commit":{"message":"DEBUG: use tmate\n\nSigned-off-by: Johannes Schindelin ","shortMessageHtmlLink":"DEBUG: use tmate"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNVQyMDoxOToyMi4wMDAwMDBazwAAAATAwwBZ","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QwODowNDo1MC4wMDAwMDBazwAAAAS4P_tc"}},"title":"Activity ยท dscho/git"}