Account name:
Password
(OpenID?)
(Forgot it?)
Remember Me
You're viewing
djinncoyote
's journal
Create a Dreamwidth Account
Learn More
Interest
Region
Site and Account
FAQ
Email
Reload page in style:
site
light
djinncoyote
(Reply)
Recent Entries
Archive
Reading
Network
Tags
Memories
Profile
no subject
Date:
2015-07-26 01:58 pm (UTC)
From:
andrewducker
Looks like the code for discoverGitSystemConfig is her:
https://github.com/eclipse/jgit/blob/master/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java
and that it basically calls discoverGitExe() and then calls Git with "config --system --edit" to see what comes back.
discoverGitExe is specific for each file system type. For Win32 it checks the Path:
https://github.com/eclipse/jgit/blob/master/org.eclipse.jgit/src/org/eclipse/jgit/util/FS_Win32.java
So if Git is in your PATH environment variable then it should find it automatically and pick up your standard settings.
From:
Anonymous
(will be screened)
OpenID
(will be screened if not on Access List)
Identity URL:
Log in?
Dreamwidth account
(will be screened if not on Access List)
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
Profile
djinncoyote
May
2025
S
M
T
W
T
F
S
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Most Popular Tags
7zip
-
1 use
android
-
4 uses
articles
-
1 use
asus
-
1 use
audio software
-
2 uses
browsers
-
8 uses
data recovery
-
1 use
data security
-
7 uses
databases
-
1 use
digital cameras
-
1 use
eclipse
-
3 uses
elections
-
1 use
email
-
2 uses
facebook
-
1 use
file archivers
-
1 use
firefox
-
5 uses
git
-
2 uses
google
-
3 uses
hardware
-
1 use
image editing software
-
4 uses
internet providers
-
1 use
java
-
3 uses
javascript
-
2 uses
laptop
-
1 use
log files
-
1 use
malware
-
1 use
monitors
-
1 use
music
-
1 use
powershell
-
1 use
programming
-
4 uses
search engines
-
2 uses
services
-
1 use
software
-
5 uses
sql
-
1 use
start menu
-
1 use
tablo
-
1 use
task scheduler
-
2 uses
technology
-
1 use
telephones
-
3 uses
thunderbird
-
2 uses
tomcat
-
1 use
tools
-
2 uses
truecrypt
-
1 use
video editing software
-
1 use
viewers
-
1 use
websites
-
2 uses
windows
-
11 uses
windows 7
-
4 uses
windows explorer
-
2 uses
yahoo
-
2 uses
Active Entries
1:
How to add "Git History" entry to Windows Explorer context menus
2:
Eclipse Mars + eGit
Style Credit
Style:
Bold Dances
for
Dusty Foot
by
timeasmymeasure
Expand Cut Tags
No cut tags
no subject
Date: 2015-07-26 01:58 pm (UTC)https://github.com/eclipse/jgit/blob/master/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java
and that it basically calls discoverGitExe() and then calls Git with "config --system --edit" to see what comes back.
discoverGitExe is specific for each file system type. For Win32 it checks the Path:
https://github.com/eclipse/jgit/blob/master/org.eclipse.jgit/src/org/eclipse/jgit/util/FS_Win32.java
So if Git is in your PATH environment variable then it should find it automatically and pick up your standard settings.