summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
Commit message (Expand)AuthorAgeFilesLines
...
* errors: Introduce EMERGECONFLICT error codenulltoken2013-01-111-0/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* MERGE_HEAD contents iteratorEdward Thomson2013-01-031-0/+1
* fetchhead reading/iteratingEdward Thomson2012-12-191-0/+1
* errors: Introduce EINVALIDSPEC error codenulltoken2012-12-011-0/+1
* Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-281-0/+1
* Rework checkout with new strategy optionsRussell Belfer2012-11-091-0/+1
* error: add GITERR_STASH error typenulltoken2012-10-261-0/+1
* GIT_EUNMERGEDEdward Thomson2012-10-241-0/+1
* errors: introduce GIT_EORPHANEDHEADnulltoken2012-10-191-0/+1
* gsoc-pack-objects WIPMichael Schubert2012-10-091-0/+1
* Make giterr_set_str publicRussell Belfer2012-09-211-0/+34
* errors: introduce GIT_EBAREREPOnulltoken2012-09-061-0/+1
* Diff iteratorsRussell Belfer2012-09-051-1/+1
* Major submodule rewriteRussell Belfer2012-08-241-0/+1
* Update iterators for consistency across libraryRussell Belfer2012-08-031-0/+1
* amigaos: CleanupVicent Marti2012-06-221-39/+1
* Fix double-defines when using GIT_OLD_ERRORSChris Young2012-06-071-1/+3
* ssl: check certificates against the system's trusted CAsCarlos Martín Nieto2012-05-191-0/+1
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-5/+6
* errors: Rename the generic return codesVicent Martí2012-05-181-5/+42
* errors: Remove old commentsVicent Martí2012-05-181-13/+0
* Introduce GITERR_INDEXERCarlos Martín Nieto2012-05-151-0/+1
* Remove old and unused error codesVicent Martí2012-05-021-104/+4
* error handling: move the missing parts over to the new error handlingCarlos Martín Nieto2012-04-261-0/+2
* error-handling: remote, transportCarlos Martín Nieto2012-04-111-1/+2
* error-handling: Commit (WIP)Vicent Martí2012-04-021-1/+2
* Migrate index, oid, and utils to new errorsRussell Belfer2012-03-191-1/+3
* Resolve comments from pull requestRussell Belfer2012-03-131-0/+16
* Migrate ODB files to new error handlingRussell Belfer2012-03-121-1/+2
* error-handling: On-disk config file backendVicent Martí2012-03-091-6/+1
* error-handling: ConfigVicent Martí2012-03-071-0/+1
* error-handling: RepositoryVicent Martí2012-03-071-1/+1
* error-handling: ReferencesVicent Martí2012-03-061-5/+6
* refs: Error handling rework. WIPVicent Martí2012-03-031-0/+3
* error-handling: Add new routinesVicent Martí2012-03-031-0/+15
* Update Copyright headerschu2012-02-131-1/+1
* Tabify everythingVicent Marti2011-09-191-2/+2
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* Merge pull request #300 from carlosmn/gsoc2011/masterVicent Martí2011-07-051-0/+6
|\
| * Correctly handle network inputCarlos Martín Nieto2011-06-261-0/+3
| * Add git.git's fnmatch, which is really GNU's and the git__fnmatch wrapperCarlos Martín Nieto2011-06-261-0/+3
* | test: Properly show error messagesVicent Marti2011-06-281-0/+5
|/
* odb: Add GIT_EPASSTHROUGHVicent Marti2011-06-191-0/+3
* Added error for ambiguous oid prefixes. Added methods to compare the first nt...Marc Pegon2011-06-011-0/+3
* Change error codes from DEFINEs to an enumVicent Marti2011-05-151-64/+58
* Include "common.h" in "errors.h"Vicent Marti2011-05-131-0/+2
* Move all error-related defines to `git2/errors.h`Vicent Marti2011-05-111-0/+92
* Bring back `git_strerror`Vicent Marti2011-05-111-0/+12
* errors: Update external API with new `git_lasterror`Vicent Marti2011-05-091-4/+4