Commit 9699e19f authored by Matthias Putz's avatar Matthias Putz

--amend

parent e33a0d1c
# TODO
* check commands:
1. forall -c set repo
# Requirements
* python 3.3
* Git
* Git Bash (!!)
* Windows:
* start Git Bash as Administrator
# Notes on compability
* Windows does not allow links to non-existing files and dirs
* Windows does not allow a ":" in the filename
* Windows is case insensitive
# Extensions
* Remote Debugging Possibility
* options:
* enable debugging: -d
* set debug host: --debug-host=172.31.0.250
(used port is 19499)
* (used port is 19499)
# repo functionality
......@@ -57,3 +43,11 @@
## Windows, coloring:
* disabled if pager not active => fixed with option: --piped-into-pager
## Processes, fork()
* fork()
* => restart oneself with '| less' appended
* extensive usage of "new" subprocess module in python
* git commands not stopped if main program terminates due to STRG+C
* => added sdignal handler
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment