Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
git-repo
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux-tools
git-repo
Commits
9699e19f
Commit
9699e19f
authored
Mar 20, 2013
by
Matthias Putz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--amend
parent
e33a0d1c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
24 deletions
+18
-24
NOTES.mkd
NOTES.mkd
+18
-24
No files found.
NOTES.mkd
View file @
9699e19f
# TODO
# TODO
*
check commands:
1.
forall -c set repo
# Requirements
*
python 3.3
*
Git
*
Git Bash (!!)
*
Windows:
*
start Git Bash as Administrator
# Notes on compability
# Notes on compability
*
Windows does not allow links to non-existing files and dirs
*
Windows does not allow links to non-existing files and dirs
*
Windows does not allow a ":" in the filename
*
Windows does not allow a ":" in the filename
*
Windows is case insensitive
*
Windows is case insensitive
# Extensions
# Extensions
*
Remote Debugging Possibility
*
Remote Debugging Possibility
*
options:
*
options:
*
enable debugging: -d
*
enable debugging: -d
*
set debug host: --debug-host=172.31.0.250
*
set debug host: --debug-host=172.31.0.250
(used port is 19499)
*
(used port is 19499)
# repo functionality
# repo functionality
...
@@ -35,21 +21,21 @@
...
@@ -35,21 +21,21 @@
## handling external config: repo/.git and repo.git/
## handling external config: repo/.git and repo.git/
*
files always created:
*
files always created:
*
hooks, info, logs, objects, refs
*
hooks, info, logs, objects, refs
*
files not linked
*
files not linked
*
HEAD, gitk.cache, index
*
HEAD, gitk.cache, index
*
problemcatic files: created on demand, when?
*
problemcatic files: created on demand, when?
*
[
D
]
rr-cache
*
[
D
]
rr-cache
*
[
F
]
packed-refs
*
[
F
]
packed-refs
## packed-refs
## packed-refs
*
increases performace since refs are packed - cleartext?
*
increases performace since refs are packed - cleartext?
*
affects of:
*
affects of:
*
non existing -> failure in windows when trying to link
*
non existing -> failure in windows when trying to link
*
empty -> no effect
*
empty -> no effect
# Problems / Conversions
# Problems / Conversions
...
@@ -57,3 +43,11 @@
...
@@ -57,3 +43,11 @@
## Windows, coloring:
## Windows, coloring:
*
disabled if pager not active => fixed with option: --piped-into-pager
*
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment