summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* diff_output: remove unused parameterschu2012-03-213-8/+4
* Merge pull request #605 from benstraub/win-multi-cpu-compileRussell Belfer2012-03-201-1/+1
|\
| * Adding multi-cpu compile option when generating MSVC projects.Ben Straub2012-03-201-1/+1
|/
* examples/diff: update example codeschu2012-03-131-2/+2
* Merge pull request #594 from evhan/developmentVicent Martí2012-03-111-0/+2
|\
| * add chicken-git bindings to readmeEvan Hanson2012-03-111-0/+2
|/
* Merge pull request #593 from aroben/windows-build-fixVicent Martí2012-03-091-1/+1
|\
| * Fix the build on WindowsAdam Roben2012-03-091-1/+1
* | config: write out section headers with subsections correctlyCarlos Martín Nieto2012-03-092-10/+21
|/
* Merge pull request #589 from petdance/b8d08292c934b7e21738c61531b340d507d55c98Vicent Martí2012-03-061-20/+38
|\
| * Add links to the README and alphabetize the languages to make themAndy Lester2012-03-061-20/+38
* | Merge pull request #588 from authmillenon/developmentVicent Martí2012-03-067-24/+24
|\ \
| * | Rename git_oid_to_string to git_oid_tostrAuthmillenon2012-03-067-24/+24
|/ /
* | Merge branch 'ssh-urls' into developmentCarlos Martín Nieto2012-03-054-7/+51
|\ \
| * | Make git_remote_supported_url() public and shorten error stringCarlos Martín Nieto2012-03-053-9/+9
| * | introduced new function: git_remote_supported_url() <-- returns true if this ...Ryan Wilcox2012-03-013-1/+30
| * | fix up previous SSH path parsing commit based on @carlosmn feedbackRyan Wilcox2012-03-011-26/+9
| * | implement support for username@host:path URLs in transport_find_fn()Ryan Wilcox2012-02-292-3/+35
* | | Convert from strnlen to git_text_is_binaryRussell Belfer2012-03-051-4/+16
* | | Copy values to avoid strict aliasing warningRussell Belfer2012-03-051-1/+6
* | | Fix usage of "new" for fieldname in public headerRussell Belfer2012-03-043-191/+193
| |/ |/|
* | Merge pull request #583 from tuxdna/developmentVicent Martí2012-03-042-0/+112
|\ \
| * | Add specfile and packaging instruction for creating Fedora RPMSaleem Ansari2012-03-042-0/+112
|/ /
* | Fixes for merge of filters branchRussell Belfer2012-03-022-2/+3
* | Revert GIT_STATUS constants to avoid issuesRussell Belfer2012-03-0210-58/+66
* | Fixing memory leaks indicated by valgrindRussell Belfer2012-03-023-0/+7
* | Fix a win32 warning messageRussell Belfer2012-03-021-2/+5
* | Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-0231-215/+181
* | Update diff to use iteratorsRussell Belfer2012-03-0231-1087/+1705
* | Fixing unit tests post rebaseRussell Belfer2012-03-022-23/+3
* | First pass of diff index to workdir implementationRussell Belfer2012-03-022-57/+321
* | Add tests and fix bugs for diff whitespace optionsRussell Belfer2012-03-0211-12/+112
* | Continue implementation of git-diffRussell Belfer2012-03-0210-205/+577
* | Fix minor WIN32 incompatibilityRussell Belfer2012-03-021-1/+4
* | Clean up diff implementation for reviewRussell Belfer2012-03-0211-272/+844
* | Implement diff lists and formattersRussell Belfer2012-03-025-75/+574
* | Initial implementation of git_diff_blobRussell Belfer2012-03-0219-4/+436
* | Eliminate xdiff compiler warningsRussell Belfer2012-03-024-13/+26
* | Simplify GIT_UNUSED macrosRussell Belfer2012-03-024-22/+9
* | Import xdiff library from gitRussell Belfer2012-03-0216-2/+3544
* | Add test for possible attr bugRussell Belfer2012-03-023-2/+10
* | Merge pull request #575 from libgit2/filtersVicent Martí2012-03-0233-522/+1555
|\ \ | |/ |/|
| * Add filter tests and fix some bugsRussell Belfer2012-03-029-56/+189
| * attr: Add missing header to test suiteVicent Martí2012-03-021-0/+42
| * config: Add missing fileVicent Martí2012-03-021-0/+95
| * config: Implement a proper cvar cacheVicent Martí2012-03-025-78/+75
| * attr: Change the attribute check macrosVicent Martí2012-03-026-268/+240
| * filter: Beautiful refactoringVicent Martí2012-03-014-115/+235
| * filter: Properly cache filter settingsVicent Martí2012-03-012-2/+9
| * filter: Precache the filter config options on loadVicent Martí2012-03-013-3/+47