summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* reflog: Do not free references before timenew-referencesVicent Marti2011-11-061-10/+20
* refs: Partial rewrite for read-only refsVicent Marti2011-11-065-857/+671
* git_reference_rename: cleanup reference renamingschu2011-11-061-37/+35
* Free all used references in the source treeschu2011-11-069-18/+165
* refs: add test case checking "immutable" referencesschu2011-11-061-0/+32
* refs: split internal and external referencesschu2011-11-065-174/+360
* Merge pull request #468 from nulltoken/ntk/fix/issue-465Vicent Martí2011-10-2911-30/+57
|\
| * status: Fix a sorting issue in the treewalkernulltoken2011-10-291-7/+26
| * status: Add a file in the test repository to cover the correct sorting of ent...nulltoken2011-10-2910-3/+9
| * status: Prevent segfaulting when determining the status of a repositorynulltoken2011-10-291-20/+22
* | Merge pull request #456 from brodie/perm-fixesVicent Martí2011-10-2841-97/+187
|\ \ | |/ |/|
| * *: correct and codify various file permissionsBrodie Rao2011-10-1431-34/+73
| * fileops/repository: create (most) directories with 0777 permissionsBrodie Rao2011-10-1422-52/+103
| * fileops/posix: replace usage of "int mode" with "mode_t mode"Brodie Rao2011-10-149-24/+24
* | global: Properly use `git__` memory wrappersVicent Marti2011-10-2858-289/+291
* | tree: Add traversal in post-orderVicent Marti2011-10-272-2/+84
* | Merge branch 'status' of https://github.com/carlosmn/libgit2 into developmentVicent Marti2011-10-271-37/+17
|\ \
| * | status: move GIT_STATUS_PATH_* into an enumCarlos Martín Nieto2011-10-271-7/+9
| * | status: reorder retrieve_head_tree error checksCarlos Martín Nieto2011-10-271-4/+2
| * | status: remove git_tree_entry_byposCarlos Martín Nieto2011-10-271-14/+5
| * | status: remove git_index_entry_byposCarlos Martín Nieto2011-10-271-12/+1
* | | Merge pull request #467 from oleganza/oa-config-parse-fixVicent Martí2011-10-271-2/+8
|\ \ \ | |/ / |/| |
| * | Fixed crash in config parser when empty value is encountered.Oleg Andreev2011-10-271-2/+8
* | | Merge pull request #463 from schu/tests-clay-object-rawVicent Martí2011-10-2611-71/+1106
|\ \ \
| * | | tests-clay: move t01-rawobj.c to clayschu2011-10-2411-71/+1106
* | | | windows: Add support for non-UTF codepagesVicent Marti2011-10-267-28/+108
|/ / /
* | | Merge pull request #464 from rtyley/developmentVicent Martí2011-10-241-1/+1
|\ \ \
| * | | Tolerate zlib deflation with window size < 32KbRoberto Tyley2011-10-241-1/+1
|/ / /
* | | CMake: use -O0 in debug modeCarlos Martín Nieto2011-10-221-0/+1
* | | tree: Fix name lookups once and for allVicent Marti2011-10-202-51/+85
* | | tree: Fix lookups by entry nameVicent Marti2011-10-192-2/+17
* | | mwindow: close LRU window properlyCarlos Martín Nieto2011-10-151-5/+12
* | | Merge pull request #459 from brodie/test-improvementsVicent Martí2011-10-141-4/+3
|\ \ \ | |_|/ |/| |
| * | tests: propagate errors from open_temp_repo() instead of exitingBrodie Rao2011-10-141-4/+3
|/ /
* | Merge pull request #457 from khalsah/makefile-fixVicent Martí2011-10-131-2/+2
|\ \
| * | Add src/transports to Makefile sourcesHargobind S. Khalsa2011-10-131-1/+1
| * | Update Makefile.embed with http-parser dependencyHargobind S. Khalsa2011-10-131-2/+2
|/ /
* | Merge pull request #448 from nulltoken/ntk/topic/treeentry-random-accessVicent Martí2011-10-1322-79/+276
|\ \
| * | tree: Add git_tree_frompath() which, given a relative path to a tree entry, r...nulltoken2011-10-135-10/+159
| * | oid: Add git_oid_streq() which checks if an oid and an hex formatted string a...nulltoken2011-10-135-68/+116
| * | Fix minor indentation issuesnulltoken2011-10-131-8/+7
| * | Add test commit containing subtrees and filesnulltoken2011-10-1312-2/+4
| * | Fix compilation error on Windowsnulltoken2011-10-131-1/+0
|/ /
* | Merge pull request #454 from brodie/parsing-fixesVicent Martí2011-10-1315-13/+71
|\ \
| * | signature: don't blow up trying to parse names containing '>'Brodie Rao2011-10-122-1/+9
| * | tag: allow the tagger field to be missing when parsing tagsBrodie Rao2011-10-122-8/+28
| * | tag: avoid a double-free when parsing tags without a tagger fieldBrodie Rao2011-10-127-4/+28
| * | commit: properly parse empty commit messagesBrodie Rao2011-10-127-4/+10
| |/
* | Merge pull request #455 from brodie/pack-fixesVicent Martí2011-10-131-1/+1
|\ \
| * | odb_pack: don't do ambiguity checks for fully qualified SHA1 hashesBrodie Rao2011-10-121-1/+1
| |/