File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Contributors:
15
15
* Ersikan <julien.philippon@epitech.eu>
16
16
* Ethiraric <florian.sabourin@epitech.eu>
17
17
* Florent Poinsard <florent.poinsard@outlook.fr>
18
+ * Gerald Senarclens de Grancy <oss@senarclens.eu>
18
19
* Howard "hppritcha" Pritchard <howardp@lanl.gov>
19
20
* Kare Nuorteva <kare.nuorteva@me.com>
20
21
* Karim DRIDI <seth.holth@gmail.com>
Original file line number Diff line number Diff line change 8
8
always using the first possible combination of parameters.
9
9
* Fix: fixed leak due to not calling git_libgit2_shutdown. This should
10
10
appease valgrind and the address sanitizer.
11
+ * Misc: added suggestion to run ldconfig in installation documentation
12
+ (Gerald Senarclens de Grancy).
11
13
12
14
The full git changelog may be accessed with `git log v2.4.0..v2.4.1`.
13
15
Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ Run with an elevated shell:
49
49
50
50
$ ninja -C build install
51
51
52
+ On Linux systems, update the dynamic linker runtime bindings:
53
+
54
+ .. code-block :: bash
55
+
56
+ $ ldconfig
57
+
52
58
Usage
53
59
-----
54
60
You can’t perform that action at this time.
0 commit comments