summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle packed refs with no trailing newlineno-newline-packed-refsScott J. Goldman2013-01-051-1/+1
* Merge pull request #1192 from arrbee/fix-win32-checkout-testVicent Martí2013-01-044-77/+109
|\
| * Actually fix win32 checkout testRussell Belfer2013-01-041-4/+12
| * Fix crlf issue with checkout testsRussell Belfer2013-01-044-73/+97
* | Merge pull request #1191 from maxpow4h/fix-format-stringVicent Martí2013-01-041-1/+1
|\ \ | |/ |/|
| * Fixed size_t format string warningMaxwell Swadling2013-01-051-1/+1
|/
* Merge pull request #1118 from arrbee/fix-reset-hardVicent Martí2013-01-0429-828/+2430
|\
| * Fix checkout of index-only dirs and prefixed pathsRussell Belfer2013-01-042-28/+66
| * Add index API to remove all files in a directoryRussell Belfer2013-01-043-0/+132
| * Fix oid tostr issue with NULL oidRussell Belfer2013-01-041-1/+4
| * Fix checkout bug rmv untracked trees from indexRussell Belfer2013-01-042-14/+74
| * Fix memory leak with checkout tree iteratorRussell Belfer2013-01-041-2/+1
| * Fixing checkout UPDATE_ONLY and adding testsRussell Belfer2013-01-042-0/+199
| * Oh yeah, bugs from my rebaseRussell Belfer2013-01-041-1/+1
| * Simplify checkout documentationRussell Belfer2013-01-043-302/+304
| * Clone should use GIT_CHECKOUT_SAFE_CREATERussell Belfer2013-01-041-1/+1
| * Extend tests for checkout with typechangesRussell Belfer2013-01-041-4/+171
| * Fix some submodule and typechange checkout casesRussell Belfer2013-01-041-24/+109
| * Fix workdir notifications and removalsRussell Belfer2013-01-041-20/+25
| * Fix up spoolandsort iterator usageRussell Belfer2013-01-044-23/+11
| * Submodule caching fix and location APIRussell Belfer2013-01-042-6/+39
| * Fix use of uninitialized variableRussell Belfer2013-01-041-3/+3
| * Improve error propagation in stashRussell Belfer2013-01-043-113/+118
| * Make git_oid_tostr use out buffer for NULL oidRussell Belfer2013-01-042-4/+4
| * Add index updating to checkoutRussell Belfer2013-01-045-62/+187
| * More checkout improvementsRussell Belfer2013-01-048-539/+823
| * Rework checkout internals (again)Russell Belfer2013-01-049-551/+971
| * Reorder operations in git resetRussell Belfer2013-01-041-39/+30
| * Failing test on git_checkout_tree when removing directoriesJameson Miller2013-01-041-0/+27
| * Add failing test to demonstrate wrong checkout behaviourMarvin Gülker2013-01-041-0/+20
| * missing error message is confusingRussell Belfer2013-01-041-0/+3
| * Clear error to avoid leaving invalid error behindRussell Belfer2013-01-041-1/+3
| * Update cl_git_pass to return more infoRussell Belfer2013-01-042-7/+21
|/
* clar: lolpythonVicent Marti2013-01-041-1/+1
* clar: Corrupted picklesVicent Marti2013-01-041-1/+1
* Merge pull request #1174 from nulltoken/topic/soft_reset_with_index_conflictsVicent Martí2013-01-043-42/+50
|\
| * Ignore clar.suite.rulenulltoken2013-01-041-0/+1
| * reset: Cannot soft reset with a conflicted indexnulltoken2013-01-042-42/+49
* | clar: make it compatible with python3Carlos Martín Nieto2013-01-041-3/+3
* | clar: hahaVicent Marti2013-01-041-3/+2
* | clar: fix warning on WindowsVicent Marti2013-01-041-1/+6
* | Fix git_index sorting with core.ignorecase in git_index_readPhilip Kelley2013-01-041-3/+4
|/
* Merge pull request #1189 from martinwoodward/tests-complianceVicent Martí2013-01-041-1/+38
|\
| * Add jGit license block to derrived testsMartin Woodward2013-01-041-1/+38
* | Merge branch 'clar2' into developmentVicent Marti2013-01-0429-890/+1806
|\ \
| * | clar: fix merge/setup.cclar2Vicent Marti2013-01-041-21/+1
| * | Remove whitespaceTed Nyman2013-01-040-0/+0
| * | Add note in CONVENTIONS about inlined functionsTed Nyman2013-01-041-0/+7
| * | Add Brian Downing to the hall of fameMartin Woodward2013-01-042-0/+2
| * | MERGE_HEAD contents iteratorEdward Thomson2013-01-045-0/+230