summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* error-handling: On-disk config file backendVicent Martí2012-03-099-480/+479
* Merge pull request #590 from arrbee/new-error-handlingRussell Belfer2012-03-0714-426/+369
|\
| * Fix issues raised on pull requestRussell Belfer2012-03-072-7/+3
| * Migrating diff to new error handlingRussell Belfer2012-03-0614-425/+372
* | error-handling: ConfigVicent Martí2012-03-072-98/+111
|/
* error-handling: RepositoryVicent Martí2012-03-0719-396/+362
* diff: Fix rebase breackageVicent Martí2012-03-064-4/+4
* error-handling: ReferencesVicent Martí2012-03-0617-621/+550
* refs: Error handling rework. WIPVicent Martí2012-03-032-283/+255
* error-handling: Add new routinesVicent Martí2012-03-032-2/+70
* Fixes for merge of filters branchRussell Belfer2012-03-021-2/+2
* Revert GIT_STATUS constants to avoid issuesRussell Belfer2012-03-023-40/+40
* Fixing memory leaks indicated by valgrindRussell Belfer2012-03-021-0/+2
* Fix a win32 warning messageRussell Belfer2012-03-021-2/+5
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-0215-70/+61
* Update diff to use iteratorsRussell Belfer2012-03-0218-1019/+1311
* First pass of diff index to workdir implementationRussell Belfer2012-03-022-57/+321
* Add tests and fix bugs for diff whitespace optionsRussell Belfer2012-03-021-8/+8
* Continue implementation of git-diffRussell Belfer2012-03-022-147/+328
* Fix minor WIN32 incompatibilityRussell Belfer2012-03-021-1/+4
* Clean up diff implementation for reviewRussell Belfer2012-03-021-62/+261
* Implement diff lists and formattersRussell Belfer2012-03-022-29/+477
* Initial implementation of git_diff_blobRussell Belfer2012-03-022-1/+109
* Eliminate xdiff compiler warningsRussell Belfer2012-03-024-13/+26
* Simplify GIT_UNUSED macrosRussell Belfer2012-03-022-18/+5
* Import xdiff library from gitRussell Belfer2012-03-0215-0/+3542
* Merge pull request #575 from libgit2/filtersVicent Martí2012-03-0221-246/+1076
|\
| * Add filter tests and fix some bugsRussell Belfer2012-03-026-56/+51
| * 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-022-7/+7
| * 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-011-51/+121
| * 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-2713-142/+142
* | revwalk: add convenience function to push/hide HEADCarlos Martín Nieto2012-02-271-0/+33
* | revwalk: introduce pushing and hiding by globCarlos Martín Nieto2012-02-271-0/+87
|/
* Add git_remote_list()Carlos Martín Nieto2012-02-261-0/+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-241-0/+3
* Ensure that commits don't fail if committing content that already existsPaul Betts2012-02-231-0/+2
* tree: break out on write errorCarlos Martín Nieto2012-02-231-0/+1
* Fix readdir usage across platformsRussell Belfer2012-02-234-14/+30
* Fix warnings about type conversion on win32Russell Belfer2012-02-232-5/+5
* Fix -Wuninitialized warningschu2012-02-231-1/+1