diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-02-23 12:13:45 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-02-23 12:13:45 +0100 |
| commit | b10b4f69e6a9accad529d67fcef74b6a28996fab (patch) | |
| tree | a5fafb3a6d05028b3be59599329d5e40fad4ff11 | |
| parent | 1243fe640413712708f4d85ac39cde2de7a6e127 (diff) | |
| download | dotfiles-b10b4f69e6a9accad529d67fcef74b6a28996fab.tar.gz dotfiles-b10b4f69e6a9accad529d67fcef74b6a28996fab.zip | |
git: Decrease the number of milliseconds in the autocorrect feature.
| -rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ whitespace = trailing-space,space-before-tab [help] - autocorrect = 5 + autocorrect = 1 [alias] down = pull --rebase --stat |
