Viewing profile — jacknagel
jacknagel
HN member- Joined
- Sun, Jan 30, 2011, 12:29 AM UTC
- HN karma
- 45
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About jacknagel
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #3646307
>But then I found that that email address is shared to the whole world in git commit summary! If you're talking about the email address in the commit itself, that's part of the com…
-
comment
Comment #3627016
You might find `git add -N` ("--intent-to-add") useful. It's an extra step, yes, but it allows you to e.g. view the content of new files with `git diff` without actually staging th…
- story
-
comment
Comment #3495098
Sorry, should be HISTIGNORE=ssh* (the pattern has to match the entire line.) Like many shell variables, this one is a colon-separated list.
-
comment
Comment #3493945
HISTIGNORE=ssh It won't strip existing lines, but will prevent them from being recorded in the future.
-
comment
Comment #3349273
IIRC (I read the git mailing list) there was a lot of arguing about whether generation numbers should be in the commit headers or stored in separate cache, and then a different fix…
-
comment
Comment #3348850
Does anyone know how to adjust the line height? In 1.x I could do defaults write com.macromates.TextMate OakLineHeightDelta n but 2.x doesn't respect that (or com.macromates.Avian …
-
comment
Comment #3282968
git-log and friends indent the commit message by four spaces on the left, so wrapping at ~72 chars gives it symmetry on 80 column terminals. By wrapping it yourself, you decide whe…
-
comment
Comment #3282855
It's hard to understate the importance of this. GitHub's online editor has a default commit message along the lines of "Edited path/to/file", and I see a lot of pull requests with …
-
comment
Comment #3061597
Actually if you follow the thread(s) relating to this, a less invasive change to speed up "git tag --contains" was adopted (see git.git@ffc4b8012), so "soon" probably isn't the rig…
-
comment
Comment #2966926
Awesome.
-
comment
Comment #2964548
Just for kicks, here's a (terribly ugly) pipeline that will display the contents of .nls and `ls`, with duplicates removed: ls | cat .nls - | column -t -s: | sort -r | perl -ane 'p…
-
comment
Comment #2817508
So the author has reached this conclusion after _several hours_ of using Lion?
-
comment
Comment #2802407
Yes, in most cases, but most packages have minimal dependencies due to Homebrew's "use what OS X provides" philosophy, i.e., the XCode toolchain (Homebrew doesn't even have a packa…
- comment
-
comment
Comment #2786613
FWIW, Homebrew only needs gcc 4.0 for a select few formula. The vast majority of them build with more modern compilers (gcc 4.2, llvm-gcc, and clang are supported; and I use a non-…
-
comment
Comment #2766038
Minor smackdown from this thread here: http://article.gmane.org/gmane.comp.version-control.git/1771...
-
comment
Comment #2628043
Troll. Nothing to see here. Edit: > I am simply trying to develop an application, is there a good reason why I am compiling libxml2 and all of its dependencies? I'm pretty sure tha…
-
comment
Comment #2511735
Agreed--there is way too much of this. A member of my family has Asperger's, is on medication and regularly sees a psychiatrist. It's insulting to him and everyone who has a clinic…
-
comment
Comment #2446093
Twitterific has Twitter in the name, and it's been around for ages.
-
comment
Comment #2311402
It's also possible that Xcode 4 is only on the App Store because Lion is going to be on the App Store, and people who buy a physical copy of Lion will get Xcode 4 on the disc.
-
comment
Comment #2229390
I have a 2006 Core Duo MBP also. Running file on the binary produces this: Pixelfari: Mach-O 64-bit executable x86_64 Guess I'll have to find a 64-bit Mac so that I can play with i…