Skip to content

Commit

Permalink
Add an alias for regenerating ctags
Browse files Browse the repository at this point in the history
  • Loading branch information
robmiller committed Jun 23, 2013
1 parent c1e55e4 commit 564723e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gitconfig
Expand Up @@ -79,6 +79,8 @@

merge = merge --no-ff

ctags = "!.git/hooks/ctags"

# Show files ignored by git:
ign = ls-files -o -i --exclude-standard
switch = !legit switch \"$@\"
Expand Down Expand Up @@ -114,3 +116,5 @@
[mergetool "Kaleidoscope"]
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
trustExitCode = true
[init]
templatedir = ~/.git_template

0 comments on commit 564723e

Please sign in to comment.