summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'development' into error-handlingerror-handlingCarlos Martín Nieto2011-11-18131-1705/+3641
|\
| * Update clay instructions to use -vtapCarlos Martín Nieto2011-11-181-1/+1
| * Add test for renaming a file and adding it to the indexCarlos Martín Nieto2011-11-183-2/+72
| * Don't overwrite existing objectsCarlos Martín Nieto2011-11-181-0/+11
| * include: Unify internal include strategiesVicent Marti2011-11-183-6/+6
| * clay: Bump to 0.9.0, add TAP supportVicent Marti2011-11-185-378/+565
| * tree: Add payload to `git_tree_walk`Vicent Marti2011-11-182-7/+11
| * Rename `git_tree_frompath` to `git_tree_get_subtree`Vicent Marti2011-11-183-22/+50
| * Merge pull request #486 from petdance/developmentVicent Martí2011-11-161-1/+1
| |\
| | * Quoted the asterisk to avoid markdown highlighter confusionAndy Lester2011-11-161-1/+1
| * | Merge pull request #484 from brodie/packed-refs-permsVicent Martí2011-11-162-3/+2
| |\ \
| | * | refs: move GIT_PACKED_REFS_FILE_MODE to refs.h as GIT_PACKEDREFS_FILE_MODEBrodie Rao2011-11-162-3/+2
| | * | refs: use 0666 permissions when writing packed-refs, not 0644Brodie Rao2011-11-161-1/+1
| * | | Merge pull request #482 from leto/patch-1Vicent Martí2011-11-161-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Fix docs about the command to mix the clay testsJonathan "Duke" Leto2011-11-161-1/+1
| |/ /
| * | threads: Fix the shared global state with TLSVicent Marti2011-11-1612-136/+282
| * | Merge pull request #475 from carlosmn/permsVicent Martí2011-11-079-40/+49
| |\ \
| | * | Write packed-refs with 0644 permissionsCarlos Martín Nieto2011-11-071-1/+3
| | * | Reword packed-refs error messages so they're easier to track downCarlos Martín Nieto2011-11-071-4/+4
| | * | Implement p_renameCarlos Martín Nieto2011-11-078-35/+42
| |/ /
| * | Merge pull request #473 from drafnel/bc/update-examplesVicent Martí2011-11-074-5/+7
| |\ \
| | * | examples/network/.gitignore: ignore 'git2'Brandon Casey2011-11-061-0/+1
| | * | examples/network/git2.c: exit with proper status, and avoid segfaultBrandon Casey2011-11-061-1/+2
| | * | examples/network/git2.c: add newline to usage messageBrandon Casey2011-11-061-1/+1
| | * | examples/network/fetch.c: revert overzealous conversion of free to git__freeBrandon Casey2011-11-061-1/+1
| | * | examples/general.c: update for recent API renaming of git_config_get_intBrandon Casey2011-11-051-2/+2
| * | | Merge pull request #470 from schu/test-helpers-no-assertVicent Martí2011-11-071-2/+4
| |\ \ \
| | * | | test_helpers: do not rely on assertschu2011-10-301-2/+4
| | |/ /
| * | | Merge pull request #472 from libgit2/new-referencesVicent Martí2011-11-0712-753/+940
| |\ \ \ | | |/ / | |/| |
| | * | 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