summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* revwalk: Parse revision rangesGreg Price2013-04-061-0/+25
* revparse: Parse range-like syntaxGreg Price2013-04-061-0/+25
* Merge pull request #1369 from arrbee/repo-init-template-hooksVicent Martí2013-03-055-88/+184
|\
| * Make mode handling during init more like gitRussell Belfer2013-02-274-26/+31
| * Fix portability issues on WindowsRussell Belfer2013-02-262-5/+11
| * Fix initialization of repo directoriesRussell Belfer2013-02-263-74/+159
* | Merge pull request #1380 from phkelley/index_icaseVicent Martí2013-03-043-3/+21
|\ \
| * | Rename function to __ prefixPhilip Kelley2013-03-013-6/+6
| * | Disable ignore_case when writing the index to a treePhilip Kelley2013-03-013-3/+21
* | | clear REUC on checkoutEdward Thomson2013-03-042-19/+21
* | | Fix a few leaksCarlos Martín Nieto2013-03-041-0/+4
* | | indexer: use a hashtable for keeping track of offsetsCarlos Martín Nieto2013-03-034-26/+34
* | | indexer: kill git_indexerCarlos Martín Nieto2013-03-031-327/+1
* | | Allow empty config object and use itRussell Belfer2013-03-011-6/+0
|/ /
* | Clone should not delete directories it did not createJameson Miller2013-03-013-2/+54
* | Merge pull request #1373 from arrbee/why-cdecl-whyVicent Martí2013-02-284-12/+22
|\ \
| * | Fix some deprecation warnings on WindowsRussell Belfer2013-02-283-4/+10
| * | Add GIT_STDLIB_CALLRussell Belfer2013-02-283-10/+7
| * | fixing some warnings on WindowsRussell Belfer2013-02-271-5/+5
| * | use cdecl for hashsig sorting functions on WindowsRussell Belfer2013-02-271-3/+10
* | | w32-posix: Wrap the `timezone` declaration with a clauseVicent Marti2013-02-281-0/+3
|/ /
* | Merge pull request #1233 from arrbee/file-similarity-metricVicent Martí2013-02-277-167/+817
|\ \
| * | Minor improvements to find_similar codeRussell Belfer2013-02-221-15/+15
| * | Replace static data with configured metricRussell Belfer2013-02-221-42/+29
| * | Add diff rename tests with partial similarityRussell Belfer2013-02-211-2/+0
| * | Initial integration of similarity metric to diffRussell Belfer2013-02-212-69/+222
| * | Replace diff delta binary with flagsRussell Belfer2013-02-205-90/+93
| * | Refine pluggable similarity APIRussell Belfer2013-02-203-4/+71
| * | Change similarity metric to sampled hashesRussell Belfer2013-02-205-410/+438
| * | wip: adding metric to diffRussell Belfer2013-02-201-2/+8
| * | Some similarity metric adjustmentsRussell Belfer2013-02-201-11/+69
| * | Initial implementation of similarity scoring algoRussell Belfer2013-02-202-0/+350
* | | Merge pull request #1372 from ethomson/checkout_workdir_endRussell Belfer2013-02-271-2/+4
|\ \ \
| * | | don't dereference at the end of the workdir iteratorEdward Thomson2013-02-271-2/+4
* | | | Win32: Use constants in version resource definitions where possibleSven Strickroth2013-02-271-2/+2
|/ / /
* | | Increment reference counter in git_repository_set_configSascha Cunz2013-02-261-0/+1
* | | Revert "hash: remove git_hash_init from internal api"Michael Schubert2013-02-264-3/+5
* | | hash: remove git_hash_init from internal apiMichael Schubert2013-02-264-6/+4
| |/ |/|
* | Merge pull request #1355 from phkelley/developmentVicent Martí2013-02-232-14/+33
|\ \
| * | Portability fixes for SolarisPhilip Kelley2013-02-222-14/+33
* | | Do not fail if .gitignore is directoryRussell Belfer2013-02-221-2/+8
* | | Merge pull request #1343 from nulltoken/topic/remote_orphaned_branchVicent Martí2013-02-223-7/+13
|\ \ \
| * | | branch: Make git_branch_remote_name() cope with orphaned headsnulltoken2013-02-223-7/+13
| |/ /
* | | stash: Update the reference when dropping the topmost stashnulltoken2013-02-221-0/+6
|/ /
* | add a sorter to the reuc on index creationEdward Thomson2013-02-211-1/+2
|/
* Merge pull request #1350 from arrbee/fix-1292Vicent Martí2013-02-202-57/+57
|\
| * Some code cleanups in tree.cRussell Belfer2013-02-201-54/+44
| * Store treebuilder length separately from entries vecRussell Belfer2013-02-202-3/+13
* | Merge pull request #1348 from libgit2/signatures-2Russell Belfer2013-02-202-198/+81
|\ \ | |/ |/|
| * signature: Small cleanupsignatures-2Vicent Marti2013-02-201-3/+2