summaryrefslogtreecommitdiff
path: root/src/reflog.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #491 from schu/refs-cleanupVicent Martí2011-11-251-0/+26
|\
| * Add git_reflog_rename() and git_reflog_delete()schu2011-11-211-0/+26
* | filebuf: add GIT_FILEBUF_INIT and protect multiple opens and cleanupsRussell Belfer2011-11-221-1/+1
|/
* reflog: Do not free references before timenew-referencesVicent Marti2011-11-061-10/+20
* Free all used references in the source treeschu2011-11-061-1/+5
* Merge pull request #456 from brodie/perm-fixesVicent Martí2011-10-281-2/+2
|\
| * *: correct and codify various file permissionsBrodie Rao2011-10-141-1/+1
| * fileops/repository: create (most) directories with 0777 permissionsBrodie Rao2011-10-141-1/+1
* | global: Properly use `git__` memory wrappersVicent Marti2011-10-281-13/+13
|/
* Tabify everythingVicent Marti2011-09-191-1/+1
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* posix: Properly handle `snprintf` in all platformsVicent Marti2011-08-181-1/+1
* reflog.c: fix memory leaksschu2011-08-171-8/+21
* reflog: fix memory leaksschu2011-08-161-1/+5
* reflog: assimilate reflog API to return git_oid'sschu2011-08-151-9/+8
* reflog: avoid users writing a wrong ancestor OIDschu2011-08-011-15/+16
* reflog: fix cast warningKirill A. Shutemov2011-07-251-2/+2
* reflog: Fix reflog writer/readernulltoken2011-07-101-4/+6
* Fix MSVC compilation warningnulltoken2011-07-091-1/+1
* Remove unused methodsVicent Marti2011-07-091-23/+18
* reflog: add API to read or write a reference logschu2011-07-091-0/+282