| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
See `global.c` for a description of what we're doing.
When libgit2 is built with GIT_THREADS support, the threading system
must be explicitly initialized with `git_threads_init()`.
|
|
|
|
|
|
| |
There were quite a few places were spaces were being used instead of
tabs. Try to catch them all. This should hopefully not break anything.
Except for `git blame`. Oh well.
|
|
|
|
|
|
|
|
|
|
| |
1. The license header is technically not valid if it doesn't have a
copyright signature.
2. The COPYING file has been updated with the different licenses used in
the project.
3. The full GPLv2 header in each file annoys me.
|
|
|
|
| |
This time for good.
|
|
|
|
| |
This commit uploaded an old broken test. Oops!
|
|
|
|
|
| |
Cleanup the thread-utils file. Do not define TLS if libgit2 is not
threadsafe.
|
| |
|
| |
|
|
|
|
|
|
|
| |
We now depend on libpthread on all Unix platforms (should be installed
by default) and use a simple wrapper for Windows threads under Win32.
Signed-off-by: Vicent Marti <tanoku@gmail.com>
|
|
Signed-off-by: Vicent Marti <tanoku@gmail.com>
|