summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* repository: Add `git_repository_open_bare`vmg/bare-openVicent Marti2013-04-172-0/+46
* libgit2 0.18.0 "Big Ben"Vicent Marti2013-04-161-2/+2
* Merge pull request #1469 from libgit2/vmg/unified-revisionVicent Martí2013-04-1513-139/+239
|\
| * Fix examplesvmg/unified-revisionVicent Marti2013-04-161-9/+11
| * Update docsVicent Marti2013-04-151-9/+7
| * git_revision -> git_revspecVicent Marti2013-04-154-32/+32
| * Is this crazy?Vicent Marti2013-04-154-64/+60
| * Merge remote-tracking branch 'ben/unified-revparse' into developmentVicent Marti2013-04-1513-124/+228
| |\
| | * Clean up minor detailsBen Straub2013-04-153-5/+3
| | * Clean up example code.Ben Straub2013-04-151-3/+3
| | * Change git_revparse to output git_object pointersBen Straub2013-04-1510-66/+54
| | * Redeploy git_revparse_single.Ben Straub2013-04-156-116/+77
| | * Reintroduce git_revparse_single.Ben Straub2013-04-152-1/+15
| | * Add rev-list example to makefilesBen Straub2013-04-092-1/+4
| | * Deprecate git_revparse_single and _rangelikeBen Straub2013-04-0916-166/+156
| | * Implement unified git_revparseBen Straub2013-04-083-22/+135
| | * Propose unified rev-parse APIBen Straub2013-04-081-0/+37
* | | Merge pull request #1470 from carlosmn/remote-ls-after-closeVicent Martí2013-04-154-23/+53
|\ \ \ | |/ / |/| |
| * | remote: don't try to update FETCH_HEAD if no extra heads existCarlos Martín Nieto2013-04-161-0/+4
| * | Allow git_remote_ls after disconnecting from the remoteCarlos Martín Nieto2013-04-154-23/+49
|/ /
* | Merge pull request #1468 from carlosmn/obsd-sparc64Vicent Martí2013-04-153-10/+10
|\ \
| * | refdb tests: use the right variable sizeCarlos Martín Nieto2013-04-151-8/+8
| * | Fix compilation on OpenBSDCarlos Martín Nieto2013-04-152-2/+2
|/ /
* | Merge pull request #1467 from carlosmn/commit-parseVicent Martí2013-04-152-3/+30
|\ \
| * | commit: correctly detect the start of the commit messageCarlos Martín Nieto2013-04-152-3/+30
|/ /
* | Merge pull request #1464 from ethomson/refdb_freeRussell Belfer2013-04-121-1/+9
|\ \
| * | dec refcount on refdb instead of always freeingEdward Thomson2013-04-121-1/+9
|/ /
* | Merge pull request #1450 from carlosmn/branch-upstreamVicent Martí2013-04-1112-179/+337
|\ \
| * | branch: add more upstream configuration managementCarlos Martín Nieto2013-04-113-1/+162
| * | branch: refactor git_branch_remote_nameCarlos Martín Nieto2013-03-312-26/+23
| * | branch: rename 'tracking' to 'upstream'Carlos Martín Nieto2013-03-3010-76/+76
* | | Merge pull request #1367 from yorah/fix/pathspecs_behaviourVicent Martí2013-04-116-175/+268
|\ \ \
| * | | Notify '*' pathspec correctly when diffingyorah2013-04-116-175/+268
|/ / /
* | | object: Export git_object_dupVicent Marti2013-04-107-16/+19
* | | Merge pull request #1424 from phkelley/efficient_pushVicent Martí2013-04-101-35/+138
|\ \ \
| * | | Fix dumb mistake in the comparison functionPhilip Kelley2013-03-191-3/+1
| * | | Convert enqueue_object to a functionPhilip Kelley2013-03-191-21/+19
| * | | Reduce the number of unnecessary objects in pushed packsPhilip Kelley2013-03-191-35/+142
* | | | examples: Don't print weird charactersVicent Marti2013-04-101-2/+1
* | | | Merge pull request #1460 from arrbee/fix-dirty-submodules-diffVicent Martí2013-04-099-17/+224
|\ \ \ \
| * | | | Tests and more fixes for submodule diffsRussell Belfer2013-04-095-8/+205
| * | | | Fix clang warnings and improve checksRussell Belfer2013-04-094-10/+19
| * | | | Fix submodule dirty states not showing if submodules comes before files, or t...Linquize2013-04-091-1/+2
|/ / / /
* | | | Merge pull request #1458 from maxpow4h/patch-1Vicent Martí2013-04-081-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Updated link to Haskell bindingsMaxwell Swadling2013-04-091-1/+1
|/ / /
* | | test: Add missing NULLsVicent Marti2013-04-071-1/+1
* | | Merge remote-tracking branch 'gnprice/revwalk' into developmentVicent Marti2013-04-079-15/+363
|\ \ \
| * | | examples: a test, for rev-listGreg Price2013-04-061-0/+95
| * | | examples: rev-listGreg Price2013-04-062-0/+117
| * | | revwalk: Parse revision rangesGreg Price2013-04-063-0/+52