Live data from Hacker News

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

github.com

11–20 of 106 posts

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

#12
post #10

Hmmm, this seems to be making easy something you normally should not do.

So, exactly like a knife? Generally we don't want to cut people open, but when we need to do it, like during surgery, a sharp knife sure helps.

that's it

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

#13

This looks cool! Are there screenshots available?

https://imgur.com/a/V5EGCOw

Please put up this or another screenshot as the first thing you see in the README - please!

I'm reluctant to clone a repository and spend time on it just to find out the project looks crap and I don't want to use it. A screenshot saves other people's time :)

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

#15
post #13

Earlier quoted context omitted.

https://imgur.com/a/V5EGCOw

Please put up this or another screenshot as the first thing you see in the README - please! I'm reluctant to clone a repository and spend time on it just to find out the project looks crap and I don't want to use it. A screenshot saves other people's time :)

done

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

#18

This is cool, but has anyone ever needed to rewrite commit authors or dates?

Yes, for instance it could be useful if someone’s been accidentally committing with a bogus email address. Or if you’re cleaning up some sort of mess and would like to recreate an accurate history.

Obviously as with any “force push” situation, the usual caveats apply if this is on a branch others have checked out, but if the mess is big enough, it is sometimes worth it to send everyone a script to reset or just to have people delete and re-check-out.

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

#19

This is cool, but has anyone ever needed to rewrite commit authors or dates?

Yes. Absolutely! Many times I had a wrong configured terminal and messed up the author. Often I work in different projects, privately and in my work, and I use different authors for both
Post reply on HN