]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2017-03-14 Patrick SteinhardtMerge pull request #4146 from pks-t/pks/winhttp-errors
2017-03-11 Carlos Martín... Merge pull request #4157 from adamniedzielski/4099...
2017-03-11 Carlos Martín... Merge pull request #4156 from libgit2/ethomson/readbuff...
2017-03-09 Edward ThomsonMerge pull request #4151 from novalis/dturner/rebase...
2017-03-09 Adam NiedzielskiSkip uninteresting commits in revwalk timesort iterator
2017-03-09 Edward Thomsongit_futils_readbuffer: don't compute sha-1
2017-03-06 Edward ThomsonMerge pull request #4154 from libgit2/ethomson/namespaces
2017-03-06 Edward Thomsonrefdb_fs: honor the namespace
2017-03-06 Edward Thomsonrefs::namespace: add namespace tests
2017-03-03 David Turnerrebase: ignore untracked files in submodules
2017-03-03 Carlos Martín... Merge pull request #4150 from libgit2/ethomson/freshen_...
2017-03-03 Edward Thomsongit_commit_create: freshen tree objects in commit
2017-03-03 Carlos Martín... Merge pull request #4136 from libgit2/ethomson/sha1dc
2017-03-03 Edward Thomsoncmake: drop unset `SHA1_TYPE`
2017-03-03 Edward Thomsonhash: test for sha1 collision attack detection
2017-03-03 Edward Thomsonhash: include sha1collisiondetection
2017-03-03 Edward Thomsonhash: rename implementation selection constants
2017-03-01 Patrick SteinhardtMerge pull request #4148 from pks-t/pks/fix-haiku-builds
2017-03-01 Patrick Steinhardtcmake: only enable supported compiler warning flags
2017-03-01 Patrick SteinhardtMerge pull request #4145 from pks-t/pks/refs-create...
2017-03-01 Patrick Steinhardtwinhttp: disambiguate error messages when sending requests
2017-03-01 Patrick Steinhardttests: refs::create: fix memory leak
2017-03-01 Patrick SteinhardtMerge pull request #4143 from richardipsum/issue-4094
2017-02-28 Richard IpsumAdd test for inclusion of (merge) in reflog
2017-02-27 Richard IpsumFix: make reflog include "(merge)" for merge commits
2017-02-26 Edward ThomsonMerge pull request #4138 from richardipsum/symbolic...
2017-02-26 Edward ThomsonMerge pull request #4142 from pblesi/patch-1
2017-02-26 Edward ThomsonMerge pull request #4141 from kainjow/patch-2
2017-02-26 Patrick BlesiFix minor typos in CONVENTIONS.md
2017-02-25 Kevin WojniakFix inet_pton tests triggering an assert in Haiku
2017-02-25 Richard IpsumWhitespace and style fixes
2017-02-25 Richard Ipsumtests: Add create__symbolic_with_arbitrary_content
2017-02-25 Edward ThomsonMerge pull request #4137 from libgit2/ethomson/appveyor
2017-02-24 Edward Thomsonappveyor: don't rewrite system mingw
2017-02-24 Edward Thomsonappveyor: always build the 'appveyor' branch
2017-02-24 Patrick SteinhardtMerge pull request #4133 from stinb/khash-cleanup-regre...
2017-02-22 Jason Haslampack: fix looping over cache entries
2017-02-22 Carlos Martín... Merge pull request #4131 from pks-t/pks/attrcache-cleanups
2017-02-22 Carlos Martín... Merge pull request #4135 from libgit2/ethomson/ancient_...
2017-02-22 Edward ThomsonProvide error on gcc < 4.1 when THREADSAFE
2017-02-21 Patrick Steinhardtattrcache: remove useless `do_init` indirection
2017-02-21 Patrick Steinhardtattrcache: replace existing file entry with `git__swap`
2017-02-21 Patrick Steinhardtattrcache: do not lock/unlock the mutex directly
2017-02-17 Edward ThomsonMerge pull request #4130 from libgit2/ethomson/clar_mes...
2017-02-17 Edward Thomson`cl_git_exec` -> `cl_git_expect`
2017-02-17 Edward Thomsontests: provide better pass/failure error messages
2017-02-17 Edward Thomsonp_snprintf: no need for arguments to a format
2017-02-17 Patrick SteinhardtMerge pull request #4092 from pks-t/pks/khash-cleanups
2017-02-17 Patrick Steinhardtidxmap: remove GIT__USE_IDXMAP
2017-02-17 Patrick Steinhardtidxmap: convert to use functions instead of macros
2017-02-17 Patrick Steinhardtoffmap: remove GIT__USE_OFFMAP macro
2017-02-17 Patrick Steinhardtoffmap: convert to use functions instead of macros
2017-02-17 Patrick Steinhardtoidmap: remove GIT__USE_OIDMAP macro
2017-02-17 Patrick Steinhardtoidmap: convert macros to functions
2017-02-17 Patrick Steinhardtstrmap: remove GIT__USE_STRMAP macro
2017-02-17 Patrick Steinhardtstrmap: convert macros to functions
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_resize` directly
2017-02-17 Patrick Steinhardtkhash: avoid using macro magic to get return address
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_key`/`kh_val` as lvalue
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_put` directly
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_del` directly
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_key` directly
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_val`/`kh_value` directly
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_exist` directly
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_clear` directly
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_get` directly
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_end` directly
2017-02-17 Patrick Steinhardtkhash: use `git_map_exists` where applicable
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_foreach`/`kh_foreach_value`...
2017-02-17 Patrick Steinhardtkhash: avoid using `kh_size` directly
2017-02-17 Patrick Steinhardtoffmap: remove unused macro `git_offmap_insert2`
2017-02-17 Patrick Steinhardtstrmap: remove unused macro `git_strmap_insert2`
2017-02-17 Patrick SteinhardtMerge pull request #4124 from pks-t/pks/worktree-refs
2017-02-16 Edward ThomsonMerge pull request #4127 from Uncommon/comment
2017-02-16 David CatmullMinor comment fix
2017-02-15 Patrick Steinhardtrefdb: catch additional per-worktree refs
2017-02-13 Edward ThomsonMerge pull request #4122 from pks-t/pks/signature-dbl...
2017-02-13 Patrick Steinhardtcommit: avoid possible use-after-free
2017-02-13 Patrick Steinhardtcommit: clear user-provided buffers
2017-02-13 Edward ThomsonMerge pull request #4115 from gsaralms/users/gsaral...
2017-02-13 Patrick Steinhardtbuffer: clarify how `git_buf_sanitize` handles non...
2017-02-13 Edward ThomsonMerge pull request #3436 from pks-t/libgit2-worktree
2017-02-13 Patrick Steinhardtworktree: extract git_worktree_is_prunable
2017-02-13 Patrick Steinhardtworktree: test opening worktree via gitlink, gitdir...
2017-02-13 Patrick Steinhardtworktree: test creating and opening submodule worktrees
2017-02-13 Patrick SteinhardtMerge pull request #4121 from pks-t/pks/fix-test-index...
2017-02-13 Patrick Steinhardtworktree: test opening discovered submodule worktrees
2017-02-13 Patrick Steinhardtworktree: compute workdir for worktrees opened via...
2017-02-13 Patrick Steinhardtrepository: rename `path_repository` and `path_gitlink`
2017-02-13 Patrick Steinhardtrepository: restrict checking out checked out branches
2017-02-13 Patrick Steinhardtbranch: restrict branch deletion for worktrees
2017-02-13 Patrick Steinhardtbranch: implement `git_branch_is_checked_out`
2017-02-13 Patrick Steinhardtworktree: test basic merge functionality
2017-02-13 Patrick Steinhardtworktree: implement functions reading HEAD
2017-02-13 Patrick Steinhardtworktree: implement `git_worktree_prune`
2017-02-13 Patrick Steinhardtworktree: implement locking mechanisms
2017-02-13 Patrick Steinhardtworktree: implement `git_worktree_add`
2017-02-13 Patrick Steinhardtworktree: implement `git_worktree_validate`
2017-02-13 Patrick Steinhardtworktree: implement `git_repository_open_from_worktree`
2017-02-13 Patrick Steinhardttests: fix permissions on testrepo.git index file
next