summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* repository: Add `git_repository_open_bare`vmg/bare-openVicent Marti2013-04-171-0/+31
* Merge pull request #1469 from libgit2/vmg/unified-revisionVicent Martí2013-04-153-42/+59
|\
| * git_revision -> git_revspecVicent Marti2013-04-152-16/+16
| * Is this crazy?Vicent Marti2013-04-152-27/+24
| * Merge remote-tracking branch 'ben/unified-revparse' into developmentVicent Marti2013-04-153-36/+56
| |\
| | * Change git_revparse to output git_object pointersBen Straub2013-04-152-16/+13
| | * Redeploy git_revparse_single.Ben Straub2013-04-152-5/+7
| | * Reintroduce git_revparse_single.Ben Straub2013-04-151-1/+1
| | * Deprecate git_revparse_single and _rangelikeBen Straub2013-04-094-51/+20
| | * Implement unified git_revparseBen Straub2013-04-081-6/+58
* | | 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-153-23/+22
|/ /
* | Fix compilation on OpenBSDCarlos Martín Nieto2013-04-152-2/+2
* | commit: correctly detect the start of the commit messageCarlos Martín Nieto2013-04-151-2/+2
* | dec refcount on refdb instead of always freeingEdward Thomson2013-04-121-1/+9
* | Merge pull request #1450 from carlosmn/branch-upstreamVicent Martí2013-04-115-38/+149
|\ \
| * | branch: add more upstream configuration managementCarlos Martín Nieto2013-04-111-1/+115
| * | branch: refactor git_branch_remote_nameCarlos Martín Nieto2013-03-311-25/+22
| * | branch: rename 'tracking' to 'upstream'Carlos Martín Nieto2013-03-305-12/+12
* | | Notify '*' pathspec correctly when diffingyorah2013-04-114-12/+40
* | | object: Export git_object_dupVicent Marti2013-04-106-16/+10
* | | 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
* | | | Tests and more fixes for submodule diffsRussell Belfer2013-04-092-4/+15
* | | | Fix clang warnings and improve checksRussell Belfer2013-04-091-2/+2
* | | | Fix submodule dirty states not showing if submodules comes before files, or t...Linquize2013-04-091-1/+2
| |_|/ |/| |
* | | Merge remote-tracking branch 'gnprice/revwalk' into developmentVicent Marti2013-04-072-0/+50
|\ \ \
| * | | revwalk: Parse revision rangesGreg Price2013-04-061-0/+25
| * | | revparse: Parse range-like syntaxGreg Price2013-04-061-0/+25
* | | | Merge pull request #1448 from phkelley/developmentVicent Martí2013-04-014-31/+199
|\ \ \ \
| * | | | Fix whitespace in src/win32/version.hPhilip Kelley2013-03-311-2/+2
| * | | | Add git_has_win32_version helperPhilip Kelley2013-03-314-8/+25
| * | | | Win32 error reporting: Support WinHTTP errorsPhilip Kelley2013-03-311-18/+54
| * | | | Avoid pre-Win7 WinHTTP self-redirect quirkPhilip Kelley2013-03-301-11/+126
| | |_|/ | |/| |
* | | | tag: Fix parsing when no tagger nor messagenulltoken2013-03-311-1/+1
|/ / /
* | | remove unmerged files during reset hardEdward Thomson2013-03-291-2/+5
* | | Fix Windows/Win32 warningRussell Belfer2013-03-261-1/+6
* | | Merge pull request #1436 from schu/opts-cache-sizeVicent Martí2013-03-262-1/+12
|\ \ \
| * | | opts: allow configuration of odb cache sizeMichael Schubert2013-03-252-1/+12
* | | | Merge pull request #1439 from arrbee/recurse-ignored-dirsVicent Martí2013-03-263-54/+111
|\ \ \ \
| * | | | Fix some diff ignores and submodule dirty workdirRussell Belfer2013-03-251-8/+20
| * | | | Implement GIT_STATUS_OPT_EXCLUDE_SUBMODULESRussell Belfer2013-03-253-21/+57
| * | | | Recursing into ignored dirs for diff and statusRussell Belfer2013-03-252-25/+34
* | | | | Merge pull request #1438 from ethomson/checkout_statVicent Martí2013-03-251-3/+3
|\ \ \ \ \
| * | | | | don't stat until the file is writtenEdward Thomson2013-03-251-3/+3
| |/ / / /
* | | | | Merge pull request #1437 from phkelley/redirectVicent Martí2013-03-251-32/+99
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Refine the redirect check conditionPhilip Kelley2013-03-251-2/+5
| * | | | http: Support 302 Found (arrbee did most of the work)Philip Kelley2013-03-251-32/+96