summaryrefslogtreecommitdiff
path: root/src/signature.c
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one problems in git_signature__parseAndreas Henriksson2016-12-171-1/+1
* Introduce `git_signature_from_buffer`ethomson/signature_from_bufferEdward Thomson2016-04-281-1/+26
* signature: use GITERR_CHECK_ALLOC to check for OOM situationPatrick Steinhardt2016-02-181-3/+2
* signature: Strip crud just like Git doesVicent Marti2015-10-211-2/+16
* Introduce git_rebase_commitEdward Thomson2014-10-261-0/+11
* signature: add a dup function which takes a poolCarlos Martín Nieto2014-09-301-0/+24
* signature: don't allow empty emailscmn/signature-empty-emailCarlos Martín Nieto2014-09-101-2/+2
* repository: introduce a convenience config snapshot methodcmn/config-snapshotCarlos Martín Nieto2014-05-071-5/+2
* Use config snapshottingCarlos Martín Nieto2014-04-181-2/+5
* Add git_commit_amend APIRussell Belfer2014-02-071-0/+2
* Align git_signature_dup.Arthur Schreiber2014-01-141-12/+17
* Don't leak memory when duplicating a NULL signatureBen Straub2013-11-121-1/+5
* Add new git_signature_default API using configRussell Belfer2013-08-161-1/+18
* Merge pull request #1642 from arrbee/diff-function-contextVicent Martí2013-06-121-0/+1
|\
| * Reorganize diff and add basic diff driverRussell Belfer2013-06-101-0/+1
* | signature: extend trimming to more whitespaceCarlos Martín Nieto2013-06-111-2/+2
|/
* Don't bail on parsing commits with an invalid timezoneScott J. Goldman2013-06-021-2/+4
* Fix trailing whitespacesnulltoken2013-05-151-1/+1
* signature: Lenient when dupping, strict when creatingVicent Marti2013-05-151-5/+14
* Return error for empty name/emailNicolas Viennot2013-04-181-1/+1
* signature: Small cleanupsignatures-2Vicent Marti2013-02-201-3/+2
* signature: Shut up MSVC, you silly gooseVicent Marti2013-02-201-6/+3
* Simplify signature parsingVicent Marti2013-02-201-191/+63
* Parse commit time as uint64_t to avoid overflowRussell Belfer2013-01-211-2/+2
* update copyrightsEdward Thomson2013-01-081-1/+1
* Remove GIT_SIGNATURE_VERSION and friendsBen Straub2012-12-031-3/+1
* Deploy GIT_SIGNATURE_INITBen Straub2012-11-301-1/+3
* Fix MSVC compilation warningsnulltoken2012-09-041-1/+1
* signature: make the OS give us the offset for git_signature_nowCarlos Martín Nieto2012-08-281-10/+12
* signature: prevent angle bracket usage in identitynulltoken2012-07-111-5/+19
* Rename posix wrappers with 'p_' prefix.Ben Straub2012-06-061-2/+2
* Merge branch 'development' into rev-parseBen Straub2012-06-051-2/+2
|\
| * errors: Rename the generic return codesVicent Martí2012-05-181-2/+2
* | Fix date.c build in msvc.Ben Straub2012-05-151-12/+0
|/
* Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-1/+1
* Convert reflog to new errorsRussell Belfer2012-03-201-1/+1
* Convert indexer, notes, sha1_lookup, and signatureRussell Belfer2012-03-191-61/+60
* Update Copyright headerschu2012-02-131-1/+1
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-0/+2
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-3/+3
* signature: don't blow up trying to parse names containing '>'Brodie Rao2011-10-121-1/+1
* config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken2011-09-221-2/+2
* Merge pull request #384 from kiryl/warningsVicent Martí2011-09-181-3/+3
|\
| * CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov2011-08-301-3/+3
* | Cleanup legal dataVicent Marti2011-09-191-21/+3
|/
* signature: adjust API to return error codesschu2011-08-031-7/+25
* signature.c: fix off-by-one errorschu2011-08-031-1/+1
* reflog: Fix reflog writer/readernulltoken2011-07-101-2/+2
* Remove unused methodsVicent Marti2011-07-091-28/+0
* odb: Direct writes are backVicent Marti2011-07-091-0/+18