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)
* options:
* enable debugging: -d
* set debug host: --debug-host=172.31.0.250
* (used port is 19499)
# repo functionality
......@@ -35,21 +21,21 @@
## handling external config: repo/.git and repo.git/
* files always created:
* hooks, info, logs, objects, refs
* hooks, info, logs, objects, refs
* files not linked
* HEAD, gitk.cache, index
* HEAD, gitk.cache, index
* problemcatic files: created on demand, when?
* [D] rr-cache
* [F] packed-refs
* [D] rr-cache
* [F] packed-refs
## packed-refs
* increases performace since refs are packed - cleartext?
* affects of:
* non existing -> failure in windows when trying to link
* empty -> no effect
* non existing -> failure in windows when trying to link
* empty -> no effect
# Problems / Conversions
......@@ -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