egutierrez
4bbfc127ad
fix(infra): auto-recover de push rechazado + limpieza de gitlinks fantasma
...
full_git_push: el auto-recover de non-fast-forward nunca se disparaba por dos
bugs. (1) git_push_if_ahead hacia `tail -1` del error de push y se quedaba con
la linea final de `hint:`, perdiendo "[rejected]" y "Updates were rejected", de
modo que el pipeline no detectaba el rechazo. Ahora se preservan las lineas con
los keywords (rejected/fast-forward/fetch first). (2) El paso 4 capturaba stdout
y stderr juntos (2>&1), metiendo lineas "[push]" de stderr al principio del
status y rompiendo el glob `== "[error]"*` anclado al inicio; ahora solo captura
stdout y la deteccion cubre todas las redacciones de git. (3) El merge auto
evaluaba el exit de `tail` (siempre 0) en vez del de `git merge`; un merge con
conflictos se reportaba como exito. Ahora se evalua el exit real del merge y se
aborta limpio ante conflictos.
Limpieza: cpp/apps/chart_demo y cpp/apps/shaders_lab estaban commiteados como
gitlinks (submodulos, mode 160000) sin URL en .gitmodules, directorios vacios
fantasma que rompian el paso 3 de full_git_pull con "fatal: No url found for
submodule path". Eliminados del indice. Las apps C++ reales viven en apps/ como
sub-repos Gitea independientes (regla cpp_apps.md; cpp/apps/ deprecado por
issue 0096).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-01 22:31:57 +02:00
..
2026-05-13 00:50:34 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 13:54:21 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-07 01:42:10 +02:00
2026-04-05 18:45:16 +02:00
2026-03-28 23:23:30 +01:00
2026-05-07 01:42:10 +02:00
2026-05-07 01:42:10 +02:00
2026-05-14 00:28:20 +02:00
2026-04-06 23:46:36 +02:00
2026-05-14 02:06:44 +02:00
2026-05-10 13:30:27 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-13 00:50:34 +02:00
2026-06-01 22:23:12 +02:00
2026-06-01 22:23:12 +02:00
2026-05-25 03:11:09 +02:00
2026-06-01 22:23:12 +02:00
2026-05-25 03:11:09 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 13:54:21 +02:00
2026-06-01 22:23:12 +02:00
2026-05-12 21:04:24 +02:00
2026-04-13 01:17:14 +02:00
2026-04-13 01:17:14 +02:00
2026-06-01 22:23:12 +02:00
2026-03-28 23:23:30 +01:00
2026-05-14 02:06:44 +02:00
2026-05-09 18:11:24 +02:00
2026-04-28 22:05:31 +02:00
2026-05-12 03:13:53 +02:00
2026-05-14 00:28:20 +02:00
2026-04-06 23:47:10 +02:00
2026-06-01 22:23:12 +02:00
2026-05-08 00:07:56 +02:00
2026-06-01 22:23:12 +02:00
2026-05-16 16:33:22 +02:00
2026-06-01 22:23:12 +02:00
2026-05-07 01:42:10 +02:00
2026-06-01 22:23:12 +02:00
2026-06-01 22:31:57 +02:00
2026-04-06 23:47:10 +02:00
2026-04-06 23:47:10 +02:00
2026-04-06 23:47:10 +02:00
2026-04-06 23:47:10 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 17:29:56 +02:00
2026-05-14 00:28:20 +02:00
2026-04-06 23:47:10 +02:00
2026-04-06 23:47:10 +02:00
2026-05-12 03:13:53 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-14 00:28:20 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-05-11 16:28:50 +02:00
2026-04-05 18:45:16 +02:00
2026-04-01 04:23:51 +02:00
2026-04-06 23:47:10 +02:00
2026-04-06 23:47:10 +02:00
2026-05-14 00:28:20 +02:00
2026-04-06 23:46:36 +02:00
2026-04-12 13:54:21 +02:00
2026-04-12 13:54:21 +02:00
2026-05-14 00:28:20 +02:00
2026-04-06 23:47:10 +02:00
2026-04-05 18:45:16 +02:00
2026-04-05 17:11:57 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 13:54:21 +02:00
2026-05-14 00:28:20 +02:00
2026-04-01 20:55:08 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 13:54:21 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 13:54:21 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 13:54:21 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 13:54:21 +02:00
2026-04-12 13:54:21 +02:00
2026-04-12 13:54:21 +02:00
2026-05-14 02:06:44 +02:00
2026-05-14 02:06:44 +02:00
2026-06-01 01:29:45 +02:00
2026-06-01 01:29:45 +02:00
2026-05-14 00:28:20 +02:00
2026-05-09 18:11:24 +02:00
2026-05-09 18:11:24 +02:00
2026-05-09 18:11:24 +02:00
2026-05-14 00:28:20 +02:00
2026-05-09 18:11:24 +02:00
2026-05-14 00:28:20 +02:00
2026-05-09 18:11:24 +02:00
2026-05-14 00:28:20 +02:00
2026-05-09 18:11:24 +02:00
2026-05-14 00:28:20 +02:00
2026-05-09 18:11:24 +02:00
2026-05-14 00:28:20 +02:00
2026-05-09 18:11:24 +02:00
2026-06-01 22:23:12 +02:00
2026-05-17 00:07:03 +02:00
2026-05-14 00:28:20 +02:00
2026-04-12 13:54:21 +02:00
2026-05-24 22:53:33 +02:00
2026-05-24 22:53:33 +02:00
2026-05-24 22:53:33 +02:00
2026-05-24 22:53:33 +02:00
2026-05-24 22:53:33 +02:00
2026-05-24 22:53:33 +02:00
2026-05-14 00:28:20 +02:00
2026-04-01 20:55:08 +02:00
2026-05-14 00:28:20 +02:00
2026-04-01 20:55:08 +02:00
2026-05-14 00:28:20 +02:00
2026-04-01 20:55:08 +02:00
2026-05-14 00:28:20 +02:00
2026-04-01 20:55:08 +02:00
2026-05-14 00:28:20 +02:00
2026-04-01 20:55:08 +02:00
2026-05-14 00:28:20 +02:00
2026-04-01 20:55:08 +02:00
2026-05-14 00:28:20 +02:00
2026-04-01 20:55:08 +02:00
2026-04-05 18:45:16 +02:00
2026-04-05 17:11:57 +02:00
2026-05-14 00:28:20 +02:00
2026-04-02 22:03:44 +02:00
2026-05-14 00:28:20 +02:00
2026-04-02 22:03:44 +02:00
2026-04-05 18:45:16 +02:00
2026-04-02 22:03:44 +02:00
2026-05-14 00:28:20 +02:00
2026-04-02 22:03:44 +02:00
2026-04-05 18:45:16 +02:00
2026-04-02 22:03:44 +02:00
2026-05-14 00:28:20 +02:00
2026-04-02 22:03:44 +02:00
2026-04-02 22:03:44 +02:00
2026-05-14 00:28:20 +02:00
2026-05-07 01:42:10 +02:00
2026-06-01 22:23:12 +02:00
2026-05-07 02:09:33 +02:00
2026-05-17 00:07:03 +02:00
2026-05-17 00:07:03 +02:00
2026-06-01 22:23:12 +02:00
2026-06-01 22:23:12 +02:00
2026-05-07 01:42:10 +02:00
2026-05-07 02:09:33 +02:00
2026-06-01 22:23:12 +02:00
2026-04-12 17:29:56 +02:00
2026-04-15 02:12:38 +02:00
2026-04-15 02:12:38 +02:00
2026-05-30 17:28:47 +02:00
2026-05-30 17:28:47 +02:00
2026-04-24 14:02:54 +02:00
2026-04-24 14:02:54 +02:00
2026-04-24 14:02:54 +02:00
2026-04-24 14:02:54 +02:00
2026-05-14 00:28:20 +02:00
2026-04-24 14:02:54 +02:00
2026-04-24 14:02:54 +02:00
2026-04-24 14:02:54 +02:00
2026-04-24 14:02:54 +02:00
2026-04-24 14:02:54 +02:00
2026-05-14 00:28:20 +02:00
2026-04-24 14:02:54 +02:00
2026-05-14 00:28:20 +02:00
2026-05-07 01:42:10 +02:00
2026-05-14 00:28:20 +02:00
2026-05-07 01:42:10 +02:00
2026-05-14 00:28:20 +02:00
2026-05-07 01:42:10 +02:00
2026-05-14 00:28:20 +02:00
2026-05-14 00:28:20 +02:00
2026-04-05 18:45:16 +02:00
2026-04-01 04:23:51 +02:00
2026-05-14 00:28:20 +02:00
2026-05-07 01:42:10 +02:00
2026-05-14 00:28:20 +02:00
2026-05-07 01:42:10 +02:00
2026-05-26 19:38:15 +02:00
2026-05-26 19:38:15 +02:00
2026-05-26 19:38:15 +02:00
2026-05-26 19:38:15 +02:00
2026-05-26 19:38:15 +02:00
2026-05-26 19:38:15 +02:00
2026-05-26 19:38:15 +02:00
2026-05-26 19:38:15 +02:00
2026-05-26 19:38:15 +02:00
2026-04-17 15:39:20 +02:00
2026-04-17 15:39:20 +02:00
2026-04-05 18:45:16 +02:00
2026-04-01 04:23:51 +02:00
2026-04-05 18:45:16 +02:00
2026-04-13 01:17:19 +02:00
2026-04-05 18:45:16 +02:00
2026-04-13 01:17:19 +02:00
2026-06-01 22:23:12 +02:00
2026-05-30 17:28:47 +02:00