annotate git/gitconfig @ 291:aac9b5b1f921

Fix how we set the CWD in Vim based on the project root.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 19 Mar 2015 17:06:31 -0700
parents 02ea6f694bb8
children 6938fb0146f5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
124
20c49d51f7e3 Added `.gitconfig`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 [user]
215
02ea6f694bb8 Git config changes.
Ludovic Chabant <ludovic@chabant.com>
parents: 124
diff changeset
2 name = Ludovic Chabant
124
20c49d51f7e3 Added `.gitconfig`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 email = ludovic@chabant.com
215
02ea6f694bb8 Git config changes.
Ludovic Chabant <ludovic@chabant.com>
parents: 124
diff changeset
4
02ea6f694bb8 Git config changes.
Ludovic Chabant <ludovic@chabant.com>
parents: 124
diff changeset
5 [push]
02ea6f694bb8 Git config changes.
Ludovic Chabant <ludovic@chabant.com>
parents: 124
diff changeset
6 default = simple
02ea6f694bb8 Git config changes.
Ludovic Chabant <ludovic@chabant.com>
parents: 124
diff changeset
7