Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-30index refactoringEdward Thomson
2012-10-20index: remove read_tree() progress indicatornulltoken
2012-10-19tests: Fix unused variable warningnulltoken
2012-10-19status: querying a bare repo returns EBAREREPOnulltoken
2012-10-18Merge pull request #968 from arrbee/diff-support-typechangeRussell Belfer
2012-10-17Fix -Wunused-but-set-variable warningMichael Schubert
2012-10-15Fix single-file ignore checksRussell Belfer
2012-10-09Add complex checkout test and then fix checkoutRussell Belfer
2012-10-09Fix compiler warningsMichael Schubert
2012-10-09Fix a bug where ignorecase wasn't applied to ignoresPhilip Kelley
2012-10-02Merge pull request #939 from pwkelley/ignorecaseRussell Belfer
2012-09-27Fix error hashing empty file.Jameson Miller
2012-09-17Support for core.ignorecasePhilip Kelley
2012-09-07Implement filters for status/diff blobsRussell Belfer
2012-09-07Alternate test for autocrlf with statusRussell Belfer
2012-09-07Test case to reproduce issue #690.pontusm
2012-08-25Merge pull request #852 from arrbee/submodule-extensionsVicent Martí
2012-08-25Fix crash with adding internal ignoresRussell Belfer
2012-08-24Working implementation of git_submodule_statusRussell Belfer
2012-08-24Major submodule rewriteRussell Belfer
2012-08-23Fix warnings and merge issues on Win64Russell Belfer
2012-08-22Wrap up ignore API and add testsRussell Belfer
2012-08-19Merge pull request #778 from ben/cloneVicent Martí
2012-08-04Update iterators for consistency across libraryRussell Belfer
2012-07-31Enable stats on git_index_read_tree.Ben Straub
2012-07-25tests-clar/status: fix missing-prototype warningMichael Schubert
2012-07-24Add flag to turn off pathspec testing for diff and statusyorah
2012-07-24Add more test coverage to match default git behavior for files containing bra...yorah
2012-07-24Add a test for getting status of files containing bracketsaroben
2012-07-11Add flag to write gitlink on setting repo workdirRussell Belfer
2012-06-10Add a test showing that git_status_file gets confused by spaces in .gitignoreAdam Roben
2012-06-08Fix filemode comparison in diffsRussell Belfer
2012-06-07Fix git_status_file for files that start with a character > 0x7f8bit-filename-statusAdam Roben
2012-05-25Fix bugs for status with spaces and reloaded attrsRussell Belfer
2012-05-18Fix workdir iterators on empty directoriesRussell Belfer
2012-05-17Fix status for files under ignored dirsRussell Belfer
2012-05-16Ranged iterators and rewritten git_status_fileRussell Belfer
2012-05-10Add cache busting to attribute cacheRussell Belfer
2012-05-09Add support for diffing index with no HEADRussell Belfer
2012-05-09Clean up warnings and testsRussell Belfer
2012-05-08status: Prevent git_status_file() from returning ENOTFOUND when not applicablenulltoken
2012-05-04Support reading attributes from indexRussell Belfer
2012-04-26Fix leading slash behavior in attrs/ignoresRussell Belfer
2012-04-17Fix warnings on 64-bit windows buildsRussell Belfer
2012-04-11Merge pull request #619 from nulltoken/topic/branchesVicent Martí
2012-04-10fileops: Make git_futils_mkdir_r() able to skip non-empty directoriesnulltoken
2012-04-04Clean up valgrind warningsCarlos Martín Nieto
2012-03-29Added submodule API and use in statusRussell Belfer
2012-03-26Fix handling of submodules in treesRussell Belfer
2012-03-23Restore default status recursion behaviorRussell Belfer