summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1688 from arrbee/submodule-load-ignore-orphaned-headRussell Belfer2013-06-271-2/+5
|\
| * Test submodules with empty index or orphaned headRussell Belfer2013-06-271-2/+5
* | Fix bug marking submodule diffs as unmodifiedRussell Belfer2013-06-271-1/+5
* | Merge pull request #1681 from arthurschreiber/patch-1Russell Belfer2013-06-251-1/+1
|\ \ | |/ |/|
| * Prefer younger merge bases over older ones.Arthur Schreiber2013-06-251-1/+1
* | Merge pull request #1678 from arthurschreiber/unbreak-local-ls-after-disconnectRussell Belfer2013-06-251-12/+22
|\ \
| * | Make sure we don't leak memory again.Arthur Schreiber2013-06-251-0/+7
| * | Unbreak git_remote_ls on a local transport after disconnecting.Arthur Schreiber2013-06-251-12/+15
| |/
* | Correctly handle junctionsSven Strickroth2013-06-251-0/+3
* | Revert "Work around reparse point stat issues"Sven Strickroth2013-06-251-2/+1
|/
* Fix a leak in the local transport code.Arthur Schreiber2013-06-241-9/+9
* Merge pull request #1670 from arrbee/open-cloexecVicent Martí2013-06-243-4/+9
|\
| * Add O_CLOEXEC to open callsRussell Belfer2013-06-223-4/+9
* | Merge pull request #1669 from arrbee/fix-index-add-bypathVicent Martí2013-06-242-17/+32
|\ \ | |/ |/|
| * Work around reparse point stat issuesRussell Belfer2013-06-241-1/+2
| * Constrain mkdir calls to avoid extra mkdirsRussell Belfer2013-06-221-16/+30
* | Do not redefine WC_ERR_INVALID_CHARSSven Strickroth2013-06-231-0/+2
|/
* Loosen ensure_not_bare rules in checkoutRussell Belfer2013-06-211-6/+27
* Add target directory to checkoutRussell Belfer2013-06-213-13/+39
* Fix checkout of modified file when missing from wdRussell Belfer2013-06-211-1/+3
* Add status flags to force output sort orderRussell Belfer2013-06-206-15/+32
* Fix bug in diff untracked dir scanRussell Belfer2013-06-201-4/+9
* Add tests and fix use of freed memoryRussell Belfer2013-06-191-3/+9
* Add index pathspec-based operationsRussell Belfer2013-06-192-4/+217
* Add fn to check pathspec for ignored filesRussell Belfer2013-06-192-0/+67
* Add higher level pathspec APIRussell Belfer2013-06-192-0/+39
* Fix rename looped reference issuesRussell Belfer2013-06-182-108/+147
* Add "as_path" parameters to blob and buffer diffsRussell Belfer2013-06-174-135/+215
* More tests and bug fixes for status with renameRussell Belfer2013-06-175-69/+106
* Always do tree to index diffs case sensitivelyRussell Belfer2013-06-171-0/+25
* Make index_insert keep existing caseRussell Belfer2013-06-171-2/+3
* Improve case handling in git_diff__paired_foreachRussell Belfer2013-06-173-112/+140
* Be more careful about the path with diffsRussell Belfer2013-06-171-1/+2
* Fix broken status EXCLUDE_SUBMODULES logicRussell Belfer2013-06-171-11/+21
* Fix some warningsRussell Belfer2013-06-171-9/+6
* git__strcasesort_cmp: strcasecmp sorting rules but requires strict equalityEdward Thomson2013-06-172-0/+27
* handle renames in status computationEdward Thomson2013-06-171-14/+92
* status access by index, providing more details to callersEdward Thomson2013-06-172-66/+189
* branch: More obvious semantics in `foreach`Vicent Marti2013-06-171-1/+5
* ref: free the last ref when cancelling git_branch_foreach()yorah2013-06-171-4/+2
* cred: deploy git__memzero to clear memory holding a passwordyorah2013-06-171-2/+2
* util: git__memzero() tweaksyorah2013-06-172-10/+11
* fileops: fix invalid readyorah2013-06-141-1/+1
* cmake: Add option to specify the name of the binarynulltoken2013-06-131-6/+4
* Revert "cmake: Update Windows resources to reflect the optional vendor string"Vicent Marti2013-06-121-1/+5
* util: It's called `memzero`Vicent Marti2013-06-129-13/+12
* Merge remote-tracking branch 'arrbee/minor-paranoia' into developmentVicent Marti2013-06-1213-16/+63
|\
| * Add safe memset and use itRussell Belfer2013-06-079-13/+26
| * Mutex init can failRussell Belfer2013-05-315-6/+26
| * Zero memory for major objects before freeingRussell Belfer2013-05-318-4/+18