Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Chrome ate my profile
- Date: Sat, 17 Mar 2018 01:29:17 +0900
- From: "Stephen J. Turnbull" <turnbull.stephen.fw@example.com>
- Subject: Re: [tlug] Chrome ate my profile
- References: <23205.16405.527594.15212@turnbull.sk.tsukuba.ac.jp> <20180311165823.GA1669@wismut> <ba01bbb1-32d0-7b3c-b3b3-b4d0ed4c6d9a@dcook.org> <23210.6885.521848.717987@turnbull.sk.tsukuba.ac.jp> <20180315104007.26t7l46c6hqfrdxm@iambic.cynic.net>
Curt Sampson writes: > On 2018-03-15 16:04 +0900 (Thu), Stephen J. Turnbull wrote: > > > (shell-command "git commit -a -m 'auto-commit'") > > Remember that this won't add new files. For the "keep snapshots of this > tree" application you more likely want `git add -A && git commit > ...`. Good point. FWIW, that wasn't my use case. My use case was cherrypicking. I would frequently be working on some task, and notice a minor, non-reviewable defect (typo in a comment) or one of those defects that really annoys pedants but if you fix them people bitch about VC churn (trailing whitespace) or that it's hard to figure out what you actually did in the diff (add a line to a C if that turns a simple statement into a compound statement: if you haven't changed the original statement, it makes sense to adjust the new lines to the old indentation, and at the end of the feature branch fix all the pedantic stuff). So instead of using stashes (which I could never keep track of, and I often forgot to stash anyway), while I was working it was "save - trivial fix - save", which was the least disruptive and most accurate workflow I've had for splitting out trivial stuff from reviewable changes. Also, I typically had a bunch of junk (mostly test scaffolding) that wasn't necessarily gitignored lying around, and new files were rare and anyway would get added deliberately on master at first save. Most likely I wouldn't have followed your advice in any case. ;-) That level of care didn't get traction in my community so I gave up on it. :^P Steve
- Follow-Ups:
- Re: [tlug] Chrome ate my profile
- From: Curt Sampson
- References:
- [tlug] Chrome ate my profile
- From: Stephen J. Turnbull
- Re: [tlug] Chrome ate my profile
- From: Jens John
- Re: [tlug] Chrome ate my profile
- From: Darren Cook
- Re: [tlug] Chrome ate my profile
- From: Stephen J. Turnbull
- Re: [tlug] Chrome ate my profile
- From: Curt Sampson
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Chrome ate my profile
- Next by Date: [tlug] NOT SOLVED: BIOS / Video not fixed
- Previous by thread: Re: [tlug] Chrome ate my profile
- Next by thread: Re: [tlug] Chrome ate my profile
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links