]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-04-11 Carlos Martín... error-handling: remote, transport
2012-04-11 nulltokenFix compilation errors and warnings
2012-04-11 Carlos Martín... Typedefs don't have enum in front
2012-04-11 Vicent MartíMerge pull request #619 from nulltoken/topic/branches
2012-04-11 nulltokenrepository: make git_repository_set_workdir() prettify...
2012-04-11 Vicent MartíMerge branch 'new-error-handling' of github.com:libgit2...
2012-04-10 nulltokenbranch: add git_branch_move()
2012-04-10 nulltokenfileops: Make git_futils_mkdir_r() able to skip non...
2012-04-10 nulltokenAdd basic branch management API: git_branch_create...
2012-04-10 nulltokentransport/local: Fix peeling of nested tags
2012-04-10 nulltokentag: Add git_tag_peel() which recursively peel a tag...
2012-04-04 Vicent MartíMerge pull request #618 from nulltoken/fix/warning
2012-04-04 nulltokenFix MSVC "unreferenced local variable" compilation...
2012-04-04 Carlos Martín... Clean up valgrind warnings
2012-04-03 Vicent MartíMerge pull request #596 from nulltoken/fix/non-7bit...
2012-04-02 Vicent Martíerror-handling: Commit (WIP)
2012-04-01 nulltokenreference: Fix creation of references with extended...
2012-03-31 Vicent MartíMerge pull request #610 from arrbee/status-rewrite
2012-03-30 Russell BelferFix bug when join_n refers to original buffer
2012-03-30 Russell BelferImprove config handling for diff,submodules,attrs
2012-03-28 Russell BelferAdded submodule API and use in status
2012-03-26 Russell BelferFix handling of submodules in trees
2012-03-26 Russell BelferEliminate hairy COITERATE macro
2012-03-26 Russell BelferFix error in tree iterator when popping up trees
2012-03-23 Russell BelferRestore default status recursion behavior
2012-03-23 Russell BelferFix crash in new status and add recurse option
2012-03-22 Russell BelferMerge pull request #607 from nulltoken/fix/file-close...
2012-03-22 Russell BelferMigrate remaining status tests to Clar
2012-03-22 Russell BelferMore status testing
2012-03-22 Russell BelferNew status fixes
2012-03-22 Russell BelferAdding new tests for new status command
2012-03-21 Russell BelferReimplment git_status_foreach using git diff
2012-03-21 Russell BelferMerge pull request #602 from arrbee/more-error-handling
2012-03-21 nulltokentest_helpers: fix unepextected closing of file on error
2012-03-21 Russell BelferConvert reflog to new errors
2012-03-20 Russell BelferConvert indexer, notes, sha1_lookup, and signature
2012-03-19 Russell BelferMigrate index, oid, and utils to new errors
2012-03-19 Russell BelferUpdate to latest clar
2012-03-16 Russell BelferConvert attr, ignore, mwindow, status to new errors
2012-03-16 Vicent MartíMerge pull request #600 from nulltoken/fix/windows...
2012-03-16 nulltokenMake git_path_root() cope with windows network paths
2012-03-15 Vicent MartíMerge pull request #595 from arrbee/new-errors-odb
2012-03-15 Russell BelferContinue error conversion
2012-03-14 Russell BelferConvert attr and other files to new errors
2012-03-13 Russell BelferResolve comments from pull request
2012-03-13 Russell BelferAdd map.c with shared p_mmap param validation
2012-03-13 Russell BelferMigrate ODB files to new error handling
2012-03-09 Vicent Martíerror-handling: On-disk config file backend
2012-03-07 Russell BelferMerge pull request #590 from arrbee/new-error-handling
2012-03-07 Russell BelferFix issues raised on pull request
2012-03-07 Vicent Martíerror-handling: Config
2012-03-07 Russell BelferMigrating diff to new error handling
2012-03-06 Vicent Martíerror-handling: Repository
2012-03-06 Vicent Martídiff: Fix rebase breackage
2012-03-05 Vicent Martíerror-handling: References
2012-03-03 Vicent Martírefs: Error handling rework. WIP
2012-03-03 Vicent Martíerror-handling: Add new routines
2012-03-03 Vicent Martíerror-handling: Add reference documentation
2012-03-02 Russell BelferFixes for merge of filters branch
2012-03-02 Russell BelferRevert GIT_STATUS constants to avoid issues
2012-03-02 Russell BelferFixing memory leaks indicated by valgrind
2012-03-02 Russell BelferFix a win32 warning message
2012-03-02 Russell BelferClean up GIT_UNUSED macros on all platforms
2012-03-02 Russell BelferUpdate diff to use iterators
2012-03-02 Russell BelferFixing unit tests post rebase
2012-03-02 Russell BelferFirst pass of diff index to workdir implementation
2012-03-02 Russell BelferAdd tests and fix bugs for diff whitespace options
2012-03-02 Russell BelferContinue implementation of git-diff
2012-03-02 Russell BelferFix minor WIN32 incompatibility
2012-03-02 Russell BelferClean up diff implementation for review
2012-03-02 Russell BelferImplement diff lists and formatters
2012-03-02 Russell BelferInitial implementation of git_diff_blob
2012-03-02 Russell BelferEliminate xdiff compiler warnings
2012-03-02 Russell BelferSimplify GIT_UNUSED macros
2012-03-02 Russell BelferImport xdiff library from git
2012-03-02 Russell BelferAdd test for possible attr bug
2012-03-02 Vicent MartíMerge pull request #575 from libgit2/filters
2012-03-02 Russell BelferAdd filter tests and fix some bugs
2012-03-02 Vicent Martíattr: Add missing header to test suite
2012-03-02 Vicent Martíconfig: Add missing file
2012-03-02 Vicent Martíconfig: Implement a proper cvar cache
2012-03-02 Vicent Martíattr: Change the attribute check macros
2012-03-01 Vicent Martífilter: Beautiful refactoring
2012-03-01 Vicent Martífilter: Properly cache filter settings
2012-03-01 Vicent Martífilter: Precache the filter config options on load
2012-02-29 Vicent Martíconfig: Refactor & add `git_config_get_mapped`
2012-02-29 Vicent Martífilter: Add write-to CRLF filter
2012-02-28 Vicent Martífilter: Load attributes for file
2012-02-27 Vicent MartíMerge pull request #576 from carlosmn/revwalk
2012-02-27 Carlos Martín... Simple test for pushing HEAD and hiding a branch
2012-02-27 Carlos Martín... revwalk: add convenience function to push/hide HEAD
2012-02-27 Carlos Martín... Add revwalk glob test
2012-02-27 Carlos Martín... revwalk: introduce pushing and hiding by glob
2012-02-27 Carlos Martín... Move revwalk test to clar
2012-02-27 Vicent Martíbuffer: Null terminate on rtrim
2012-02-27 Vicent Martífilter: Apply filters before writing a file to the ODB
2012-02-27 Vicent Martíbuffer: Unify `git_fbuffer` and `git_buf`
2012-02-26 Vicent MartíMerge pull request #574 from carlosmn/remotes
2012-02-26 Carlos Martín... Add git_remote_list()
2012-02-25 Carlos Martín... config: add more comprehensive multivar tests
next