Tootfinder

Opt-in global Mastodon full text search. Join the index!

@frankel@mastodon.top
2026-07-16 17:27:59

The #git history command deserves more attention
lalitm.com/post/git-history/

@laurentperrinet@neuromatch.social
2026-07-15 16:04:39

🤖 some #Git users may be interested into this bash script that analyses your git diff and creates meaningful commit messages using an #Ollama #LLM (local / cloud).

@nobodyinperson@fosstodon.org
2026-06-14 17:34:36

My :forgejo: #forgejo now takes >20s to load the activity page 🤡
This is on cold starts, subsequent refreshes are fast. I think I have reached the limit storing forgejo's data on a WD4TB USB disk, using an sqlite database and having a *ridiculous* amount of commits due to :gitannex: #gitAnnex

Betrieben mit Forgejo-aneksajo Version:
15.0.3-git-annex0-patched Seite: 21472ms Vorlage: 4ms
@mgorny@social.treehouse.systems
2026-06-16 07:26:44

Given these days you can't even expect #Gentoo contributors to be respectable, I'm working on adding a git hook that rejects commits with #LLM attribution. Could you help me find all the common patterns used to mark LLM-assisted #git commits?
So far I'm checking for author and Co-authored-by using the following e-mail patterns:
• copilot@github.com
• *@anthropic.com
• claude@users.noreply.github.com
• * claude[bot]@users.noreply.github.com
• *@openai.com
• * chatgpt-codex-connector[bot]@users.noreply.github.com
• *@cursor.com
• *@x.ai
• *@google.com
I think some people came up with some other tags to mark LLM commits but can't find that right now.
EDIT: added Assisted-by.
#NoAI #NoLLM #AI

@niklaskorz@rheinneckar.social
2026-08-01 09:06:00

Why is .config/ in git repositories not a thing? As an XDG_CONFIG equivalent to move .vscode, .zed, .forgejo away from the repository root, that would be pretty nice.
#git #forgejo #gitea

@wyri@toot-toot.wyrihaxim.us
2026-07-05 20:17:05

Cool! These should all be green; somehow, the least expected OS to work passed the test, while the top and medium expected OS didn't. Fun!
#git #linux #windows

@unixorn@hachyderm.io
2026-06-17 00:54:46

Periodic reminder that I maintain a list of git resources - a collection of extra commands, links to useful utilities, links to blog posts, etc.
#git #sre #devops

@nobodyinperson@fosstodon.org
2026-06-02 04:57:43

:git: #git really needs an easy way to temporarily disable specific remotes (e.g. when they're unresponsive right now) that does not involve completely removing (then recreating) it or commenting it out in `git config --edit`. Would also be very beneficial for :gitannex: #gitAnnex which gets painfully …

@michabbb@social.vivaldi.net
2026-08-02 14:37:00

🌿 Mirrors Git diff-style commands: hunk diff, hunk show HEAD~1, file-to-file compare and patches from stdin
🔀 Auto-detects #Jujutsu and #Sapling checkouts and uses native revsets; can be set as pager for #Git

@ellie@ellieayla.net
2026-07-17 17:04:39

Is there an option hidden somewhere in git log / ref-log / mailmap which would support colorizing output lines differently depending on whether a author/committer matches some pattern (eg Mine vs Another Maintainer vs Unknown Contributor)?
I know I could post-process the output of git log or use other plumbing tools, but I'd rather not if something is built-in.
#git #askfedi #devlog

@frankel@mastodon.top
2026-05-17 09:29:19

#Git Is Not Fine
billjings.com/posts/title/git-

@nobodyinperson@fosstodon.org
2026-06-09 08:54:14

Wow, :gitannex: #gitAnnex not generally forcing existence of a synced/main branch anymore? Sounds like an amazing change that will reduce confusion and the branch juggling. 👍

@mxp@mastodon.acm.org‬
2026-07-20 17:42:25

For a long time, I diligently put my course materials into #git, but I found that it has little, if any, benefits for my use case, most notably, working alone.
But I’m now in the lucky position that others will teach my courses for the next academic year (#sabbatical, yay!)—now it does make sense to use version control!

@mxp@mastodon.acm.org
2026-07-20 17:42:25

For a long time, I diligently put my course materials into #git, but I found that it has little, if any, benefits for my use case, most notably, working alone.
But I’m now in the lucky position that others will teach my courses for the next academic year (#sabbatical, yay!)—now it does make sense to use version control!

‪@mxp@mastodon.acm.org‬
2026-07-20 17:42:25

For a long time, I diligently put my course materials into #git, but I found that it has little, if any, benefits for my use case, most notably, working alone.
But I’m now in the lucky position that others will teach my courses for the next academic year (#sabbatical, yay!)—now it does make sense to use version control!

@mgorny@social.treehouse.systems
2026-07-24 12:12:12

#TIL that #git has an `--end-of-options` option because they used `--` for something else in `git checkout`. 🤦
nesbitt.io/2026/07/21/end-of-o
(thanks to @… for the link)

@opencommit@fosstodon.org
2026-07-18 20:02:12

We had an intermittent storage issue. This problem has now been resolved.
#opencommit #git #opensource

@mgorny@social.treehouse.systems
2026-07-20 16:36:25

Zero days since I messed up rebase by using `#git commit --amend` and missing that I was suppose to just `git commit` because it stopped on a merge conflict rather than my "edit".

@datascience@genomic.social
2026-06-21 10:00:01

{piggyback} makes it easier to attach large files (e.g. input data) to code in github repos: #rstats

@ellie@ellieayla.net
2026-07-17 17:14:43

No, you cannot embed ANSI escape sequences in the mailmap names. That would be horrifying.
(Does this nerd-snipe @… ?)
#git

@michabbb@social.vivaldi.net
2026-08-02 14:36:59

🔍 #Hunk is a review-first terminal diff viewer for agent-authored changesets #opensource #git #cli

@unixorn@hachyderm.io
2026-07-25 19:48:37

Periodic git-extra-commands announcement
#git helper scripts and other git-related resources I've accumulated over the years.
You don't need a ZSH framework to use it - the framework code just adds the repo's bin directory to your PATH automatically.
#git #homelab #selfhosting #sre #devops #swe