less cluttered method (thanks, https://github.com/jwilk/git-landmine)
This commit is contained in:
parent
4dc97f689c
commit
a05ccd04dd
|
@ -1,6 +1,8 @@
|
|||
[pager]
|
||||
status = true
|
||||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = true
|
||||
bare = false
|
||||
worktree = "worktree"
|
||||
fsmonitor = "echo \"Hi $USER, you got pwnd! (Read https://lwn.net/Articles/892755/)\">&2; echo >&2; false"
|
||||
worktree = "."
|
||||
pager = "echo \"Hi $USER, you got pwnd! (Read https://lwn.net/Articles/892755/)\">&2;"
|
||||
|
|
1
whoot/worktree/.gitignore
vendored
1
whoot/worktree/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
.gitignore
|
Loading…
Reference in a new issue