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
2d7a313c
Commit
2d7a313c
authored
Mar 19, 2013
by
Matthias Putz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added notes
parent
9665fd35
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
0 deletions
+52
-0
NOTES.mkd
NOTES.mkd
+52
-0
No files found.
NOTES.mkd
0 → 100644
View file @
2d7a313c
# TODO
*
check commands:
1.
forall -c set repo
# Requirements
*
python 3.3
*
Git
*
Git Bash (!!)
*
Windows:
*
start Git Bash as Administrator
# Extensions
*
Remote Debugging Possibility
*
options:
*
enable debugging: -d
*
set debug host: --debug-host=172.31.0.250
(used port is 19499)
# repo functionality
## handling external config: repo/.git and repo.git/
*
files always created:
*
hooks, info, logs, objects, refs
*
files not linked
*
HEAD, gitk.cache, index
*
problemcatic files: created on demand, when?
*
[
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
# Problems / Conversions
## Windows, coloring:
*
disabled if pager not active => fixed with option: --piped-into-pager
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