Earlier quoted context omitted.
Every commit message must start with JIRA ticket number
I find that awful, because now half your subject line is burned by completely useless information: the JIRA ticket number doesn't provide any useful information when reading a git log / summary.
My Favourite Git Commit
371–380 of 389 posts
Re: My Favourite Git Commit
#372Earlier quoted context omitted.
...you're going to want me...kept away from others due to HR cringing at my presence.
You're not filtering him out of the hiring pool, he's filtering you. ;)
Re: My Favourite Git Commit
#373I think my favorite (in terms of humor) is a commit from mpv complaining about locales and encodings. You can practically feel the committer's sheer frustration. [1] https://github.com/mpv-player/mpv/commit/1e70e82baa9193f6f02...
Re: My Favourite Git Commit
#374Re: My Favourite Git Commit
#375Earlier quoted context omitted.
Every commit message must start with JIRA ticket number
I work at a place that used to prescribe this. I dislike it because it adds too much repetitive noise to the abridged git log. (It occurs to me that you may be making this point in a tongue-in-cheek way.) Originally I suggested we put the JIRA number/link in the commit body, but then I learned about git-notes to add metadata to commits and now I kinda want to do this with the semantic labels suggested by the thread O…
Re: My Favourite Git Commit
#376OR you could just write Replace invalid ASCII char. Fixes rake error 'invalid byte sequence in US-ASCII'. I don't want your entire life story in my commit log.
House style in the companies I've worked for is to include a link to a bug report and or code review that provides more context for those who want it. Even without that added context, I'd rather know
Re: My Favourite Git Commit
#377Re: My Favourite Git Commit
#378Earlier quoted context omitted.
You're not filtering him out of the hiring pool, he's filtering you. ;)
Yeah, my own resume isn't (or wasn't, it has been years since i updated it) that flair-y, but it does have a sidebar with screenshots of stuff i worked on (with my face doing a weird look at the top) and is in mostly prose style with bold text for each of the projects i worked on (bold helps to scan for stuff, at least that was the idea). I've been told a few times (by friends) that this isn't how resumes are suppose…
Ultimately, it boils down to people's gut feelings, which is so disgustingly random.
Re: My Favourite Git Commit
#379Earlier quoted context omitted.
Every commit message must start with JIRA ticket number
I work at a place that used to prescribe this. I dislike it because it adds too much repetitive noise to the abridged git log. (It occurs to me that you may be making this point in a tongue-in-cheek way.) Originally I suggested we put the JIRA number/link in the commit body, but then I learned about git-notes to add metadata to commits and now I kinda want to do this with the semantic labels suggested by the thread O…