summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / |/| | |
| * | | diff: implement function to calculate patch IDPatrick Steinhardt2017-06-261-0/+144
* | | | signature: don't leave a dangling pointer to the strings on parse failurecmn/tag-bad-signatureCarlos Martín Nieto2017-07-121-0/+1
* | | | git_reset_*: pass parameters as const pointersAndrey Davydov2017-06-301-5/+5
| |_|/ |/| |
* | | Convert port with htons() in p_getaddrinfo()Ian Douglas Scott2017-06-231-1/+1
|/ /
* | merge: fix potential free of uninitialized memoryPatrick Steinhardt2017-06-211-1/+1
* | Merge pull request #4202 from mitesch/linear_exact_renameEdward Thomson2017-06-211-31/+152
|\ \
| * | merge: perform exact rename detection in linear timeMichael Tesch2017-05-171-31/+152
* | | repository: remove trailing whitespaceAriel Davis2017-06-191-2/+2
* | | repository: do not initialize templates if dir is an empty stringAriel Davis2017-06-191-1/+7
* | | Adding git_filter_init for initializing `git_filter` struct + unit test Mohseen Mukaddam2017-06-131-1/+7