Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-13Don't leak memory when duplicating a NULL signatureBen Straub
2013-08-17Add new git_signature_default API using configRussell Belfer
2013-06-13Merge pull request #1642 from arrbee/diff-function-contextVicent Martí
2013-06-11signature: extend trimming to more whitespaceCarlos Martín Nieto
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-06-02Don't bail on parsing commits with an invalid timezoneScott J. Goldman
2013-05-16Fix trailing whitespacesnulltoken
2013-05-15signature: Lenient when dupping, strict when creatingVicent Marti
2013-04-18Return error for empty name/emailNicolas Viennot
2013-02-20signature: Small cleanupsignatures-2Vicent Marti
2013-02-20signature: Shut up MSVC, you silly gooseVicent Marti
2013-02-20Simplify signature parsingVicent Marti
2013-01-22Parse commit time as uint64_t to avoid overflowRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-12-04Remove GIT_SIGNATURE_VERSION and friendsBen Straub
2012-12-01Deploy GIT_SIGNATURE_INITBen Straub
2012-09-04Fix MSVC compilation warningsnulltoken
2012-08-28signature: make the OS give us the offset for git_signature_nowCarlos Martín Nieto
2012-07-11signature: prevent angle bracket usage in identitynulltoken
2012-06-07Rename posix wrappers with 'p_' prefix.Ben Straub
2012-06-05Merge branch 'development' into rev-parseBen Straub
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-16Fix date.c build in msvc.Ben Straub
2012-04-17Fix warnings on 64-bit windows buildsRussell Belfer
2012-03-21Convert reflog to new errorsRussell Belfer
2012-03-20Convert indexer, notes, sha1_lookup, and signatureRussell Belfer
2012-02-13Update Copyright headerschu
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-10-13signature: don't blow up trying to parse names containing '>'Brodie Rao
2011-09-22config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken
2011-09-19Merge pull request #384 from kiryl/warningsVicent Martí
2011-09-19Cleanup legal dataVicent Marti
2011-08-31CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov
2011-08-03signature: adjust API to return error codesschu
2011-08-03signature.c: fix off-by-one errorschu
2011-07-10reflog: Fix reflog writer/readernulltoken
2011-07-09Remove unused methodsVicent Marti
2011-07-09odb: Direct writes are backVicent Marti
2011-07-09signature: Fix optional headerVicent Marti
2011-07-09git_signature__write: make header optionallyschu
2011-07-05signature: Fix warningsVicent Marti
2011-07-05signature: straighten the creation of a signaturenulltoken
2011-07-05signature: enhance relaxed parsing of bogus signaturesnulltoken
2011-07-05git_signature__parse: make parsing less strictschu
2011-07-01cleanup: remove trailing spacesKirill A. Shutemov
2011-06-29sig: allow empty namesCarlos Martín Nieto
2011-06-28commit: Allow spaces inside email addressesVicent Marti
2011-06-02signature: Fix compilationVicent Marti
2011-05-31Fix tag and signature parsingDavid Glesser