summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* filebuf: follow symlinks when creating a lock filecmn/follow-symlinkCarlos Martín Nieto2015-09-053-3/+137
* config: correct documentation for non-existent config fileCarlos Martín Nieto2015-09-031-2/+4
* Merge pull request #3402 from ethomson/faster_diffCarlos Martín Nieto2015-09-0119-338/+1442
|\
| * iterator: better document GIT_DIFF_DISABLE_PATHSPEC_MATCHEdward Thomson2015-08-311-4/+6
| * iterator test: handle case (in)sensitivityEdward Thomson2015-08-311-3/+26
| * iterator test: use new iter opts in fifo testEdward Thomson2015-08-311-2/+5
| * iterator: saner pathlist matching for idx iteratorEdward Thomson2015-08-314-86/+147
| * diff: drop `FILELIST_MATCH`Edward Thomson2015-08-302-8/+1
| * status test: brackets are now literalEdward Thomson2015-08-301-2/+2
| * checkout: use pathlist-based iteratorsEdward Thomson2015-08-301-1/+7
| * tree_iterator: use a pathlistEdward Thomson2015-08-302-1/+148
| * diff: use new iterator pathlist handlingEdward Thomson2015-08-306-135/+246
| * diff: better document GIT_DIFF_PATHSPEC_DISABLEEdward Thomson2015-08-282-1/+213
| * iterator: sort subdirs properly with pathlistEdward Thomson2015-08-282-7/+22
| * racy-git: TODO to use improved diffingEdward Thomson2015-08-281-0/+1
| * Move filelist into the iterator handling itself.Edward Thomson2015-08-286-23/+405
| * iterator: use an options struct instead of argsEdward Thomson2015-08-2816-275/+423
* | Merge pull request #3401 from phatblat/pb/doc-warningCarlos Martín Nieto2015-08-301-1/+1
|\ \
| * | Escape @ in doc commentBen Chatelain2015-08-291-1/+1
* | | Merge pull request #3352 from ethomson/hiddenEdward Thomson2015-08-285-10/+105
|\ \ \ | |_|/ |/| |
| * | win32: ensure hidden files can be stagedEdward Thomson2015-08-035-10/+105
* | | Merge pull request #3399 from arthurschreiber/patch-8Edward Thomson2015-08-261-1/+1
|\ \ \
| * | | Fix a typo [ci skip]Arthur Schreiber2015-08-261-1/+1
|/ / /
* | | Merge pull request #3396 from ethomson/copyingCarlos Martín Nieto2015-08-251-0/+46
|\ \ \
| * | | COPYING: include winhttp definition copyrightEdward Thomson2015-08-251-0/+46
|/ / /
* | | Merge pull request #3355 from palmin/palmin/fix-2830Carlos Martín Nieto2015-08-251-2/+9
|\ \ \
| * | | Include the 4 characters not recognised as hex-number when setting error in p...Anders Borum2015-08-171-2/+9
* | | | Merge pull request #3388 from libgit2/cmn/smart-callbacksCarlos Martín Nieto2015-08-204-0/+55
|\ \ \ \
| * | | | cred: add a free function wrappercmn/smart-callbacksCarlos Martín Nieto2015-08-192-0/+19
| * | | | transport: provide a way to get the callbacksCarlos Martín Nieto2015-08-192-0/+36
* | | | | Merge pull request #3389 from libgit2/cmn/old-securityCarlos Martín Nieto2015-08-201-2/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | CMake: fall back to OpenSSL on older OS Xcmn/old-securityCarlos Martín Nieto2015-08-191-2/+12
|/ / / /
* | | | Merge pull request #3387 from leoyanggit/build_warningCarlos Martín Nieto2015-08-181-0/+1
|\ \ \ \
| * | | | Fix build warning: implicit declaration of function ‘git_transaction_config...Leo Yang2015-08-171-0/+1
|/ / / /
* | | | Merge pull request #3377 from dleehr/fix-push-cbEdward Thomson2015-08-151-1/+1
|\ \ \ \
| * | | | Fix bug in git_smart__push: push_transfer_progress cb is never calledDan Leehr2015-08-131-1/+1
* | | | | Merge pull request #3384 from libgit2/cmn/regex-nofailEdward Thomson2015-08-152-7/+32
|\ \ \ \ \
| * | | | | diff: don't error out on an invalid regexcmn/regex-nofailCarlos Martín Nieto2015-08-152-7/+32
* | | | | | Merge pull request #3383 from libgit2/cmn/http-errorEdward Thomson2015-08-151-1/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | http: propagate the credentials callback's error codecmn/http-errorCarlos Martín Nieto2015-08-151-1/+9
|/ / / / /
* | | | | Merge pull request #3362 from libgit2/cmn/curl-proxyauth-anyCarlos Martín Nieto2015-08-141-0/+1
|\ \ \ \ \
| * | | | | curl: use the most secure auth method for the proxycmn/curl-proxyauth-anyCarlos Martín Nieto2015-08-061-0/+1
* | | | | | Merge pull request #3168 from libgit2/cmn/config-txEdward Thomson2015-08-1310-18/+298
|\ \ \ \ \ \
| * | | | | | config: perform unlocking via git_transactioncmn/config-txCarlos Martín Nieto2015-08-127-26/+92
| * | | | | | config: expose locking via the main APICarlos Martín Nieto2015-08-124-19/+90
| * | | | | | config: implement basic transactional supportCarlos Martín Nieto2015-08-124-12/+151
| * | | | | | config: write the modified file to memoryCarlos Martín Nieto2015-08-121-8/+12
* | | | | | | Merge pull request #3372 from libgit2/cmn/mirror-refspecEdward Thomson2015-08-122-9/+44
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | remote: don't confuse tag auto-follow rules with refspec matchingcmn/mirror-refspecCarlos Martín Nieto2015-08-111-4/+10
| * | | | | | remote: add failing test for a mirror refspecCarlos Martín Nieto2015-08-111-5/+34
| |/ / / / /