]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2022-08-28 Timo RöhlingNew upstream version 1.5.0+ds
2022-05-05 Mohammed BilalNew upstream version 1.4.3+dfsg.1
2021-12-10 Pirate PraveenNew upstream version 1.3.0+dfsg.1
2020-12-06 Utkarsh GuptaNew upstream version 1.1.0+dfsg.1
2020-02-13 Utkarsh GuptaNew upstream version 0.28.4+dfsg.1
2019-11-15 Pirate PraveenNew upstream version 0.28.3+dfsg.1
2019-05-11 Jongmin KimNew upstream version 0.28.1+dfsg.1
2018-12-26 Raju DevidasNew upstream version 0.27.7+dfsg.1
2018-08-11 Ximin LuoNew upstream version 0.27.4+dfsg.1
2018-04-26 Pirate PraveenNew upstream version 0.27.0+dfsg.1
2017-07-29 Russell SimDFSG changes
2017-07-29 Russell SimImported Upstream version 0.26.0
2017-06-14 Edward ThomsonCHANGELOG: document git_filter_init and GIT_FILTER_INIT
2017-06-14 Edward ThomsonMerge pull request #4267 from mohseenrm/master
2017-06-14 Edward ThomsonMerge pull request #4268 from pks-t/pks/homebrew-dupes...
2017-06-14 Edward ThomsonMerge pull request #4269 from pks-t/pks/tests
2017-06-13 Mohseen MukaddamAdding git_filter_init for initializing `git_filter...
2017-06-13 Mohseen Mukaddamadding GIT_FILTER_VERSION to GIT_FILTER_INIT as part...
2017-06-13 Patrick Steinhardttests: odb: add more low-level backend tests
2017-06-13 Patrick Steinhardttests: odb: implement `exists_prefix` for the fake...
2017-06-13 Patrick Steinhardttests: odb: use correct OID length
2017-06-13 Patrick Steinhardttests: odb: have the fake backend detect ambiguous...
2017-06-13 Patrick Steinhardttests: core: test initialization of `git_proxy_options`
2017-06-13 Patrick Steinhardttests: network: add missing include for `git_repository...
2017-06-13 Patrick Steinhardtcmake: disable optimization on debug builds
2017-06-13 Patrick Steinhardtcmake: set "-D_DEBUG" on non-Windows platforms
2017-06-13 Patrick Steinhardtcmake: remove stale comment on precompiled headers
2017-06-13 Patrick Steinhardttravis: replace use of deprecated homebrew/dupes tap
2017-06-12 Edward ThomsonMerge pull request #4265 from pks-t/pks/read-prefix...
2017-06-12 Edward ThomsonMerge pull request #4263 from libgit2/ethomson/config_f...
2017-06-12 Edward ThomsonMerge pull request #4266 from libgit2/ethomson/travis...
2017-06-12 Edward Thomsontravis: install openssl explicitly
2017-06-12 Edward Thomsonremote: ensure we can create an anon remote on inmemory...
2017-06-12 Edward Thomsonrepository: don't fail to create config option in inmem...
2017-06-12 Edward Thomsonrepository_item_path: return ENOTFOUND when appropriate
2017-06-12 Patrick Steinhardttests: odb: add tests with multiple backends
2017-06-12 Patrick Steinhardttests: odb: allow passing fake objects to the fake...
2017-06-12 Patrick Steinhardttests: do not reuse OID from backend
2017-06-12 Patrick Steinhardttests: odb: move fake backend into its own file
2017-06-12 Edward ThomsonMerge pull request #4261 from RogerGee/fix_wait_while_ack
2017-06-12 Patrick SteinhardtMerge pull request #4264 from libgit2/ethomson/read_prefix
2017-06-12 Edward Thomsonodb_read_prefix: reset error in backends loop
2017-06-12 Edward Thomsonrepository_item_path: error messages lowercased
2017-06-11 Edward ThomsonMerge pull request #4262 from libgit2/ethomson/bump-v26
2017-06-11 Edward ThomsonUpdate version number to v0.26
2017-06-11 Edward Thomsonchangelog: add some final 0.26 changes
2017-06-11 Edward ThomsonMerge pull request #4254 from pks-t/pks/changelog-v0.26
2017-06-11 Edward ThomsonMerge pull request #4088 from chescock/packfile-name...
2017-06-11 Edward ThomsonMerge pull request #4260 from libgit2/ethomson/forced_c...
2017-06-10 Edward Thomsongit_futils_rmdir: only allow `EBUSY` when asked
2017-06-10 Edward Thomsoncheckout: cope with untracked files in directory deletion
2017-06-10 Patrick Steinhardtcheckout: do not delete directories with untracked...
2017-06-10 Roger Geesmart_protocol: fix parsing of server ACK responses
2017-06-09 Patrick SteinhardtCHANGELOG: add various changes introduced since v0.25
2017-06-08 Edward ThomsonMerge pull request #4259 from pks-t/pks/fsync-option...
2017-06-08 Patrick Steinhardtsettings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CRE...
2017-06-08 Edward ThomsonMerge pull request #4255 from pks-t/pks/buffer-grow...
2017-06-08 Edward ThomsonMerge pull request #4253 from pks-t/pks/cov-fixes
2017-06-08 Patrick Steinhardtrefdb_fs: be explicit about using null-OID if we cannot...
2017-06-08 Patrick Steinhardtpath: only set dotgit flags when configs were read
2017-06-08 Patrick Steinhardtworktree: use `git__free` instead of `free`
2017-06-08 Patrick Steinhardtrefs: properly report errors from `update_wt_heads`
2017-06-08 Patrick Steinhardtfileops: check return value of `git_path_dirname`
2017-06-08 Patrick Steinhardtbuffer: use `git_buf_init` with length
2017-06-08 Patrick Steinhardtbuffer: return errors for `git_buf_init` and `git_buf_a...
2017-06-08 Patrick Steinhardtbuffer: consistently use `ENSURE_SIZE` to grow buffers...
2017-06-08 Patrick Steinhardtbuffer: fix `ENSURE_SIZE` macro referencing wrong variable
2017-06-08 Patrick Steinhardtbuffer: rely on `GITERR_OOM` set by `git_buf_try_grow`
2017-06-08 Edward ThomsonMerge pull request #4258 from pks-t/pks/sha1dc-update
2017-06-07 Patrick Steinhardtsha1dc: do not use standard includes
2017-06-07 Patrick Steinhardtsha1dc: update to fix errors with endianess and unalign...
2017-06-07 Edward ThomsonMerge pull request #4236 from pks-t/pks/index-v4-fixes
2017-06-07 Edward ThomsonMerge pull request #4256 from libgit2/ethomson/unc_tests
2017-06-07 Edward Thomsonctest: temporarily disable UNC path tests
2017-06-07 Patrick SteinhardtMerge pull request #4251 from Keruspe/master
2017-06-07 Marc-Antoine... openssl_stream: fix building with libressl
2017-06-06 Patrick Steinhardttests: index::version: improve write test for index v4
2017-06-06 Patrick Steinhardttests: index::version: verify we write compressed index...
2017-06-06 Patrick Steinhardttests: index::version: add test to read index version v4
2017-06-06 Patrick Steinhardttests: index::version: move up cleanup function
2017-06-06 Patrick Steinhardtindex: verify we have enough space left when writing...
2017-06-06 Patrick Steinhardtindex: fix shared prefix computation when writing index...
2017-06-06 Patrick Steinhardtindex: also sanity check entry size with compressed...
2017-06-06 Patrick Steinhardtindex: remove file-scope entry size macros
2017-06-06 Patrick Steinhardtindex: don't right-pad paths when writing compressed...
2017-06-06 Patrick Steinhardtindex: move index entry size computation into its own...
2017-06-06 Patrick Steinhardtindex: set last written index entry in foreach-entry...
2017-06-06 Patrick Steinhardtindex: set last entry when reading compressed entries
2017-06-06 Patrick Steinhardtindex: fix confusion with shared prefix in compressed...
2017-06-06 Patrick Steinhardtvarint: fix computation for remaining buffer space
2017-06-04 Edward ThomsonMerge branch 'pr/4228'
2017-06-04 Edward Thomsonworktree: upgrade lock to an int
2017-06-04 Edward ThomsonMerge pull request #4239 from roblg/toplevel-dir-ignore-fix
2017-06-04 Edward ThomsonMerge pull request #4243 from pks-t/pks/submodule-workdir
2017-05-20 Carlos Martín... Merge pull request #4179 from libgit2/ethomson/expand_tilde
2017-05-20 Carlos Martín... Merge pull request #4097 from implausible/fix/auto...
2017-05-20 Carlos Martín... Merge pull request #4174 from libgit2/ethomson/set_head...
2017-05-20 Carlos Martín... Merge pull request #4231 from wabain/open-revrange
2017-05-19 Chris Hescockindexer: name pack files after trailer hash
2017-05-19 Patrick Steinhardtrepository: make check if repo is a worktree more strict
next