Live data from Hacker News

Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet

github.com

41–50 of 111 posts

Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet

#41
post #37

Earlier quoted context omitted.

why can't anyone just do things themselves anymore? it's all LLM crap

For what it's worth, I've used Claude to write a lot of smaller utility tools that I wouldn't normally have the time to sit down and implement, but which also solve straightforward problems. One small example is an extension for the `gh` cli where I give it a PR number and multiple branches and it cherry-picks that PR to those branches, or lets me know if some of the branches don't work. For managing multiple release…

but if you were sharing those utilities - even in a github gist! - why not write the English parts for human consumption yourself?

Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet

#42

“It never reimplements git — it shells out to the system git CLI and rebuilds commits with git commit-tree, reusing each commit's original tree so file contents are provably never changed.” Glad the LLM noted this - I was worried this would reimplement git

why can't anyone just do things themselves anymore? it's all LLM crap

git has a notoriously overcomplicated interface, so this is a scenario that I can honestly understand why someone wouldn't want to do it by hand

Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet

#43

“It never reimplements git — it shells out to the system git CLI and rebuilds commits with git commit-tree, reusing each commit's original tree so file contents are provably never changed.” Glad the LLM noted this - I was worried this would reimplement git

why can't anyone just do things themselves anymore? it's all LLM crap

A tool like this never sees the light of day without an LLM. Git is complicated and use case for this is rather niche.

Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet

#44

Earlier quoted context omitted.

done

Unreadable in iPad Safari -- delayed popup darkens the screen and demands app install.

ah that's imgur. moved it to a github-hosted image should be fine now.

Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet

#45
post #42

Earlier quoted context omitted.

why can't anyone just do things themselves anymore? it's all LLM crap

git has a notoriously overcomplicated interface, so this is a scenario that I can honestly understand why someone wouldn't want to do it by hand

but what about the writing English to describe it part? does English also have a notoriously overcomplicated interface lol

Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet

#46

This looks cool! Are there screenshots available?

https://imgur.com/a/V5EGCOw

Thanks, but is that a photo of a screen instead of a screenshot and that’s why it looks cloudy/random splotches are brighter?

Regardless, it’s better than nothing, thank you.

Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet

#47

I built a small Tauri app that just shows your commits in a table and lets you edit message/author/date directly, plus find & replace with regex if you need to fix a bunch at once. It backs up the branch before it rewrites anything doesn't touch file contents, just metadata.

[deleted]

Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet

#49

Earlier quoted context omitted.

why can't anyone just do things themselves anymore? it's all LLM crap

A tool like this never sees the light of day without an LLM. Git is complicated and use case for this is rather niche.

i definitely used to write bash functions for this sort of thing tho. no GUI, but it was useful to do stuff like obscure my working hours (make it look like i did personal stuff after-hours. make it seem like stuff took all day instead of an hour..like adding sawdust to meat).

like you said, niche and probably unnecessary. and if i were to have published them (even in a gist!) i would have written the docs myself instead of forcing people to read LLM-speak. That's just lazy.

Re: Show HN: Git-knife – Edit commit messages, authors, and dates like a spreadsheet

#50

“It never reimplements git — it shells out to the system git CLI and rebuilds commits with git commit-tree, reusing each commit's original tree so file contents are provably never changed.” Glad the LLM noted this - I was worried this would reimplement git

why can't anyone just do things themselves anymore? it's all LLM crap

Because I have better things to do with my time.
Post reply on HN