summaryrefslogtreecommitdiff
path: root/src/reflog.c
Commit message (Expand)AuthorAgeFilesLines
* 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