]> git.proxmox.com Git - libgit2.git/history - examples/log.c
Drop patch as it is merged upstream
[libgit2.git] / examples / log.c
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
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-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
2015-07-26 Russell SimMerge branch 'upstream'
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-10-27 Carlos Martín NietoMerge commit 'refs/pull/2366/head' of github.com:libgit...
2014-09-30 Carlos Martín NietoMerge remote-tracking branch 'upstream/master' into...
2014-06-21 Russell SimMerge tag 'upstream/0.21.0'
2014-06-20 Vicent Martilibgit2 v0.21.0
2014-06-11 Carlos Martín NietoMerge branch 'cmn/zlib-update' into cmn/update-zlib
2014-06-04 Alan RogersMerge remote-tracking branch 'origin/development' into...
2014-05-29 Vicent MartiMerge pull request #2381 from ecoffey/example_log_autho...
2014-05-28 Eoin Coffeyexamples/log.c: invert filtering impl and conditional
2014-05-23 Eoin CoffeyAdd support for --grep
2014-05-23 Eoin CoffeyAdd --committer option, and break out helper function
2014-05-22 Eoin CoffeyAdd support for --author flag in example log implementation
2014-02-12 Russell SimMerge tag 'upstream/0.20.0'
2013-11-20 Vicent MartiMerge branch 'development'
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-04 Vicent MartíMerge pull request #1939 from ethomson/readwrite_odb
2013-11-04 Russell BelferMerge pull request #1317 from libgit2/blame
2013-11-04 Vicent MartíMerge pull request #1934 from libgit2/relicense-examples
2013-11-02 Ben StraubReplace copyright topmatter in example files
2013-11-01 Vicent MartíMerge pull request #1916 from libgit2/simplify-examples
2013-11-01 Vicent MartíMerge pull request #1918 from libgit2/cmn/indexer-naming
2013-10-31 Ben StraubFormat comments for use with docco
2013-10-31 Vicent MartíMerge pull request #1924 from linquize/gmtime
2013-10-31 LinquizeUse gmtime() instead of gmtime_t()
2013-10-30 Russell BelferExtract common example helpers and reorg examples
2013-10-28 Ben StraubMerge remote-tracking branch 'libgit2/development'...
2013-10-28 Vicent MartíMerge pull request #1891 from libgit2/cmn/fix-thin...
2013-10-28 Ben StraubMerge pull request #1802 from libgit2/cmn/reflog-backend
2013-10-23 Vicent MartíMerge pull request #1905 from libgit2/cmn/list-deps
2013-10-22 Vicent MartíMerge pull request #1897 from libgit2/split-patch-from...
2013-10-21 Russell BelferCreate git_diff_line and extend git_diff_hunk
2013-10-15 Russell BelferDiff API cleanup
2013-10-11 Russell BelferRename diff objects and split patch.h
2013-09-16 Ben StraubMerge branch 'development' into blame_rebased
2013-08-16 Vicent MartíMerge pull request #1778 from libgit2/push_tag_to_tag_test
2013-08-09 Russell BelferMerge pull request #1462 from yorah/fix/libgit2sharp...
2013-08-08 Ben StraubMerge pull request #1738 from libgit2/diff-patch-conten...
2013-08-08 Ben StraubMerge pull request #1746 from libgit2/rename-detection...
2013-07-31 Carlos Martín NietoMerge pull request #1748 from arthurschreiber/patch-1
2013-07-28 Ben StraubMerge pull request #1755 from csware/double-close
2013-07-28 Vicent MartíMerge pull request #1753 from 13ren/log-bugfix
2013-07-26 Brendan MacmillanFix -n bug; default to all ancestors
2013-07-10 Vicent MartiMerge branch 'arrbee/examples-log' into development
2013-07-10 Russell BelferAdd a bunch more features to log example
2013-07-10 Russell BelferFix example/log.c pathspec handling of merges
2013-07-10 Russell Belfermore examples/log.c bug fixing
2013-07-10 Russell Belferfix bug with order args and no revision
2013-07-10 Russell BelferFix example/log.c minor diffs with git log
2013-07-10 Russell BelferAdd basic commit formatting to log output
2013-07-10 Russell BelferMore progress on log example
2013-07-10 Russell BelferExtending log example code
2013-07-10 Russell BelferBasic framework for log command