summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remote: Cleanup the remotes coderepo-ownershipVicent Marti2011-11-2818-337/+226
* repository: Use `git_config` when initializingVicent Marti2011-11-261-14/+2
* util: Remove unused macroVicent Marti2011-11-261-19/+0
* refcount: Fix off-by one errorVicent Marti2011-11-261-1/+1
* Document all of the thingsVicent Marti2011-11-261-1/+119
* tests: Add `refs` folder to the `bad_tag.git` repoVicent Marti2011-11-261-0/+0
* Rename all `_close` methodsVicent Marti2011-11-2625-91/+92
* repository: Change ownership semanticsVicent Marti2011-11-2646-1664/+1593
* Merge pull request #497 from carlosmn/configVicent Martí2011-11-254-7/+69
|\
| * config: test saving config to new fileCarlos Martín Nieto2011-11-263-2/+48
| * config: allow to open and write to a new fileCarlos Martín Nieto2011-11-261-5/+21
* | Merge pull request #491 from schu/refs-cleanupVicent Martí2011-11-255-28/+61
|\ \ | |/ |/|
| * reference_rename: don't delete the reflogschu2011-11-212-22/+14
| * Add git_reflog_rename() and git_reflog_delete()schu2011-11-212-0/+43
| * reference_rename: make sure to rollbackschu2011-11-211-1/+4
| * fileops.h: remove git_futils_mv_atomic prototypeschu2011-11-211-5/+0
* | transport: Add `git_transport_valid_url`Vicent Marti2011-11-222-15/+29
* | Add a note not to free the result from git_remote_lsCarlos Martín Nieto2011-11-221-1/+2
* | Free the created refs in git_remote_update_tipsCarlos Martín Nieto2011-11-221-0/+3
* | Set transport to NULL after freeing itCarlos Martín Nieto2011-11-221-0/+1
* | tests-clay: remove extra semi-colon in clay_libgit2.h, add one to index/rename.cBrandon Casey2011-11-222-2/+2
* | Merge pull request #493 from euler0/fix-typos-readmeVicent Martí2011-11-211-2/+2
|\ \
| * | Fix to follow the Qt trademark policyVincent Lee2011-11-221-1/+1
| * | Fix a typo in the README fileVincent Lee2011-11-221-1/+1
|/ /
* | remote: Assert things that should be assertedVicent Marti2011-11-221-7/+23
* | Merge pull request #492 from carlosmn/networkingVicent Martí2011-11-218-99/+177
|\ \
| * | Add git_remote_connectedCarlos Martín Nieto2011-11-212-0/+15
| * | Add git_remote_disconnectCarlos Martín Nieto2011-11-212-6/+21
| * | refspec: allow a simple branchnameCarlos Martín Nieto2011-11-181-2/+7
| * | refspec: make the structure more completeCarlos Martín Nieto2011-11-181-1/+4
| * | Add a name to a remote created from the APICarlos Martín Nieto2011-11-182-4/+18
| * | remote: get rid of git_remote_negotiateCarlos Martín Nieto2011-11-182-17/+10
| * | net: move the reference storage to common codeCarlos Martín Nieto2011-11-184-69/+102
| |/
* | tree: Fix documentationVicent Marti2011-11-221-1/+2
* | clay: Properly initialize filebufVicent Marti2011-11-221-1/+1
* | filebuf: add GIT_FILEBUF_INIT and protect multiple opens and cleanupsRussell Belfer2011-11-2216-24/+106
* | clay: Merge manually @leto's tests from #485Vicent Marti2011-11-223-2/+43
* | Merge pull request #489 from lht/fix-doc-bare-repoVicent Martí2011-11-211-1/+1
|\ \ | |/ |/|
| * Fix typo in repository documentationHaitao Li2011-11-181-1/+1
|/
* 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