]> git.proxmox.com Git - libgit2.git/history - examples/blame.c
New upstream version 1.3.0+dfsg.1
[libgit2.git] / examples / blame.c
2021-12-10 Pirate PraveenNew upstream version 1.3.0+dfsg.1
2020-12-06 Utkarsh GuptaNew upstream version 1.1.0+dfsg.1
2015-07-09 Carlos Martín NietoMerge pull request #3281 from ethomson/wildcard_filters
2015-07-06 Carlos Martín NietoMerge pull request #3202 from jeffhostetler/windows_sta...
2015-06-30 Edward ThomsonMerge pull request #3271 from jeffhostetler/more_leaks
2015-06-30 Carlos Martín NietoMerge pull request #3270 from ethomson/warnings2
2015-06-29 Edward Thomsonexamples: clean up some warnings
2014-12-10 Edward ThomsonMerge pull request #2678 from libgit2/cmn/io-stream
2014-11-23 Edward ThomsonMerge pull request #2718 from libgit2/cmn/peeling-errors
2014-11-22 Carlos Martín NietoMerge pull request #2723 from ravindp/ravindp/fix_4_mis...
2014-11-21 Edward ThomsonMerge pull request #2725 from libgit2/vmg/attr-null
2014-11-21 Vicent Martiblame: Do not assume blob contents are NULL-terminated
2014-11-18 Edward ThomsonMerge pull request #2654 from linquize/missing-obj
2014-11-18 Edward ThomsonMerge pull request #2608 from libgit2/cmn/remote-push
2014-11-17 Edward ThomsonMerge pull request #2693 from libgit2/cmn/push-refspec...
2014-11-17 Edward ThomsonMerge pull request #2699 from swisspol/fix_warnings
2014-11-09 Carlos Martín NietoMerge 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 NietoRename git_threads_ to git_libgit2_
2014-06-20 Vicent Martilibgit2 v0.21.0
2014-06-11 Carlos Martín NietoMerge branch 'cmn/zlib-update' into cmn/update-zlib
2014-03-06 Vicent MartiMerge pull request #1997 from mgbowen/merge-options...
2014-03-05 Vicent MartiMerge pull request #2163 from ethomson/nobackend_odb_write
2014-03-04 Vicent MartiMerge pull request #2157 from libgit2/cmn/write-object-mem
2014-03-03 Vicent MartiMerge pull request #2141 from ravselj/development
2014-03-03 MihaMerge remote-tracking branch 'remotes/upstream/developm...
2014-03-02 Ben StraubMerge pull request #2144 from linquize/branch-f-current
2014-03-01 Vicent MartiMerge pull request #2143 from libgit2/rb/projects
2014-02-26 Ben StraubMerge pull request #2137 from jru/blame-first-parent
2014-02-25 Miha- BUGFIX #2133 (@fourplusone) in smart_protocol.c
2014-02-24 Juan RubénDocument enumerator and rewording
2014-02-23 Juan RubénAdd option to limit blame to first parent
2014-02-05 Ben StraubMerge pull request #2027 from libgit2/rb/only-windows...
2014-01-27 Vicent MartiMerge pull request #2066 from libgit2/rb/builtin-diff...
2014-01-27 Vicent MartiMerge pull request #2075 from libgit2/cmn/leftover-oid
2014-01-27 Vicent MartiMerge pull request #2077 from libgit2/cmn/buf-out
2014-01-27 Vicent MartiMerge pull request #2078 from linquize/msvc
2014-01-27 Vicent MartiMerge pull request #2079 from linquize/msvc-blame-example
2014-01-27 LinquizeMake blame example compile on MSVC
2013-11-20 Vicent MartiMerge branch 'development'
2013-11-14 Vicent MartíMerge pull request #1951 from victorgp/create-remote...
2013-11-12 Vicent MartíMerge pull request #1957 from linquize/warning3
2013-11-12 LinquizeFix warnings
2013-11-11 Vicent MartíMerge pull request #1956 from libgit2/cmn/fetch-default...
2013-11-10 Vicent MartíMerge pull request #1936 from libgit2/better-url-parsing
2013-11-05 Vicent MartíMerge pull request #1941 from libgit2/rb/preserve-itera...
2013-11-05 Edward ThomsonMerge pull request #1940 from ethomson/filebuf_umask
2013-11-04 Ben Straubblame sample: usage comment
2013-11-04 Ben StraubReorganize and doc-commentify blame sample.
2013-11-04 Ben StraubStandardize layout of blame sample
2013-11-04 Vicent MartíMerge pull request #1939 from ethomson/readwrite_odb
2013-11-04 Russell BelferMerge pull request #1317 from libgit2/blame
2013-10-28 Ben StraubMerge remote-tracking branch 'libgit2/development'...
2013-10-10 Ben StraubFix post-line-range iteration
2013-10-10 Ben StraubInclude signatures in blame hunks
2013-10-10 Ben StraubOnly show lines that had blame run on them
2013-10-10 Ben StraubBe more flexible with argument order and format
2013-10-09 Ben StraubSimplify loading blob
2013-10-09 Ben StraubAllow null bytes in blob
2013-10-09 Ben StraubInitialize threading, fix broken strncmp
2013-10-03 Ben StraubMerge branch 'development' into blame
2013-09-29 Ben StraubFix typo
2013-09-25 Ben StraubMerge branch 'development' into blame
2013-09-16 Ben StraubAdd blame example