You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -72,11 +72,9 @@ When working with a repository using uncommon URL you can use placeholders to sp
72
72
73
73
The custom url will be used to fill the placeholders with the relative file path and the revision hash.
74
74
75
-
### More options
75
+
### Git repository location
76
76
77
-
There are many more parameters you can use. Display the usage doc with the following command line:
78
-
79
-
GitLink.exe -h
77
+
GitLink resolves the git repository based on the location of the pdb file. If the pdb file is located outside of the git repository, use the `-baseDir` parameter to point to the top-level directory of the repository.
80
78
81
79
### Native PDBs
82
80
@@ -86,6 +84,12 @@ Native PDBs (from C++ projects) are supported by using -a option:
86
84
87
85
All known C++ source files from your git depot will be indexed in the PDB.
88
86
87
+
### More options
88
+
89
+
There are many more parameters you can use. Display the usage doc with the following command line:
90
+
91
+
GitLink.exe -h
92
+
89
93
# How does it work
90
94
91
95
The SrcSrv tool (Srcsrv.dll) enables a client to retrieve the exact version of the source files that were used to build an application. Because the source code for a module can change between versions and over the course of years, it is important to look at the source code as it existed when the version of the module in question was built.
0 commit comments