alzeih
bdcbdc2e37
Fix test error "fatal: empty ident name (for <(null)>) not allowed"
...
Occurs when tests run with tox not with Travis CI or Appveyor
Changed existing tox setenv statement to use whitespace around `=` as per
http://tox.readthedocs.io/en/latest/example/basic.html#setting-environment-variables
2016-12-04 13:33:41 +13:00
Anthony Sottile
8cd62452fe
Merge pull request #442 from alzeih/patch-2
...
Update the archive resources (rbenv, ruby-build, ruby-download)
2016-12-02 21:11:11 -08:00
alzeih
bbbc29af6f
Update the archive resources
2016-12-03 17:39:41 +13:00
Anthony Sottile
da3458cd25
Merge pull request #439 from pre-commit/configure_loggers_under_test
...
Configure logging under test
2016-11-26 17:53:08 -08:00
Anthony Sottile
573442faf3
Configure logging under test
2016-11-26 16:41:45 -08:00
Anthony Sottile
747eb1fe61
Merge pull request #438 from pre-commit/cygwin_check_after_setup_code
...
Add cygwin check after initialization. Resolves #437
2016-11-26 15:30:12 -08:00
Anthony Sottile
4e0f73bbf3
Add cygwin check after initialization. Resolves #437
2016-11-26 15:16:55 -08:00
Anthony Sottile
88f9f76e48
Merge pull request #436 from pre-commit/warn_cygwin_mismatched
...
Warn on cygwin python/git mismatch. Resolves #354
2016-11-26 15:05:27 -08:00
Anthony Sottile
526abd9251
Warn on cygwin python/git mismatch. Resolves #354
2016-11-26 14:44:29 -08:00
Anthony Sottile
d17daf7fd1
Merge pull request #435 from pre-commit/centralize_logging
...
Centralize logging initialization
2016-11-26 14:33:58 -08:00
Anthony Sottile
a7169905dc
Centralize logging initialization
2016-11-26 14:19:37 -08:00
Anthony Sottile
323507c9e3
Merge pull request #434 from pre-commit/reorg_output
...
Reorganize output writing
2016-11-26 14:04:15 -08:00
Anthony Sottile
893e0a9d49
Allow python tests to avoid the network wrt virtualenv
2016-11-26 13:41:11 -08:00
Anthony Sottile
afbb6c787b
Remove pypy3 for now (pip has dropped support)
2016-11-26 12:26:23 -08:00
Anthony Sottile
0dda19f691
Reorganize output writing
2016-11-26 12:15:55 -08:00
Anthony Sottile
1adfa24124
v0.9.3
v0.9.3
2016-11-07 13:20:39 -08:00
Anthony Sottile
eb5e15edaa
Merge pull request #427 from pre-commit/setup_cfg_issue_425
...
Allow virtualenv creation with strange setup.cfg. Resolves #425
2016-11-07 11:58:22 -08:00
Anthony Sottile
5ace43765b
Allow virtualenv creation with strange setup.cfg. Resolves #425
2016-11-07 11:09:32 -08:00
Anthony Sottile
4f73a74378
Merge pull request #428 from pre-commit/fix_latest_git
...
Fix latest-git.sh
2016-11-07 11:08:59 -08:00
Anthony Sottile
a5aa32ee72
Fix latest-git.sh
2016-11-07 10:37:46 -08:00
Anthony Sottile
9ef0c06d3f
v0.9.2
v0.9.2
2016-10-25 13:10:11 -07:00
Anthony Sottile
8bcf24e5d5
Merge pull request #421 from pre-commit/py26_cleanup
...
shlex.split works in py27+
2016-10-23 17:31:15 -07:00
Anthony Sottile
c4c02f71a6
Merge pull request #420 from pre-commit/stdlib_venv_strikes_again
...
Fix virtualenv-inside-venv on osx. Resolves #419
2016-10-23 17:00:24 -07:00
Anthony Sottile
cce59d7957
shlex.split works in py27+
2016-10-23 16:55:16 -07:00
Anthony Sottile
3b888c9e42
Stop testing against py33
2016-10-23 16:51:53 -07:00
Anthony Sottile
e832ddc57f
Merge pull request #408 from pre-commit/no_pyterminalsize
...
Use 80 or min width instead of terminal size
2016-10-23 16:48:53 -07:00
Anthony Sottile
d5ebea31d7
Fix virtualenv-inside-venv on osx. Resolves #419
2016-10-23 16:43:34 -07:00
Anthony Sottile
bbf1f62ed6
Merge pull request #412 from pre-commit/remove_py26_format_literals
...
Remove py26 format literals
2016-09-15 09:20:42 -07:00
Anthony Sottile
b81c9802ae
Remove py26 format literals
...
Resolves #403
2016-09-15 08:41:58 -07:00
Anthony Sottile
26e60fa333
v0.9.1
v0.9.1
2016-09-10 09:49:03 -07:00
Anthony Sottile
b511bac036
Merge pull request #411 from pre-commit/regression_test_for_409
...
Add regression test for external diff tools
2016-09-10 12:46:17 -04:00
Anthony Sottile
cc65fa98d2
Add regression test for external diff tools
...
See #409
Resolves #410
2016-09-10 09:24:28 -07:00
Anthony Sottile
4b90faab27
Merge pull request #409 from samsaggace/master
...
Fix file stashing with external diff tool
2016-09-09 10:56:47 -04:00
Sebastien Chemin
5206ce2448
Fix file stashing with external diff tool
...
When git is configured to use an external diff tool to show diffs
(eg. 'git config diff.external mytool'), the stashing unstaged files
will create an empty file that can't be recovered.
Some modifications are permanently lost...
Just disable the ext-diff of git diff to avoid any issue.
Change-Id: I10a57ac2acbcb1f7219455f1958efd50d8452d6a
2016-09-09 16:36:32 +02:00
Anthony Sottile
9c6484b94f
Merge pull request #407 from pre-commit/nopy26_tarfile_open
...
Remove tarfile_open (tarfile open in 2.7+)
2016-08-31 17:24:29 -07:00
Anthony Sottile
f2f3054d8b
Merge pull request #406 from pre-commit/nopy26_logging_handler
...
Use super() ('newstyle class' in 2.7+)
2016-08-31 17:24:22 -07:00
Anthony Sottile
a677c42e21
Use 80 or min width instead of terminal size
2016-08-31 17:15:52 -07:00
Anthony Sottile
57cc50e0ad
Remove tarfile_open (tarfile open in 2.7+)
2016-08-31 16:24:30 -07:00
Anthony Sottile
5961a8e5f1
Use super() ('newstyle class' in 2.7+)
2016-08-31 16:20:55 -07:00
Anthony Sottile
0a810249e3
v0.9.0
v0.9.0
2016-08-31 12:41:38 -07:00
Anthony Sottile
60cc4158ed
Merge pull request #400 from pre-commit/fix_trailing_whitespace_non_utf8_diff
...
Fix staged-files-only with a non-utf8-trailing-whitespace diff. Resolves #397
2016-08-18 17:29:15 +02:00
Anthony Sottile
b05cc4077e
Fix staged-files-only with a non-utf8-trailing-whitespace diff. Resolves #397
2016-08-18 07:37:33 -07:00
Anthony Sottile
f11338ccfa
Merge pull request #398 from sanmai-NL/clarify_git_err_msg
...
Clarify/correct error message
2016-08-18 16:36:33 +02:00
Anthony Sottile
b6bcc8a80d
Merge pull request #399 from pre-commit/stop_testing_py26
...
Stop supporting python2.6 Resolves #263
2016-08-18 16:36:14 +02:00
Anthony Sottile
1522a8e05b
Stop supporting python2.6 Resolves #263
2016-08-18 07:32:47 -07:00
Sander Maijers
1d4a332e04
Clarify/correct error message
...
The error also occurs if the `git` utility isn't available.
2016-08-16 15:47:17 +02:00
Anthony Sottile
ea05189c28
Merge pull request #387 from pre-commit/better_suggest_autoupdate
...
Clarify language around missing hooks. Resolves #386
2016-06-25 10:52:32 -07:00
Anthony Sottile
5547db93ef
Clarify language around missing hooks. Resolves #386
2016-06-25 08:14:58 -07:00
Anthony Sottile
99edd0d5c9
Merge pull request #382 from pre-commit/tags_when_available
...
Autoupdate to tags when available
2016-06-23 09:56:33 -07:00
Anthony Sottile
758faa4ae7
Autoupdate to tags when available
2016-06-23 08:29:33 -07:00