summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a test for invalid filenames while writing tree from indexfilename-validationScott J. Goldman2012-11-181-0/+27
* Catch invalid filenames in append_entry()Scott J. Goldman2012-11-181-0/+3
* Prevent creating `..`, `.`, and `.git` with tree builderScott J. Goldman2012-11-182-1/+9
* Merge pull request #1082 from scunz/fixDoubleDeleteOnErrorVicent Martí2012-11-181-2/+3
|\
| * Indexer: Avoid a possible double-deletion in error caseSascha Cunz2012-11-181-2/+3
|/
* Fix a couple of warningsMichael Schubert2012-11-183-4/+3
* Merge pull request #1077 from nulltoken/fix/apinulltoken2012-11-1724-119/+260
|\
| * reflog: make entry_byindex() and drop() git compliantnulltoken2012-11-177-39/+51
| * reflog: Fix documentationnulltoken2012-11-171-1/+2
| * config: Opening a nonexistent file returns ENOTFOUNDnulltoken2012-11-175-12/+69
| * config: Make git_config_file__ondisk() internalnulltoken2012-11-172-13/+13
| * repo: ensure is_empty() checks there are no refsnulltoken2012-11-173-29/+50
| * tests: introduce cl_git_remove_placeholders()nulltoken2012-11-172-0/+52
| * repo: readonly tests don't need a sandboxed reponulltoken2012-11-171-11/+1
| * env: ensure git_futils_find_xxx() returns ENOTFOUNDnulltoken2012-11-171-8/+16
| * tag: rename git_tag_type to git_tag_target_typenulltoken2012-11-174-4/+4
| * Fix MSVC compilation warningsnulltoken2012-11-172-6/+6
|/
* Merge pull request #1075 from carlosmn/alternates-recurseVicent Martí2012-11-162-8/+95
|\
| * odb: recursively load alternatesCarlos Martín Nieto2012-11-162-8/+95
* | Merge pull request #1071 from arrbee/alternate-fix-strcmpScott J. Goldman2012-11-1513-69/+272
|\ \
| * | Fix reset hard tests on platforms with CRLFRussell Belfer2012-11-141-1/+16
| * | Add POSIX compat lstat() variant for win32Russell Belfer2012-11-148-60/+213
| * | Create internal strcmp variants for function ptrsRussell Belfer2012-11-144-8/+43
* | | AUTHORS: cleanupMichael Schubert2012-11-161-4/+5
* | | Fix -Wmaybe-uninitialized warningMichael Schubert2012-11-161-1/+1
* | | Include Microsoft in AUTHORSBen Straub2012-11-151-0/+1
* | | Merge pull request #1074 from edubart/ignore_diff_filemodeVicent Martí2012-11-152-0/+5
|\ \ \
| * | | Add option to ignore file mode in diffsEduardo Bart2012-11-152-0/+5
| | |/ | |/|
* | | Merge pull request #1072 from arrbee/diff-api-signaturesVicent Martí2012-11-1521-189/+224
|\ \ \ | |/ / |/| |
| * | Add explicit git_index ptr to diff and checkoutRussell Belfer2012-11-1414-97/+112
| * | Add iterator for git_index objectRussell Belfer2012-11-148-25/+78
| * | Fix diff API to better parameter orderRussell Belfer2012-11-1412-152/+119
|/ /
* | Merge pull request #1069 from carlosmn/readmeVicent Martí2012-11-131-4/+31
|\ \
| * | Explain a few CMake options in the READMECarlos Martín Nieto2012-11-131-4/+31
|/ /
* | Slightly different valgrind fixCarlos Martín Nieto2012-11-131-3/+1
* | Fix a few valgrind errorsCarlos Martín Nieto2012-11-133-2/+5
|/
* Merge pull request #1068 from carlosmn/config-empty-valueVicent Martí2012-11-136-25/+46
|\
| * config: return an emtpy string when there is no valueCarlos Martín Nieto2012-11-133-17/+31
| * config: distinguish between a lone variable name and one without rhsCarlos Martín Nieto2012-11-135-9/+16
* | http: UnrustleVicent Marti2012-11-131-4/+1
* | Merge pull request #1016 from arrbee/fix-checkout-dir-removalVicent Martí2012-11-1347-653/+1526
|\ \
| * | Fix warnings and valgrind issuesRussell Belfer2012-11-097-11/+17
| * | Fix various cross-platform build issuesRussell Belfer2012-11-099-42/+62
| * | Update reset hard testRussell Belfer2012-11-091-20/+46
| * | fix regression in diff with submodule oidRussell Belfer2012-11-091-9/+8
| * | Rework checkout with new strategy optionsRussell Belfer2012-11-0914-226/+610
| * | Some diff refactorings to help code reuseRussell Belfer2012-11-0911-127/+226
| * | Move pathspec code in separate filesRussell Belfer2012-11-093-135/+220
| * | Make iterator ignore eval lazyRussell Belfer2012-11-091-10/+17
| * | Clean up a couple things missed in rebaseRussell Belfer2012-11-093-4/+4