Commits
User selector
Commit History
Commits on Dec 21, 2015
Fixed a non-Windows import
Show description for 05a302ccommitted
Commits on Dec 14, 2015
fix(tree): remove Tree.cache - use IndexFile.write_tree() instead
Show description for b295c13committedfix(tree): show that fixing Tree.cache is not possible
Show description for 4f1110bcommitted
Commits on Dec 13, 2015
chore(tree): remove dead code
Show description for 0de827acommittedfix(tree): tree item sort now uses git-style
Show description for d82a6c5committed
Commits on Dec 2, 2015
- committed
Added CHECKING_OUT as a logged operation
Show description for 13141e7committed
Commits on Nov 8, 2015
fix(commit): respect daylight saving when computing utc-offset
Show description for 0900a51committed
Commits on Oct 16, 2015
Merge pull request #354 from dpursehouse/execute-timeout
Show description for a929ab2committed
Commits on Oct 15, 2015
- committed
doc(cmd): make sure people know wait() may block
Show description for 3cb5e17committed- committed
fix(cmd): fixed deadlock when stderr buffer overflow
Show description for 2cc8f1eauthored andcommitted
Commits on Oct 13, 2015
Run os.kill for all child pids even after some of them are down
Show description for dbbcaf7authored andcommittedUpdate docstring for 'kill_after_timeout' parameter
Show description for d06e76bauthored andcommittedRename execute param 'timeout' to 'kill_after_timeout'
Show description for 4faf5cdauthored andcommitted
Commits on Oct 9, 2015
Only create watchdog and event if timeout is specified in execute command
Show description for 7cc0e6cauthored andcommittedRaise exception when timeout is used in execute command on Windows
Show description for 9e1c90eauthored andcommitted
Commits on Sep 28, 2015
Include 'timeout' parameter in Git execute
Show description for cd4caf1authored andcommitted
Commits on Sep 6, 2015
fix(remote): assure only repository configuration
Show description for 84fcf8ecommittedfix(config): ignore empty values in config file
Show description for 074842acommitted
Commits on Aug 29, 2015
- committed
fix(repo): fail loudly if worktrees are used
Show description for e859042committed
Commits on Aug 22, 2015
fix(repo): use GitCmdObjectDB by default
Show description for 6eb3af2committed
Commits on Aug 21, 2015
Merge pull request #341 from StyXman/master
Show description for 1d768f6committed
Commits on Aug 19, 2015
Commits on Aug 17, 2015
fix(test_index): fix encoding
Show description for c8b8379committedfix(commit): serialization timezone handling
Show description for a8f7e37committed
Commits on Aug 8, 2015
fix(tests): remove dependency on sort order
Show description for 039e265committedtests(submodule): add new submodule commits
Show description for a0acb22committed
Commits on Jul 29, 2015
fix(index):allow adding non-unicode paths to index
Show description for 7ab12b4committedfix(diff): mode-assertions now deal with 0
Show description for 8324c4bcommitted
Commits on Jul 28, 2015
don't 'log' to stderr in `RemoteProgress`
Show description for c58887acommitted
Commits on Jul 26, 2015
- committed
David García Garzón