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