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
2015-04-24Fix wrong format string in git_reflog_drop() error messageLinquize
2014-09-30reflog: constify byindexCarlos Martín Nieto
2014-01-15Align git_signature_dup.Arthur Schreiber
2013-11-23reflog: remove git_reflog_append_to()Carlos Martín Nieto
2013-10-02reflog: bring _append and _drop back to the frontendCarlos Martín Nieto
2013-10-02reflog: add a convenience append functionCarlos Martín Nieto
2013-10-02reflog: move the reflog implementation into refdb_fsCarlos Martín Nieto
2013-09-11errors: Fix format of some error messagesnulltoken
2013-05-02Error messages for a couple other boundary conditionsRussell Belfer
2013-03-18Several warnings detected by static code analyzer fixedArkadiy Shapkin
2013-01-09update copyrightsEdward Thomson
2012-12-19reflog: Actual error handlingVicent Marti
2012-12-19reflog: Rename error handlingVicent Marti
2012-12-19Make goto cleanup more consistentRick Bradley
2012-12-19don't deref before we've assertedRick Bradley
2012-12-01reflog: Deploy EINVALIDSPEC usagenulltoken
2012-11-28Fix warnings on Win64 buildRussell Belfer
2012-11-28Rename ref and reflog apis for consistencyBen Straub
2012-11-18reflog: make entry_byindex() and drop() git compliantnulltoken
2012-11-10Extensions to rmdir and mkdir utilitiesRussell Belfer
2012-10-27stash: add git_stash_drop()nulltoken
2012-10-26reflog: fix bogus removal of reflog entriesnulltoken
2012-10-26reflog: create reflog and its directory structurenulltoken
2012-10-26reflog: Make git_reflog_free() accept null paramnulltoken
2012-10-09Add complex checkout test and then fix checkoutRussell Belfer
2012-08-02Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti
2012-07-28Fix -Wuninitialized warningMichael Schubert
2012-07-27branch: Add `repository` argument to `create`Vicent Marti
2012-07-27reflog: Rename `entry_drop` to `drop`Vicent Marti
2012-07-25reflog: keep the reflog name in sync with the reference namenulltoken
2012-07-25reflog: prevent git_reflog_append() from persisting the reflog back to disknulltoken
2012-07-25reflog: prevent git_reflog_read() from chocking when no log exists yetnulltoken
2012-07-25reflog: introduce git_reflog_write()nulltoken
2012-07-25reflog: rename git_reflog_write() to git_reflog_append()nulltoken
2012-07-25reflog: introduce git_reflog_entry_drop()nulltoken
2012-07-25reflog: add GIT_OID_HEX_ZERO constantnulltoken
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-07-07refs: fix moving of the reflog when renaming a refnulltoken
2012-05-03Merge branch 'new-error-handling' into developmentVicent Martí
2012-03-21Convert reflog to new errorsRussell Belfer
2012-03-07error-handling: RepositoryVicent Martí
2012-03-06Rename git_oid_to_string to git_oid_tostrAuthmillenon
2012-03-06error-handling: ReferencesVicent Martí
2012-02-27buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí
2012-02-13Update Copyright headerschu
2012-01-18Move path related functions from fileops to pathRussell Belfer
2012-01-06reflog_write: don't access free()'d memoryJeff King
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-11-26Merge pull request #491 from schu/refs-cleanupVicent Martí
2011-11-22filebuf: add GIT_FILEBUF_INIT and protect multiple opens and cleanupsRussell Belfer