- Jul 27, 2015
-
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
- Jul 17, 2015
-
-
Jonas Haag authored
-
Jonas Haag authored
-
- Jun 28, 2015
-
-
Jonas Haag authored
-
Jonas Haag authored
Smart HTTP doesn't work yet (depends on jelmer/dulwich#295)
-
Jonas Haag authored
-
- Jun 26, 2015
-
-
Jonas Haag authored
fix autoreload condition
-
Jiri Suchan authored
-
Jonas Haag authored
allow to specify repositories root
-
- Jun 25, 2015
-
-
yed_ authored
-
Jonas Haag authored
Tarutils Python 2.6 compatibility
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
Dana Runge authored
-
- Jun 24, 2015
-
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
It's now possible to require HTTP authentication for all of the Web interface (not only push/pull). This isn't available from the command line. Note that when both whole-site password protection and Smart HTTP mode is enabled, push is allowed by default. It can be disallowed using the 'disable_push' option.
-
Jonas Haag authored
-
- Jun 22, 2015
-
-
Dana Runge authored
-
- Apr 28, 2015
-
-
Jonas Haag authored
Fix errant .split() calls that causes a TypeError
-
William Hughes authored
the wsgi_autoreload component Fixed #116
-
- Apr 17, 2015
-
-
Jonas Haag authored
-
Jonas Haag authored
The 'diff.py' module used to parse unified diff lines like +++ a/foo/bar /spam/eggs as "/foo/bar" i.e. stripping anything behind whitespace. This is because it tried to recognize the part after whitespace as a commit revision id. As dulwich never uses the latter, I simply removed that feature. Whitespace isn't special-cased anymore now.
-
- Apr 14, 2015
-
-
Jonas Haag authored
-
- Apr 13, 2015
-
- Jan 31, 2015
-
-
Jonas Haag authored
-
- Jan 20, 2015
-
-
Jonas Haag authored
Split browser option into flag and option
-
Rich Wareham authored
As noted in #108, the ``--browser`` option is currently broken if no argument is supplied. Split the argument into two: a flag (``--browser``) indicating if a browser is to be opened and an option (``--with-browser``) which may optionally be used to specify which browser is to be used. Fixes #108.
-
- Jan 19, 2015
-
-
Jonas Haag authored
-
Jonas Haag authored
You may now optionally pass a browser name or executable to the --browser option, which is then preferred over the default browser. See #107.
-