]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2014-11-02 Carlos Martín... netops: return GIT_ECERTIFICATE when it fails the basic...
2014-10-27 Edward ThomsonMerge pull request #2669 from ethomson/revert_test_fix
2014-10-27 Edward Thomsonrevert tests: always use core.autocrlf=false in tests
2014-10-27 Edward ThomsonMerge pull request #2659 from swisspol/static_analysis
2014-10-27 Pierre-Olivier... Fixed potential crash with uninitialized variables
2014-10-27 Pierre-Olivier... Removed some useless variable assignments
2014-10-27 Edward ThomsonMerge pull request #2666 from libgit2/cmn/threadsafe-on
2014-10-27 Carlos Martín... Merge commit 'refs/pull/2366/head' of github.com:libgit...
2014-10-27 Carlos Martín... Flip THREADSAFE's default to ON
2014-10-27 Edward ThomsonMerge branch 'csware/cleanup'
2014-10-27 Sven StrickrothMinor cleanup: Use defined no_check_cert_flags instead...
2014-10-27 Edward ThomsonMerge pull request #2482 from libgit2/ed/rebase
2014-10-27 Edward Thomsonrebase: add information to the CHANGELOG
2014-10-27 Edward Thomsonrebase: updates based on PR comments
2014-10-27 Edward Thomsons/git_merge_head/git_annotated_commit
2014-10-27 Edward Thomsonrebase: clean up some warnings and memory leaks
2014-10-27 Edward Thomsonrebase: oid member of operation should be const
2014-10-27 Edward Thomsongit_rebase: iterators for operations
2014-10-27 Edward Thomsonrebase: preload all operations
2014-10-27 Edward Thomsonrebase: init/open a git_rebase object
2014-10-27 Edward Thomsongit_rebase_next: provide info about the operation
2014-10-27 Edward Thomsongit_rebase_finish: rewrite notes when finishing rebase
2014-10-27 Edward ThomsonIntroduce `git_note_author`, `git_note_committer`
2014-10-27 Edward Thomsongit_rebase_commit: write HEAD's reflog appropriately
2014-10-27 Edward ThomsonIntroduce git_rebase_finish to complete a rebase
2014-10-27 Edward Thomsongit_rebase_next: test that we return GIT_ITEROVER
2014-10-27 Edward Thomsongit_rebase_commit: drop already-picked commits
2014-10-27 Edward ThomsonIntroduce git_rebase_commit
2014-10-27 Edward Thomsongit_rebase_next: write conflicts nicely during rebase
2014-10-27 Edward ThomsonIntroduce git_rebase_next
2014-10-27 Edward ThomsonIntroduce git_rebase_abort
2014-10-27 Edward Thomsongit_reset: const the git_signature arg
2014-10-27 Edward ThomsonIntroduce git_rebase to set up a rebase session
2014-10-27 Edward ThomsonMerge pull request #2612 from ethomson/warnings
2014-10-27 Edward ThomsonRemove unused warning on non-win32
2014-10-27 Edward Thomsoniterator: free paths when skipping them
2014-10-27 Edward Thomsonrevwalk::mergebase test: free memory
2014-10-27 Edward Thomsonmwindow: clean up pack map at shutdown
2014-10-27 Edward Thomsonsubmodule test: free submodule
2014-10-27 Edward Thomsonglobal: clean up openssl_locks on shutdown
2014-10-27 Edward Thomsonclone::local test: isalpha -> git__isalpha
2014-10-27 Edward Thomsonconfig test: clean up memory leak
2014-10-27 Edward ThomsonCleanup memory leak in ssh transport
2014-10-27 Edward ThomsonClean up some memory leaks
2014-10-27 Edward ThomsonClean up various compiler warnings
2014-10-27 Carlos Martín... Merge from 2660
2014-10-27 Carlos Martín... tests: fix leak
2014-10-26 LinquizeFix test repo dir not deleted after running
2014-10-24 Edward ThomsonMerge pull request #2638 from libgit2/cmn/config-refres...
2014-10-24 Edward ThomsonMerge pull request #2646 from libgit2/cmn/remote-rename
2014-10-24 Edward ThomsonMerge pull request #2649 from swisspol/2630
2014-10-24 Edward ThomsonMerge pull request #2647 from ethomson/clar_tmpname
2014-10-24 Edward ThomsonMerge pull request #2645 from libgit2/cmn/common-crypto
2014-10-24 Pierre-Olivier... Fixed memory leak in git_tag_delete()
2014-10-24 Edward Thomsonclar: use a custom temp directory name
2014-10-24 Edward ThomsonMerge pull request #2644 from libgit2/cmn/remove-suppor...
2014-10-24 Carlos Martín... remote: accept a repo and name for renaming
2014-10-24 Carlos Martín... remote: delete git_remote_supported_url()
2014-10-24 Carlos Martín... hash: use CommonCrypto on OSX for SHA-1
2014-10-23 Carlos Martín... config: remove the refresh function and backend field
2014-10-23 Carlos Martín... Merge pull request #2622 from libgit2/refresh-config...
2014-10-23 Edward ThomsonMerge pull request #2625 from libgit2/cmn/ssl-tls
2014-10-23 Carlos Martín... ssl: dump the SSL ciphers in favour of TLS
2014-10-23 Alan RogersPatch from @carlosmn to refresh the parent config befor...
2014-10-23 Alan RogersChange the length of the file so that the change is...
2014-10-23 Alan RogersAdd a test to make sure a new snapshot has the new...
2014-10-23 Edward ThomsonMerge pull request #2617 from linquize/describe-example
2014-10-23 Edward ThomsonMerge pull request #2619 from ethomson/remotes_with_unc
2014-10-22 Edward ThomsonRemote paths: canonicalize UNC paths on Win32
2014-10-22 Edward ThomsonMerge pull request #2634 from libgit2/cmn/tree-cache...
2014-10-22 Carlos Martín... tree-cache: correct the entry_count calculation
2014-10-18 Carlos Martín... Update some documentation
2014-10-17 Carlos Martín... PROJECTS: remove two completed tasks
2014-10-13 Edward ThomsonMerge pull request #2609 from linquize/describe-opts
2014-10-13 Edward ThomsonMerge pull request #2615 from ethomson/mount_points
2014-10-13 Edward ThomsonMerge pull request #2616 from ethomson/index_crlf
2014-10-13 Edward ThomsonDon't copy buffer in checkout unless needed
2014-10-13 Jacques GermishuysEnsure filters (i.e. CRLF) are applied when checking...
2014-10-13 Edward ThomsonIntroduce failing test for conflict filtering in index
2014-10-13 Edward ThomsonMerge pull request #2618 from csware/msvc-no-z-prefix
2014-10-13 Edward Thomsonis_empty_dir (wi32): cope with empty mount points
2014-10-13 Edward Thomsonp_lstat win32: don't canonicalize volume mounts
2014-10-13 Sven StrickrothThere is no "z" size specifier on MSVC
2014-10-12 Linquizedescribe: add example
2014-10-11 Edward ThomsonMerge pull request #2613 from libgit2/rb/minor-cleanups
2014-10-10 Linquizedescribe: Initialize options for git_describe_format...
2014-10-10 Linquizedescribe: Do not crash if pass null option to git_descr...
2014-10-10 Russell BelferDon't use cl_git_pass for POSIX functions
2014-10-10 Russell BelferMove un-namespaced constant to internal header
2014-10-10 Edward ThomsonMerge pull request #2470 from libgit2/cmn/read-tree...
2014-10-10 Carlos Martín... Update CHANGELOG and PROJECTS with the tree cache changes
2014-10-10 Carlos Martín... index: fill the tree cache on write-tree
2014-10-10 Carlos Martín... index: make sure to write cached subtrees if parent...
2014-10-10 Carlos Martín... index: write out the tree cache extension
2014-10-10 Carlos Martín... tree-cache: remove the parent pointer
2014-10-10 Carlos Martín... index: add tests for the tree cache
2014-10-10 Carlos Martín... index: fill the tree cache when reading from a tree
2014-10-10 Carlos Martín... tree-cache: move to use a pool allocator
2014-10-10 Carlos Martín... tree-cache: extract the allocation
2014-10-10 Edward ThomsonMerge pull request #2593 from libgit2/cmn/remote-delete...
next