summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4367 from pks-t/pks/peel-peeled-to-tagEdward Thomson2017-10-071-1/+7
|\
| * refs: do not use peeled OID if peeling to a tagPatrick Steinhardt2017-10-061-1/+7
* | Use SOCK_CLOEXEC when creating socketsAndreas Smas2017-10-032-1/+4
|/
* cmake: fix static linking for bundled depsPatrick Steinhardt2017-09-201-3/+3
* cmake: always use object library for git2internalPatrick Steinhardt2017-09-201-13/+8
* cmake: distinguish libgit2 objects and sourcesPatrick Steinhardt2017-09-201-5/+8
* diff: cleanup hash ctx in `git_diff_patchid`Patrick Steinhardt2017-09-151-0/+1
* Merge pull request #4344 from slavikus/fix-dirty-buffer-in-git-push-update-tipsEdward Thomson2017-09-121-0/+3
|\
| * Clear the remote_ref_name buffer in git_push_update_tips()Slava Karpenko2017-09-111-0/+3
* | features.h: allow building without CMake-generated feature headerPatrick Steinhardt2017-09-122-2/+8
|/
* Merge pull request #4296 from pks-t/pks/pattern-based-gitignoreEdward Thomson2017-08-251-36/+50
|\
| * ignore: honor case insensitivity for negative ignoresPatrick Steinhardt2017-08-251-4/+14
| * ignore: keep negative rules containing wildcardsPatrick Steinhardt2017-08-251-2/+8
| * ignore: return early to avoid useless indentationPatrick Steinhardt2017-08-251-26/+24
| * ignore: fix indentation of comment blockPatrick Steinhardt2017-08-251-6/+6
* | submodule: refuse lookup in bare repositoriesPatrick Steinhardt2017-08-251-0/+10
|/
* cmake: fix output location of import libraries and DLLsPatrick Steinhardt2017-08-171-0/+2
* cmake: always include our own headers firstPatrick Steinhardt2017-08-161-3/+4
* cmake: move library build instructions into subdirectoryPatrick Steinhardt2017-08-161-0/+397
* cmake: move regcomp and futimens checks to "features.h"Patrick Steinhardt2017-08-162-2/+4
* cmake: move defines into "features.h" headerPatrick Steinhardt2017-08-163-0/+36
* Merge pull request #4288 from pks-t/pks/include-fixupsEdward Thomson2017-08-15237-253/+612
|\
| * Make sure to always include "common.h" firstPatrick Steinhardt2017-07-03235-143/+437
| * Add missing license headersPatrick Steinhardt2017-07-037-0/+49
| * Fix missing include for header filesPatrick Steinhardt2017-07-039-3/+19
| * win32: fix circular include deps with w32_crtdbgPatrick Steinhardt2017-06-303-107/+107
* | Merge pull request #4328 from libgit2/peff/hashcmp-is-memcmpEdward Thomson2017-08-141-8/+1
|\ \
| * | oid: use memcmp in git_oid__hashcmppeff/hashcmp-is-memcmpJeff King2017-08-091-8/+1
* | | Merge pull request #4327 from libgit2/peff/drop-sha1-entry-posEdward Thomson2017-08-143-224/+0
|\ \ \
| * | | sha1_lookup: drop sha1_entry_pos functionpeff/drop-sha1-entry-posJeff King2017-08-093-224/+0
| |/ /
* | | sha1_position: convert do-while to whilepeff/binary-search-do-whileJeff King2017-08-091-2/+2
|/ /
* | Merge pull request #4304 from pks-t/pks/patch-buffersEdward Thomson2017-07-311-2/+2
|\ \
| * | patch_generate: represent buffers as void pointersPatrick Steinhardt2017-07-101-2/+2
| |/
* | Merge branch '4233'Edward Thomson2017-07-311-8/+37
|\ \
| * | remote: add function to create detached remotesEric Myhre2017-05-051-7/+17
| * | remote: reject various actions for detached remotesPatrick Steinhardt2017-05-051-0/+17
| * | remote: improve error message if no URL is setPatrick Steinhardt2017-05-051-1/+3
* | | Merge pull request #4314 from pks-t/pks/timsortEdward Thomson2017-07-261-1/+0
|\ \ \
| * | | tsort: remove idempotent conditional assignmentPatrick Steinhardt2017-07-211-1/+0
* | | | Merge pull request #4311 from libgit2/ethomson/win32_remediateEdward Thomson2017-07-261-5/+8
|\ \ \ \ | |/ / / |/| | |
| * | | win32: provide fast-path for retrying filesystem operationsethomson/win32_remediateEdward Thomson2017-07-261-11/+9
| * | | fixed win32 p_unlink retry sleep issueCarson Howard2017-07-261-1/+6
* | | | Merge pull request #4250 from pks-t/pks/config-file-iterationEdward Thomson2017-07-191-131/+154
|\ \ \ \
| * | | | config_file: refuse modifying included variablesPatrick Steinhardt2017-07-151-0/+11
| * | | | config_file: move reader into `config_read` onlyPatrick Steinhardt2017-07-151-45/+31
| * | | | config_file: refresh all files if includes were modifiedPatrick Steinhardt2017-07-151-36/+46
| * | | | config_file: remove unused backend field from parse dataPatrick Steinhardt2017-07-151-7/+5
| * | | | config_file: pass reader directly to callbacksPatrick Steinhardt2017-07-151-15/+15
| * | | | config_file: refactor include handlingPatrick Steinhardt2017-07-151-98/+116
| |/ / /
* | | | Merge pull request #4272 from pks-t/pks/patch-idEdward Thomson2017-07-191-0/+144
|\ \ \ \ | |/ / / |/| | |