#heptapod 18.11.0rc2 released, bumping #gitlab to the 18.11.1 regular patch/security release
Docker: https://hub.docker.com/r/heptapod/heptapod/tags?name=18.11.0rc2
Changelog: https://foss.heptapod.net/heptapod/heptapod/-/blob/heptapod-18.11.0rc2/HEPTAPOD_CHANGELOG.md #git #mercurial
#heptapod 18.10.1 released, bumping #gitlab to the 18.10.4 regular patch/security version
Changelog: https://foss.heptapod.net/heptapod/heptapod/-/blob/heptapod-18.10.1HEPTAPOD_CHANGELOG.md
Download instructions: https://heptapod.net/pages/get-heptapod.html#get-heptapod #git #mercurial
Love the new 𝗴𝗶𝘁 𝗵𝗶𝘀𝘁𝗼𝗿𝘆 𝗿𝗲𝘄𝗼𝗿𝗱 command in git-2.54 🏆
Git 2.54 è disponibile con il nuovo comando git history
A più di due mesi dalla versione 2.53, Git, il sistema di controllo versione distribuito tra i più utilizzati nello sviluppo software, ha rilasciato la versione 2.54. La novità di punta è il comando sperimentale git history, pensato per semplificare la riscrittura della cronologia. Per ora supporta le operazioni reword e split, che permettono di modificare i messaggi di commit o di spezzare un commit senza dover ricorrere a un rebase interattivo completo. È un passo avanti concreto: […]https://emanuelegori.uno/git-2-54-e-disponibile-con-il-nuovo-comando-git-history/

git commit -m "correct scripto (like a typo but biglier)"
`git history split` finally!
https://github.blog/open-source/git/highlights-from-git-2-54/
[lien] Dédoublez-vous avec les worktrees • Comprendre Git #gik #git
[lien] Forge - Lobsters (nesbitt.io via soulcutter) #gik #git #cli #net
#Git
2.54: Experimenteller Befehl für Commit-Historie | Developer https://www.heise.de/news/Git-2-54-experimentiert-mit-dem-Veraendern-der-Commit-Historie-11265560.html
Git 2.54.0 is out (https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.54.0.adoc) and comes with an experimental `git history` command for rewording and splitting commits. Interestingly, reword doesn't enable the diff as found when rebasing (only subject and body is present).
Sticking with rebase for now. That said, rebase knows how to use the `--trailer` option now! If you're not using trailers, you truly are missing out: https://alchemists.io/articles/git_trailers
#git
I recommend 'gh config set telemetry disabled' for everyone.
In addition, it might be a good time to switch over to Codeburg.org and/or Tangled.org for federated git.... Or self-hosted Forgejo for personal repos.
https://cli.github.com/telemetry
#github #git #forgejo #codeburg #tangled #federated
I really wish #git had a way to make a pull request for a rebase, rebases are big scary things that I feel would really benefit from a review process and collective agreement
#programming #softwaredevelopment