]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-04-13 Russell BelferAdd support for pathspec to diff and status
2012-04-13 Vicent MartíMerge remote-tracking branch 'carlosmn/revwalk-merge...
2012-04-13 Vicent MartíMerge pull request #623 from arrbee/refactor-open
2012-04-12 Carlos Martín... branch: simplify error handling for git_branch_move()
2012-04-12 Vicent MartíMerge pull request #625 from carlosmn/valgrind
2012-04-12 Carlos Martín... local transport: plug leak
2012-04-12 Carlos Martín... branch: plug leaks in git_branch_move() and _delete()
2012-04-12 Carlos Martín... error-handling: revwalk
2012-04-12 Carlos Martín... Move git_merge_base() to is own header and document it
2012-04-12 Carlos Martín... revwalk: use a priority queue for calculating merge...
2012-04-12 Carlos Martín... revwalk: add test hiding a commit without a merge base
2012-04-12 Carlos Martín... revwalk: use merge bases to speed up processing
2012-04-12 Carlos Martín... Implement git_merge_base()
2012-04-12 Carlos Martín... revwalk: allow pushing/hiding a reference by name
2012-04-12 Carlos Martín... revwalk: don't assume malloc succeeds
2012-04-11 Russell BelferRefactor git_repository_open with new options
2012-04-11 Russell BelferCannot set workdir to a nonexistent dir
2012-04-11 Vicent Martístatus: Remove status_old
2012-04-11 Vicent Martítests: Remove unused file
2012-04-11 Carlos Martín... error-handling local transport
2012-04-11 Carlos Martín... error-handling: fetch
2012-04-11 Carlos Martín... Use new error handling in the example network code
2012-04-11 Carlos Martín... netops: show winsock error messages on Windows
2012-04-11 Carlos Martín... error-handling: netops
2012-04-11 Carlos Martín... error-handling: http
2012-04-11 Carlos Martín... error-handling: git transport
2012-04-11 Carlos Martín... error-handling: protocol, pkt
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
next