git

Back Open Paginator
19.08.2025 09:12
kernellogger (@kernellogger@hachyderm.io)

#Git 2.51 is out:

github.blog/open-source/git/hi

lore.kernel.org/all/xmqqikikk1

A few quotes from the former URL:

Cruft-free multi-pack indexes […] Using this at GitHub has allowed us to write significantly smaller MIDXs, in a fraction of the time, and resulting in faster repository read performance overall.

Smaller packs with path walk […] As a result, Git can generate packs using the path walk approach that are often significantly smaller

[…] Git 2.51 introduces a variant of the internal stash representation that allows multiple stash entries to be represented as a sequence of commits. […]

[…] git switch and git restore […] are no longer considered experimental […]

[…] git whatchanged […] is now marked as deprecated with eventual plans to remove it in Git 3.0. […]

Speaking of Git 3.0, this release saw a few more entries added to the BreakingChanges list (github.com/git/git/blob/v2.51. ). […]

[…] this release saw an update to Git’s guidelines on submitting patches, which have historically required contributions to be non-anonymous, and submitted under a contributor’s legal name. Git now aligns more closely with the Linux kernel’s approach, to permit submitting patches with an identity other than the contributor’s legal name. […]




Show Original Post


19.08.2025 08:00
dagb (@dagb@snabelen.no)

I missed the anniversary in April, but #git celebrated 20 years since the first git commit by @torvalds github.blog/open-source/git/gi
#software #development #linux




Show Original Post


19.08.2025 04:22
daltux (@daltux@snac.daltux.net)
Quem desenvolve software privativo — o que priva usuários das suas liberdades essenciais — pode e até deve pensar bem antes de mover seu código do #GitHub e/ou de abolir outras ferramentas da mesma empresa (Microsoft). Já a quem minimamente se importa com suas próprias liberdades e pela difusão delas, convém aproveitar a temporada de elevação da indignação para bater em retirada imediatamente, ou permanecer até restar o descrédito.

O que poderia ser considerado incrível é como, a essa altura, ainda vemos tantos projetos que se declaram de software livre ou meramente de "código aberto" sob esse domínio. Muito antes dos recentes desmandos, aquilo jamais foi adequado para projetos mais alinhados com princípios de autonomia e ética do que de conveniência. Basta de ser tão pragmático. Tome providências já.

#dev #software #git #SoftwareLivre #FreeSoftware #CódigoAberto #OpenSource



Show Original Post


19.08.2025 03:42
ethauvin (@ethauvin@mastodon.social)

Highlights from Git 2.51

github.blog/open-source/git/hi




Show Original Post


19.08.2025 03:29
natkr (@natkr@hachyderm.io)

Starting to wonder if the modern ubiquity of #versioncontrol was more about people having "you have to use #git!" beaten into them, than actually learning to appreciate the value of preserving history. We managed to teach the tools, but not the mindset?

It'd certainly help explain the recent rise of #jjVCS too.

#vcs




Show Original Post


18.08.2025 22:56
umbraroze (@umbraroze@tech.lgbt)

There's this one old open source project thing I made back in the day. I only published tarballs of it.

I really want to publish as an archived #Git repository or something.

Problem is, I found the original private work tree... and yes, it does have a version control stuff...
...in CVS.

*very sad sigh*
Converting a CVS repository might be a real headache, I just know it.




Show Original Post


18.08.2025 21:52
linuxiac (@linuxiac@mastodon.social)

The latest Git 2.51 release brings cruft-free multi-pack indexes, path-walk packing, and improvements to the stash format.
linuxiac.com/git-2-51-introduc





Show Original Post


18.08.2025 21:50
lambda (@lambda@chaosfurs.social)

Latest cursed #git command line:

git push origin :/!-^local:master

Explanation below, if you want to try to figure it out yourself, I suggest perusing git-rev-parse(1) and git-push(1).




Show Original Post


18.08.2025 20:12
habr (@habr@zhub.link)

[Перевод] С чем едят GitOps

В современном ИТ ландшафте множество методологий имеют в своем названии упоминание Ops: DevOps, ChatOps, MLOps и другие. По сути, все они так или иначе являются порождением философии DevOps и сегодня мы поговорим о GitOps — подходе к управлению инфраструктурой и развёртыванием приложений, который использует репозиторий Git в качестве центрального механизма. GitOps позволяет командам декларативно определять конфигурацию инфраструктуры и приложений, а затем автоматически развёртывать их. Основная идея GitOps заключается в использовании Git как единого источника данных для декларативной инфраструктуры и приложений. В этой статье мы рассмотрим, те преимущества, которые дает использование GitOps, а также развеем некоторые мифы вокруг GitOps..

habr.com/ru/companies/otus/art

#gitops #devops #git #Kubernetes #ArgoCD #Crossplane #инфраструктура_как_код #декларативная_инфраструктура #автоматизация_развертывания #согласование_состояния




Show Original Post


18.08.2025 19:58
teajaygrey (@teajaygrey@snac.bsd.cafe)
Thank you!

I submitted a Pull Request to update MacPorts' GoT to 0.117 here:

https://github.com/macports/macports-ports/pull/29135

#Got #GameOfTrees #MacPorts #VersionControl #OpenSource #Git



Show Original Post


18.08.2025 18:00
6d03 (@6d03@mathstodon.xyz)

Why, oh why do I have a git tag in my repo called «list»? 🤦‍♂️

#git #ux




Show Original Post


18.08.2025 17:30
Atemu (@Atemu@darmstadt.social)

I re-organised my documents today which created a lot of memory churn in #emacs due to #magit needing to process a shitton of #git output.

Afterwards, memory usage was at 7GiB O.o

However, I could explain like 1GiB of that via (memory-report).

Turns out: This is a glibc malloc issue that dates back to ancient UNIX syscalls and all of it is just fucked.

Workaround is to call (malloc-trim) which frees the free memory using a workaround. No idea why it doesn't just do that by default on free().




Show Original Post


1 ...316 317 318 319 320 321 322 323 324 325 326 ...347
UP