- 05 Feb, 2016 2 commits
-
-
winhttp: name mangle class / iid on mingw
Edward Thomson committed -
Export git_stash_apply_init_options
Edward Thomson committed
-
- 04 Feb, 2016 3 commits
-
-
Fix typo
Edward Thomson committed -
Ephemera committed
-
Fix a typo in documentation
Edward Thomson committed
-
- 03 Feb, 2016 1 commit
-
-
Nicolas Vanheuverzwijn committed
-
- 24 Jan, 2016 1 commit
-
-
jbreeden committed
-
- 19 Jan, 2016 1 commit
-
-
Standard Windows type systems define CLSID_InternetSecurityManager and IID_IInternetSecurityManager, but MinGW lacks these definitions. As a result, we must hardcode these definitions ourselves. However, we should not use a public struct with those names, lest another library do the same thing and consumers cannot link to both.
Edward Thomson committed
-
- 16 Jan, 2016 1 commit
-
-
Make packfile_unpack_compressed a private API
Carlos Martín Nieto committed
-
- 13 Jan, 2016 2 commits
-
-
Fix some issues with generated pkg-config file
Carlos Martín Nieto committed -
P.S.V.R committed
-
- 09 Jan, 2016 2 commits
-
-
Arthur Schreiber committed
-
Arthur Schreiber committed
-
- 29 Dec, 2015 1 commit
-
-
ssh_stream_read(): fix possible *bytes_read < 0 branch
Carlos Martín Nieto committed
-
- 28 Dec, 2015 3 commits
-
-
index: get rid of the locking
Carlos Martín Nieto committed -
We don't support using an index object from multiple threads at the same time, so the locking doesn't have any effect when following the rules. If not following the rules, things are going to break down anyway.
Carlos Martín Nieto committed -
Handle dotfiles as the repo template dir and inside the template dir
Carlos Martín Nieto committed
-
- 27 Dec, 2015 4 commits
-
-
Include dotfiles when copying template directory, which will handle both a template directory itself that begins with a dotfile, and any dotfiles inside the directory.
Edward Thomson committed -
Ensure that we can handle template directories that begin with a leading dot.
Edward Thomson committed -
Ensure that `git_repository_init` honors the `init.templatedir` configuration setting.
Edward Thomson committed -
Update README URLs based on HTTP redirects
Edward Thomson committed
-
- 26 Dec, 2015 3 commits
-
-
ReadmeCritic committed
-
Fix a couple function signatures
Edward Thomson committed -
Fix the possibility of returning successfully from ssh_stream_read() with *bytes_read < 0. This would occur if stdout channel read resulted in 0, and stderr channel read failed afterwards.
Michał Górny committed
-
- 24 Dec, 2015 2 commits
-
-
Fixed minor typo in README.md.
Edward Thomson committed -
drusk committed
-
- 21 Dec, 2015 2 commits
-
-
typos in comments
Carlos Martín Nieto committed -
Dmitriy Olshevskiy committed
-
- 17 Dec, 2015 4 commits
-
-
ReadmeCritic committed
-
commit: Fix memory leak in test suite
Vicent Marti committed -
Vicent Marti committed
-
Index fill: Small fixups
Vicent Marti committed
-
- 16 Dec, 2015 6 commits
-
-
fix git_blob_create_fromchunks documentation
Carlos Martín Nieto committed -
Note that we're not checking whether the resize succeeds; in OOM cases, we let it run with a "small" vector and hash table and see if by chance we can grow it dynamically as we insert the new entries. Nothing to lose really.
Vicent Marti committed -
Vicent Marti committed
-
Vicent Marti committed
-
merge: Use `git_index__fill` to populate the index
Carlos Martín Nieto committed -
Instead of calling `git_index_add` in a loop, use the new `git_index_fill` internal API to fill the index with the initial staged entries. The new `fill` helper assumes that all the entries will be unique and valid, so it can append them at the end of the entries vector and only sort it once at the end. It performs no validation checks. This prevents the quadratic behavior caused by having to sort the entries list once after every insertion.
Vicent Marti committed
-
- 15 Dec, 2015 2 commits
-
-
putting `0.` at the start of the line turns it into a numbered list.
tepas committed -
Thomas Edvalson committed
-