]> git.proxmox.com Git - libgit2.git/history - include/git2/sys/filter.h
New upstream version 1.3.0+dfsg.1
[libgit2.git] / include / git2 / sys / filter.h
2021-12-10 Pirate PraveenNew upstream version 1.3.0+dfsg.1
2019-05-11 Jongmin KimNew upstream version 0.28.1+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-13 Mohseen Mukaddamadding GIT_FILTER_VERSION to GIT_FILTER_INIT as part...
2016-04-03 Andreas HenrikssonImported Upstream version 0.24.0
2016-03-31 Carlos Martín NietoMerge pull request #3575 from pmq20/master-13jan16
2016-03-24 Carlos Martín NietoMerge pull request #3574 from chescock/buffer-sideband...
2016-03-22 Carlos Martín NietoMerge pull request #3559 from yongthecoder/master
2016-03-09 Carlos Martín NietoMerge pull request #3623 from ethomson/rebase_with_commit
2016-03-08 Edward ThomsonMerge pull request #3555 from cbargren/ssh-git-protocols
2016-02-29 Edward ThomsonMerge pull request #3567 from sba1/few-p_getaddrinfo...
2016-02-28 Carlos Martín NietoMerge pull request #3644 from ethomson/debug_pool
2016-02-28 Edward ThomsonMerge pull request #3577 from rossdylan/rossdylan/pooldebug
2016-02-19 Carlos Martín NietoMerge pull request #3597 from ethomson/filter_registration
2016-02-10 Edward Thomsonfilter: clean up documentation around custom filters
2015-07-22 joshaberMerge branch 'master' into fix-init-ordering
2015-07-15 Edward ThomsonMerge pull request #3311 from Fallso/MacroRedefinition
2015-07-13 Carlos Martín NietoMerge pull request #3302 from libgit2/cmn/submodule...
2015-07-12 Carlos Martín NietoMerge branch 'portable-zu'
2015-07-11 Edward ThomsonMerge pull request #3292 from tkelman/patch-1
2015-07-10 Carlos Martín NietoMerge pull request #3297 from tkelman/patch-2
2015-07-09 Carlos Martín NietoMerge pull request #3281 from ethomson/wildcard_filters
2015-07-01 Edward Thomsonfilters: custom filters with wildcard attributes
2015-03-03 Edward ThomsonMerge pull request #2913 from ethomson/stash_fixup
2015-03-03 Carlos Martín NietoMerge pull request #2885 from JIghtuse/master
2015-02-20 Carlos Martín NietoMerge pull request #2907 from jasonhaslam/git_packfile_...
2015-02-19 Carlos Martín NietoMerge pull request #2911 from ethomson/streaming_filters
2015-02-19 Edward Thomsongit_filter_opt_t -> git_filter_flag_t
2015-02-18 Edward Thomsongit_writestream: from git_filter_stream
2015-02-17 Edward Thomsonfilters: introduce streaming filters
2014-09-30 Carlos Martín NietoMerge remote-tracking branch 'upstream/master' into...
2014-06-20 Vicent Martilibgit2 v0.21.0
2014-06-11 Carlos Martín NietoMerge branch 'cmn/zlib-update' into cmn/update-zlib
2014-05-19 Vicent MartiMerge pull request #2303 from jacquesg/mingw-lseek
2014-05-16 Vicent MartiMerge pull request #2313 from libgit2/cmn/remote-delete
2014-05-13 Vicent MartiMerge pull request #2328 from libgit2/rb/how-broken...
2014-05-13 Vicent MartiMerge pull request #2330 from libgit2/cmn/pack-unpack...
2014-05-12 Russell BelferMerge pull request #2336 from libgit2/rb/unicode-branch...
2014-05-12 Russell BelferMerge pull request #2334 from libgit2/rb/fix-2333
2014-05-12 Russell BelferMerge pull request #2300 from libgit2/cmn/match-host...
2014-05-12 Russell BelferMerge pull request #2188 from libgit2/cmn/config-snapshot
2014-05-09 Vicent MartiMerge pull request #2331 from libgit2/rb/dont-stop...
2014-05-08 Russell BelferUse unsigned type for APIs with opt flag mask
2014-05-06 Russell BelferAdd filter options and ALLOW_UNSAFE
2014-03-06 Vicent MartiMerge pull request #1997 from mgbowen/merge-options...
2013-12-18 Vicent MartiMerge pull request #1920 from libgit2/cmn/ref-with-log
2013-12-13 Vicent MartiMerge pull request #1986 from libgit2/rb/error-handling...
2013-12-12 Russell BelferCleanups, renames, and leak fixes
2013-11-20 Vicent MartiMerge branch 'development'
2013-10-11 Vicent MartíMerge pull request #1562 from libgit2/cmn/refs-namespac...
2013-09-25 Ben StraubMerge branch 'development' into blame
2013-09-21 Vicent MartíMerge pull request #1840 from linquize/warning
2013-09-18 Vicent MartíMerge pull request #1860 from libgit2/cmn/indexer-hash
2013-09-17 Vicent MartíMerge pull request #1858 from linquize/win32-template-dir
2013-09-17 Vicent MartíMerge pull request #1847 from libgit2/filters-alternative
2013-09-17 Russell BelferBug fixes and cleanups
2013-09-17 Russell BelferMore filtering tests including order
2013-09-17 Russell BelferPort tests from PR 1683
2013-09-17 Russell BelferMerge git_buf and git_buffer
2013-09-17 Russell BelferAdd ident filter
2013-09-17 Russell BelferAdd functions to manipulate filter lists
2013-09-17 Russell BelferHook up filter initialize callback
2013-09-17 Russell BelferExtend public filter api with filter lists
2013-09-17 Russell BelferAdd attributes to filters and fix registry
2013-09-17 Russell BelferMake git_filter_source opaque
2013-09-17 Russell BelferCreate public filter object and use it