]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2014-11-14 Pierre-Olivier... Fixed git2.h not including threads.h anymore
2014-11-09 Carlos Martín... Merge pull request #2653 from ethomson/contributing
2014-11-08 Edward ThomsonMerge pull request #2637 from libgit2/cmn/global-init
2014-11-08 Carlos Martín... Rename git_threads_ to git_libgit2_
2014-11-08 Edward ThomsonMerge pull request #2673 from swisspol/2672
2014-11-08 Pierre-Olivier... Changed GIT_REMOTE_DOWNLOAD_TAGS_ALL to behave like...
2014-11-08 Edward ThomsonMerge pull request #2698 from libgit2/cmn/fetchhead...
2014-11-08 Edward ThomsonMerge pull request #2695 from libgit2/cmn/remote-lookup
2014-11-08 Edward ThomsonMerge pull request #2696 from libgit2/cmn/empty-objects
2014-11-08 Edward ThomsonMerge pull request #2694 from Therzok/statusFile
2014-11-08 Carlos Martín... remote: refactor the reference-update decision
2014-11-08 Carlos Martín... odb: hardcode the empty blob and tree
2014-11-08 Carlos Martín... remote: don't check for upstream on an anonymous remote
2014-11-08 Carlos Martín... remote: use git_branch_upstream_remote()
2014-11-08 Carlos Martín... branch: add getter for the upstream remote name
2014-11-08 Carlos Martín... remote: rename _load() to _lookup()
2014-11-07 Ungureanu Mariusgit_status_file now takes an exact path
2014-11-07 Edward ThomsonMerge pull request #2691 from libgit2/cmn/submodule...
2014-11-07 Carlos Martín... iterator: submodules are determined by an index or...
2014-11-07 Carlos Martín... submodules: add failing test for stale module entries
2014-11-07 Carlos Martín... Merge pull request #2692 from ethomson/bug2515
2014-11-06 Edward Thomsoncheckout_index: Remove stage 0 when checking out conflicts
2014-11-06 Edward Thomsoncheckout_index: remove conflicts when checking out...
2014-11-06 Edward ThomsonMerge pull request #2598 from libgit2/cmn/stacked-ignore
2014-11-06 Edward ThomsonMerge pull request #2676 from libgit2/cmn/threading
2014-11-06 Edward ThomsonMerge pull request #2682 from libgit2/cmn/fetch-tags...
2014-11-06 Carlos Martín... ignore: don't leak rules into higher directories
2014-11-06 Carlos Martín... ignore: add failing test for a file mentioning the...
2014-11-05 Edward ThomsonMerge pull request #2688 from libgit2/cmn/ignore-file...
2014-11-05 Carlos Martín... ignore: consider files with a CR in their names
2014-11-03 Carlos Martín... Merge pull request #2686 from ethomson/rename_notfound
2014-11-03 Edward Thomsongit_remote_rename: propogate GIT_ENOTFOUND
2014-11-03 Edward ThomsonMerge pull request #2679 from jfultz/missing-include
2014-11-03 Carlos Martín... remote: check the relevance of the refspec when updatin...
2014-11-03 Edward ThomsonMerge pull request #2661 from swisspol/2656
2014-11-03 Edward ThomsonMerge pull request #2683 from libgit2/cmn/remote-unify
2014-11-03 Edward ThomsonMerge pull request #2680 from libgit2/cmn/invalid-cert...
2014-11-03 Edward ThomsonMerge pull request #2685 from libgit2/cmn/mmap-readable
2014-11-03 Edward ThomsonMerge pull request #2684 from jacquesg/openssl-windows
2014-11-03 Stefan SperlingFix segmentation fault observed on OpenBSD/sparc64
2014-11-03 Jacques GermishuysMake the Visual Studio compiler happy
2014-11-03 John FultzClean up issues include.path issues found during code...
2014-11-02 Carlos Martín... remote: unify the creation code
2014-11-02 Carlos Martín... remote: fix tagopt test
2014-11-02 Carlos Martín... remote: add a failing test for checking the current...
2014-11-02 Carlos Martín... merge: talk about the merging state after git_merge()
2014-11-02 Carlos Martín... netops: return GIT_ECERTIFICATE when it fails the basic...
2014-11-01 John FultzMake config reading continue after hitting a missing...
2014-11-01 Carlos Martín... docs: explicitly document the threading caveats
2014-11-01 Carlos Martín... ssl: separate locking init from general init
2014-11-01 Carlos Martín... ssl: clear the OpenSSL locking function
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 Pierre-Olivier... Changed context_lines and interhunk_lines to uint32_t...
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-25 Edward ThomsonAdd instructions on running the tests
next