summaryrefslogtreecommitdiff
path: root/src/reflog.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+1
* giterr_set: consistent error messagesEdward Thomson2016-12-291-2/+2
* Fix wrong format string in git_reflog_drop() error messageLinquize2015-04-241-1/+1
* reflog: constify byindexCarlos Martín Nieto2014-09-301-1/+1
* Align git_signature_dup.Arthur Schreiber2014-01-141-1/+1
* reflog: remove git_reflog_append_to()Carlos Martín Nieto2013-11-231-19/+0
* reflog: bring _append and _drop back to the frontendCarlos Martín Nieto2013-10-021-14/+86
* reflog: add a convenience append functionCarlos Martín Nieto2013-10-021-0/+19
* reflog: move the reflog implementation into refdb_fsCarlos Martín Nieto2013-10-021-400/+37
* errors: Fix format of some error messagesnulltoken2013-09-111-1/+1
* Error messages for a couple other boundary conditionsRussell Belfer2013-05-011-1/+3
* Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-181-1/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* reflog: Actual error handlingVicent Marti2012-12-191-5/+13
* reflog: Rename error handlingVicent Marti2012-12-191-14/+15
* Make goto cleanup more consistentRick Bradley2012-12-181-3/+3
* don't deref before we've assertedRick Bradley2012-12-181-2/+2
* reflog: Deploy EINVALIDSPEC usagenulltoken2012-12-011-3/+12
* Fix warnings on Win64 buildRussell Belfer2012-11-271-10/+13
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-9/+9
* reflog: make entry_byindex() and drop() git compliantnulltoken2012-11-171-18/+23
* Extensions to rmdir and mkdir utilitiesRussell Belfer2012-11-091-1/+1
* stash: add git_stash_drop()nulltoken2012-10-261-1/+1
* reflog: fix bogus removal of reflog entriesnulltoken2012-10-261-6/+6
* reflog: create reflog and its directory structurenulltoken2012-10-261-1/+4
* reflog: Make git_reflog_free() accept null paramnulltoken2012-10-261-0/+3
* Add complex checkout test and then fix checkoutRussell Belfer2012-10-091-1/+1
* Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti2012-08-021-2/+2
|\
| * portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-2/+2
* | Fix -Wuninitialized warningMichael Schubert2012-07-281-1/+1
* | branch: Add `repository` argument to `create`Vicent Marti2012-07-271-1/+1
* | reflog: Rename `entry_drop` to `drop`Vicent Marti2012-07-271-1/+1
* | reflog: keep the reflog name in sync with the reference namenulltoken2012-07-251-0/+22
* | reflog: prevent git_reflog_append() from persisting the reflog back to disknulltoken2012-07-251-81/+59
* | reflog: prevent git_reflog_read() from chocking when no log exists yetnulltoken2012-07-251-9/+16
* | reflog: introduce git_reflog_write()nulltoken2012-07-251-57/+113
* | reflog: rename git_reflog_write() to git_reflog_append()nulltoken2012-07-251-1/+1
* | reflog: introduce git_reflog_entry_drop()nulltoken2012-07-251-4/+58
* | reflog: add GIT_OID_HEX_ZERO constantnulltoken2012-07-251-1/+1
|/
* refs: fix moving of the reflog when renaming a refnulltoken2012-07-071-8/+40
* Merge branch 'new-error-handling' into developmentVicent Martí2012-05-021-92/+85
|\
| * Convert reflog to new errorsRussell Belfer2012-03-201-89/+82
| * error-handling: RepositoryVicent Martí2012-03-071-2/+2
| * error-handling: ReferencesVicent Martí2012-03-061-3/+3
* | Rename git_oid_to_string to git_oid_tostrAuthmillenon2012-03-061-2/+2
|/
* buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-271-3/+3
* Update Copyright headerschu2012-02-131-1/+1
* Move path related functions from fileops to pathRussell Belfer2012-01-171-3/+3
* reflog_write: don't access free()'d memoryJeff King2012-01-051-2/+2
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-45/+74