summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Eliminate xdiff compiler warningsRussell Belfer2012-03-024-13/+26
* Simplify GIT_UNUSED macrosRussell Belfer2012-03-024-22/+9
* Import xdiff library from gitRussell Belfer2012-03-0216-2/+3544
* Add test for possible attr bugRussell Belfer2012-03-023-2/+10
* Merge pull request #575 from libgit2/filtersVicent Martí2012-03-0233-522/+1555
|\
| * Add filter tests and fix some bugsRussell Belfer2012-03-029-56/+189
| * attr: Add missing header to test suiteVicent Martí2012-03-021-0/+42
| * config: Add missing fileVicent Martí2012-03-021-0/+95
| * config: Implement a proper cvar cacheVicent Martí2012-03-025-78/+75
| * attr: Change the attribute check macrosVicent Martí2012-03-026-268/+240
| * filter: Beautiful refactoringVicent Martí2012-03-014-115/+235
| * filter: Properly cache filter settingsVicent Martí2012-03-012-2/+9
| * filter: Precache the filter config options on loadVicent Martí2012-03-013-3/+47
| * config: Refactor & add `git_config_get_mapped`Vicent Martí2012-03-012-51/+171
| * filter: Add write-to CRLF filterVicent Martí2012-02-294-115/+254
| * filter: Load attributes for fileVicent Martí2012-02-283-0/+129
| * buffer: Null terminate on rtrimVicent Martí2012-02-271-0/+2
| * filter: Apply filters before writing a file to the ODBVicent Martí2012-02-274-49/+281
| * buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-2716-157/+158
* | Merge pull request #576 from carlosmn/revwalkVicent Martí2012-02-273-0/+332
|\ \ | |/ |/|
| * Simple test for pushing HEAD and hiding a branchCarlos Martín Nieto2012-02-271-0/+17
| * revwalk: add convenience function to push/hide HEADCarlos Martín Nieto2012-02-273-0/+64
| * Add revwalk glob testCarlos Martín Nieto2012-02-271-0/+15
| * revwalk: introduce pushing and hiding by globCarlos Martín Nieto2012-02-272-0/+117
| * Move revwalk test to clarCarlos Martín Nieto2012-02-271-0/+119
|/
* Merge pull request #574 from carlosmn/remotesVicent Martí2012-02-263-0/+98
|\
| * Add git_remote_list()Carlos Martín Nieto2012-02-263-0/+98
|/
* config: add more comprehensive multivar testsCarlos Martín Nieto2012-02-251-13/+69
* config: correctly deal with setting a multivar with regex where there are no ...Carlos Martín Nieto2012-02-251-52/+61
* A remote exists with an URL aloneCarlos Martín Nieto2012-02-242-0/+16
* Ensure that commits don't fail if committing content that already existsPaul Betts2012-02-231-0/+2
* Merge pull request #573 from schu/tests-notes-fixVicent Martí2012-02-231-0/+1
|\
| * tests-clar/notes: init oid before usingschu2012-02-231-0/+1
* | tree: break out on write errorCarlos Martín Nieto2012-02-231-0/+1
|/
* Fix workdir iterator unit testsRussell Belfer2012-02-231-2/+2
* Fix readdir usage across platformsRussell Belfer2012-02-234-14/+30
* Fix warnings about type conversion on win32Russell Belfer2012-02-232-5/+5
* Merge pull request #572 from schu/fix-warning-uninitializedVicent Martí2012-02-231-1/+1
|\
| * Fix -Wuninitialized warningschu2012-02-231-1/+1
|/
* Merge pull request #570 from arrbee/uniform-iteratorsVicent Martí2012-02-2218-82/+1292
|\
| * Fix iterators based on pull request feedbackRussell Belfer2012-02-227-284/+221
| * Iterator improvements from diff implementationRussell Belfer2012-02-223-44/+66
| * Uniform iterators for trees, index, and workdirRussell Belfer2012-02-2117-61/+1312
* | Merge pull request #565 from carlosmn/multimapVicent Martí2012-02-2214-223/+12419
|\ \
| * | regex: fix sign warningsCarlos Martín Nieto2012-02-182-10/+13
| * | regex: The world uses utf-8Carlos Martín Nieto2012-02-181-32/+1
| * | regex: Move the defines to a config header and include it unconditionallyCarlos Martín Nieto2012-02-183-3/+7
| * | Add GNU LGPL to COPYINGCarlos Martín Nieto2012-02-171-0/+505
| * | Add POSIX regex sources when neededCarlos Martín Nieto2012-02-177-3/+11484
| * | Document {get,set}_multivarCarlos Martín Nieto2012-02-171-2/+15