- Apr 17, 2015
-
-
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.
-
Jonas Haag authored
Add option to auto-launch browser on server
-
Rich Wareham authored
-
Rich Wareham authored
Add command-line argument --browser (shortened to -b) which will auto-launch a web-browser pointing to the Klaus server via the Python webbrowser module. Note that we do things in the wrong order in that we launch the browser and *then* start the server. In the absence of a cleaner way of getting a function to run after server setup this approach actually works in practice. If this doesn't Just Work for someone we can think again about more complex options.
-
- Jul 01, 2014
-
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
The 'git' executable may very well be absent on other platforms as well.
-
Jonas Haag authored
catch WindowsError
-
- Jun 30, 2014
-
-
Mechazawa authored
-
- Jun 22, 2014
-
-
Jonas Haag authored
- Jun 21, 2014
-
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
Mechazawa authored
-
- Jun 20, 2014
-
-
Jonas Haag authored
Thanks to @Mechazawa for the report and patch.
-
- May 12, 2014
-
-
Jonas Haag authored
-
- May 03, 2014
-
-
Jonas Haag authored
-
Jonas Haag authored
Thanks to @lb1a for the patch. Fixes #87.
-
- May 02, 2014
-
-
Jonas Haag authored
-
Jonas Haag authored
Thanks to @lb1a for the initial patch. Fixes #35.
-
- Mar 13, 2014
-
-
Jonas Haag authored
-
Jonas Haag authored
Handle htdigest file properly in contrib.wsgi
-
- Mar 12, 2014
-
-
Philip Dexter authored
Fix #90
-
- Mar 09, 2014
-
-
Philip Dexter authored
Fix #90
-
- Mar 08, 2014
-
-
Philip Dexter authored
Fix #90
-
- Mar 05, 2014
-
-
Jonas Haag authored
See https://github.com/jelmer/dulwich/issues/144 Thanks to Klaus Alexander Seistrup. Fixes #89.
-
Jonas Haag authored
If lexer can't be guessed from the file name, try to guess it from only the file contents. Fall back to no highlighting if this fails too. Thanks to Daniel Krüger for the report.
- Feb 21, 2014
-