Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-19Merge branch 'development' into error-handlingerror-handlingCarlos Martín Nieto
2011-11-18Update clay instructions to use -vtapCarlos Martín Nieto
2011-11-18Add test for renaming a file and adding it to the indexCarlos Martín Nieto
2011-11-18Don't overwrite existing objectsCarlos Martín Nieto
2011-11-18include: Unify internal include strategiesVicent Marti
2011-11-18clay: Bump to 0.9.0, add TAP supportVicent Marti
2011-11-18tree: Add payload to `git_tree_walk`Vicent Marti
2011-11-18Rename `git_tree_frompath` to `git_tree_get_subtree`Vicent Marti
2011-11-17Merge pull request #486 from petdance/developmentVicent Martí
2011-11-17Quoted the asterisk to avoid markdown highlighter confusionAndy Lester
2011-11-16Merge pull request #484 from brodie/packed-refs-permsVicent Martí
2011-11-16refs: move GIT_PACKED_REFS_FILE_MODE to refs.h as GIT_PACKEDREFS_FILE_MODEBrodie Rao
2011-11-16refs: use 0666 permissions when writing packed-refs, not 0644Brodie Rao
2011-11-16Merge pull request #482 from leto/patch-1Vicent Martí
2011-11-16Fix docs about the command to mix the clay testsJonathan "Duke" Leto
2011-11-16threads: Fix the shared global state with TLSVicent Marti
2011-11-14Use a custom error trace output in the old test suiteCarlos Martín Nieto
2011-11-08Merge pull request #475 from carlosmn/permsVicent Martí
2011-11-07Write packed-refs with 0644 permissionsCarlos Martín Nieto
2011-11-07Reword packed-refs error messages so they're easier to track downCarlos Martín Nieto
2011-11-07Implement p_renameCarlos Martín Nieto
2011-11-07Merge pull request #473 from drafnel/bc/update-examplesVicent Martí
2011-11-07Merge pull request #470 from schu/test-helpers-no-assertVicent Martí
2011-11-07Merge pull request #472 from libgit2/new-referencesVicent Martí
2011-11-07examples/network/.gitignore: ignore 'git2'Brandon Casey
2011-11-07examples/network/git2.c: exit with proper status, and avoid segfaultBrandon Casey
2011-11-07examples/network/git2.c: add newline to usage messageBrandon Casey
2011-11-07examples/network/fetch.c: revert overzealous conversion of free to git__freeBrandon Casey
2011-11-06reflog: Do not free references before timenew-referencesVicent Marti
2011-11-06refs: Partial rewrite for read-only refsVicent Marti
2011-11-06git_reference_rename: cleanup reference renamingschu
2011-11-06Free all used references in the source treeschu
2011-11-06refs: add test case checking "immutable" referencesschu
2011-11-06refs: split internal and external referencesschu
2011-11-06examples/general.c: update for recent API renaming of git_config_get_intBrandon Casey
2011-10-30test_helpers: do not rely on assertschu
2011-10-30Merge pull request #468 from nulltoken/ntk/fix/issue-465Vicent Martí
2011-10-30status: Fix a sorting issue in the treewalkernulltoken
2011-10-30status: Add a file in the test repository to cover the correct sorting of ent...nulltoken
2011-10-30status: Prevent segfaulting when determining the status of a repositorynulltoken
2011-10-29Move old test suite to show the stack trace of errorsCarlos Martín Nieto
2011-10-29error: make git_errno more usefulCarlos Martín Nieto
2011-10-29error: don't use undef, use underlinesCarlos Martín Nieto
2011-10-29Merge pull request #456 from brodie/perm-fixesVicent Martí
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-10-29error: allocate the error string dynamicallyCarlos Martín Nieto
2011-10-28Clear the error stack in the testsCarlos Martín Nieto
2011-10-28tree: Add traversal in post-orderVicent Marti
2011-10-28error: use the TLS global error stackCarlos Martín Nieto
2011-10-28Merge branch 'status' of https://github.com/carlosmn/libgit2 into developmentVicent Marti