github / GitPad

Notepad.exe as Git commit editor
MIT License
187 stars 69 forks source link

Changed environment variable to no longer use ~ #19

Closed ShadowWolf closed 10 years ago

ShadowWolf commented 10 years ago

AppData isn't necessarily a directory underneath $Home in some environments. Changed to use the DirectoryInfo.DirectoryName instead and reverse the slashes.

Should fix https://github.com/github/GitPad/issues/18

shiftkey commented 10 years ago

Seems legit. I'll let @paulcbetts give it a once-over before we merge it in...

anaisbetts commented 10 years ago

Strip the unrelated formatting changes and I'm in.

ShadowWolf commented 10 years ago

Oops - sorry; I have visual studio configured to do auto-formatting for work stuff :)

Updated with the new formatting changes. Was just easier to revert and update with subl so that's the route I took. Hopefully no issues now!

anaisbetts commented 10 years ago

@ShadowWolf Thanks!