]> git.proxmox.com Git - libgit2.git/history - src
bump version to 1.5.0+ds-6~bpo11+pve1
[libgit2.git] / src /
2022-12-06 Fabian GrünbichlerMerge https://salsa.debian.org/debian/libgit2 into...
2022-08-28 Timo RöhlingUpdate upstream source from tag 'upstream/1.5.0+ds'
2022-08-28 Timo RöhlingNew upstream version 1.5.0+ds
2022-05-05 Mohammed BilalUpdate upstream source from tag 'upstream/1.4.3+dfsg.1'
2022-05-05 Mohammed BilalNew upstream version 1.4.3+dfsg.1
2021-12-10 Pirate PraveenUpdate upstream source from tag 'upstream/1.3.0+dfsg.1'
2021-12-10 Pirate PraveenNew upstream version 1.3.0+dfsg.1
2020-12-06 Utkarsh GuptaUpdate upstream source from tag 'upstream/1.1.0+dfsg.1'
2020-12-06 Utkarsh GuptaNew upstream version 1.1.0+dfsg.1
2020-12-04 Utkarsh GuptaMerge branch 'debian/experimental' into debian/sid
2020-10-09 Utkarsh GuptaUpdate upstream source from tag 'upstream/1.0.1+dfsg.1'
2020-10-09 Utkarsh GuptaNew upstream version 1.0.1+dfsg.1
2020-04-09 Utkarsh GuptaUpdate upstream source from tag 'upstream/1.0.0+dfsg.1'
2020-04-09 Utkarsh GuptaNew upstream version 1.0.0+dfsg.1
2020-03-13 Utkarsh GuptaUpdate upstream source from tag 'upstream/0.99.0+dfsg.1'
2020-03-13 Utkarsh GuptaNew upstream version 0.99.0+dfsg.1
2020-02-13 Utkarsh GuptaUpdate upstream source from tag 'upstream/0.28.4+dfsg.1'
2020-02-13 Utkarsh GuptaNew upstream version 0.28.4+dfsg.1
2019-11-15 Pirate PraveenUpdate upstream source from tag 'upstream/0.28.3+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
2019-05-11 Jongmin KimUpdate upstream source from tag 'upstream/0.28.1+dfsg.1'
2018-12-26 Raju DevidasUpdate upstream source from tag 'upstream/0.27.7+dfsg.1'
2018-12-26 Raju DevidasNew upstream version 0.27.7+dfsg.1
2018-08-11 Ximin LuoUpdate upstream source from tag 'upstream/0.27.4+dfsg.1'
2018-08-11 Ximin LuoNew upstream version 0.27.4+dfsg.1
2018-04-26 Pirate PraveenUpdate upstream source from tag 'upstream/0.27.0+dfsg.1'
2018-04-26 Pirate PraveenNew upstream version 0.27.0+dfsg.1
2017-07-29 Russell SimMerge tag 'upstream/0.26.0+dfsg.1'
2017-07-29 Russell SimImported Upstream version 0.26.0
2017-06-14 Edward ThomsonMerge pull request #4267 from mohseenrm/master
2017-06-13 Mohseen MukaddamAdding git_filter_init for initializing `git_filter...
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 Thomsonrepository: don't fail to create config option in inmem...
2017-06-12 Edward Thomsonrepository_item_path: return ENOTFOUND when appropriate
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 #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 Roger Geesmart_protocol: fix parsing of server ACK responses
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: 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 Patrick SteinhardtMerge pull request #4251 from Keruspe/master
2017-06-07 Marc-Antoine Perennouopenssl_stream: fix building with libressl
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 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 NietoMerge pull request #4179 from libgit2/ethomson/expand_tilde
2017-05-20 Carlos Martín NietoMerge pull request #4097 from implausible/fix/auto...
2017-05-20 Carlos Martín NietoMerge pull request #4174 from libgit2/ethomson/set_head...
2017-05-20 Carlos Martín NietoMerge 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
2017-05-19 Patrick Steinhardtrepository: factor out worktree check
2017-05-19 Patrick Steinhardtrepository: improve parameter names for `find_repo`
2017-05-19 Patrick Steinhardtrepository: clear out-parameter instead of freeing it
2017-05-17 Robert GayFix issue with directory glob ignore in subdirectories
2017-05-16 Carlos Martín NietoMerge pull request #4240 from pks-t/pks/fix-gcc-warnings
2017-05-15 Patrick Steinhardtodb: fix printf formatter for git_off_t
2017-05-15 Patrick Steinhardtodb: shut up gcc warnings regarding uninitilized variables
2017-05-05 William Bainrevparse: support open-ended ranges
2017-05-05 Patrick Steinhardtworktree: switch over worktree pruning to an opts structure
2017-05-05 Patrick Steinhardtworktree: support creating locked worktrees
2017-05-02 Edward ThomsonMerge pull request #4229 from pks-t/pks/ssh-memleaks
2017-05-02 Patrick Steinhardttransports: ssh: clean up after libssh2 on exit
2017-05-02 Patrick Steinhardttransports: ssh: report failure initializing libssh2
2017-05-02 Patrick Steinhardtworktree: introduce git_worktree_add options
2017-05-02 Edward ThomsonMerge pull request #4226 from libgit2/ethomson/memleak
next