]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2013-04-21 Russell BelferMove git_commit_create_from_oids into sys/commit.h
2013-04-21 John WiegleyAdded git_commit_create_oid
2013-04-21 Russell BelferMove some low-level repo fns to include/git2/sys
2013-04-21 John WiegleyAdded git_repository_new function
2013-04-21 Russell BelferMove odb_backend implementors stuff into git2/sys
2013-04-21 Russell BelferMove git_config_backend to include/git2/sys
2013-04-21 Vicent MartíMerge pull request #1494 from nulltoken/fix/mailmap
2013-04-21 nulltokenmailmap: Coalesce some identities
2013-04-20 Carlos Martín... Plug a couple of leaks
2013-04-20 Vicent MartíMerge pull request #1491 from ethomson/backends_dont_refdb
2013-04-19 Edward Thomsonalloc doesn't take a refdb; git_refdb_free nicely in...
2013-04-19 Carlos Martín... remote: specify what values direction can mean in git_r...
2013-04-19 Russell BelferMerge pull request #1479 from arrbee/iterator-for-directory
2013-04-19 Ben StraubFix some minor issues
2013-04-18 Russell BelferFix workdir iterator leak
2013-04-18 Russell BelferFix win64 warnings
2013-04-18 Russell BelferFix fs iterator test on case sensitive fs
2013-04-18 Russell BelferFix uninitialized var warnings
2013-04-18 Russell BelferMore filesystem iterator tests
2013-04-18 Russell BelferMore filesystem iterator cleanup
2013-04-18 Russell BelferMake workdir iterator use filesystem iterator
2013-04-18 Russell BelferAdd filesystem iterator variant
2013-04-18 Vicent MartíMerge pull request #1482 from nviennot/error-name-email
2013-04-18 Carlos Martín... treebuilder: don't overwrite the error message
2013-04-18 Nicolas ViennotReturn error for empty name/email
2013-04-17 Vicent MartíMerge pull request #1478 from ethomson/win32_typechange...
2013-04-17 Edward Thomsonuse a longer string for dummy data in test to avoid...
2013-04-17 Vicent Martirepository: Doc fix
2013-04-17 Vicent MartíMerge pull request #1475 from libgit2/vmg/refs-peel
2013-04-17 Vicent Martirefs: Do not union the peel
2013-04-17 Vicent Martirefs: Check alloc is cleaner
2013-04-17 Vicent MartíMerge pull request #1477 from ethomson/checkout_modifie...
2013-04-17 Vicent MartíMerge pull request #1476 from libgit2/vmg/bare-open
2013-04-17 Edward Thomsoncheckout: use cache when possible to determine if workd...
2013-04-17 Vicent Martirefs: Add `git_referene_target_peel`
2013-04-17 Vicent MartíMerge pull request #1474 from ghedo/development
2013-04-17 Alessandro... Update link to Perl bindings
2013-04-17 Carlos Martín... Add mailmap entries for me
2013-04-17 Vicent Martirepository: Add `git_repository_open_bare`
2013-04-16 Ben Straub/mailmap me
2013-04-16 Vicent Martilibgit2 0.18.0 "Big Ben"
2013-04-15 Vicent MartíMerge pull request #1469 from libgit2/vmg/unified-revision
2013-04-15 Vicent MartíMerge pull request #1470 from carlosmn/remote-ls-after...
2013-04-15 Vicent MartiFix examples
2013-04-15 Carlos Martín... remote: don't try to update FETCH_HEAD if no extra...
2013-04-15 Vicent MartiUpdate docs
2013-04-15 Vicent Martigit_revision -> git_revspec
2013-04-15 Vicent MartiIs this crazy?
2013-04-15 Carlos Martín... Allow git_remote_ls after disconnecting from the remote
2013-04-15 Vicent MartiMerge remote-tracking branch 'ben/unified-revparse...
2013-04-15 Ben StraubClean up minor details
2013-04-15 Ben StraubClean up example code.
2013-04-15 Ben StraubChange git_revparse to output git_object pointers
2013-04-15 Ben StraubRedeploy git_revparse_single.
2013-04-15 Ben StraubReintroduce git_revparse_single.
2013-04-15 Vicent MartíMerge pull request #1468 from carlosmn/obsd-sparc64
2013-04-15 Carlos Martín... refdb tests: use the right variable size
2013-04-15 Carlos Martín... Fix compilation on OpenBSD
2013-04-15 Vicent MartíMerge pull request #1467 from carlosmn/commit-parse
2013-04-15 Carlos Martín... commit: correctly detect the start of the commit message
2013-04-12 Russell BelferMerge pull request #1464 from ethomson/refdb_free
2013-04-12 Edward Thomsondec refcount on refdb instead of always freeing
2013-04-11 Vicent MartíMerge pull request #1450 from carlosmn/branch-upstream
2013-04-11 Carlos Martín... branch: add more upstream configuration management
2013-04-11 Vicent MartíMerge pull request #1367 from yorah/fix/pathspecs_behaviour
2013-04-11 yorahNotify '*' pathspec correctly when diffing
2013-04-10 Vicent Martiobject: Export git_object_dup
2013-04-10 Vicent MartíMerge pull request #1424 from phkelley/efficient_push
2013-04-10 Vicent Martiexamples: Don't print weird characters
2013-04-09 Vicent MartíMerge pull request #1460 from arrbee/fix-dirty-submodul...
2013-04-09 Russell BelferTests and more fixes for submodule diffs
2013-04-09 Russell BelferFix clang warnings and improve checks
2013-04-09 LinquizeFix submodule dirty states not showing if submodules...
2013-04-09 Vicent MartíMerge pull request #1458 from maxpow4h/patch-1
2013-04-09 Ben StraubAdd rev-list example to makefiles
2013-04-09 Ben StraubDeprecate git_revparse_single and _rangelike
2013-04-08 Maxwell SwadlingUpdated link to Haskell bindings
2013-04-08 Ben StraubImplement unified git_revparse
2013-04-08 Ben StraubPropose unified rev-parse API
2013-04-07 Vicent Martitest: Add missing NULLs
2013-04-07 Vicent MartiMerge remote-tracking branch 'gnprice/revwalk' into...
2013-04-07 Greg Priceexamples: a test, for rev-list
2013-04-07 Greg Priceexamples: rev-list
2013-04-07 Greg Pricerevwalk: Parse revision ranges
2013-04-07 Greg Pricerevparse: Parse range-like syntax
2013-04-04 Vicent MartíMerge pull request #1456 from ben/fix-general-example
2013-04-04 Ben StraubGeneral example: run against testrepo.git
2013-04-03 Vicent MartíMerge pull request #1453 from ethomson/refdb_export
2013-04-02 Edward Thomsonexport git_reference__alloc
2013-04-01 Ben StraubMerge pull request #1452 from nulltoken/fix/branch_doc
2013-04-01 nulltokenbranch: Fix git_branch_create() documentation
2013-04-01 Vicent MartíMerge pull request #1448 from phkelley/development
2013-04-01 Philip KelleyFix whitespace in src/win32/version.h
2013-04-01 Philip KelleyAdd git_has_win32_version helper
2013-03-31 Greg Pricerevwalk: refactor tests a bit
2013-03-31 Greg Pricerevwalk tests: better diagram of example repo
2013-03-31 Greg PriceFix puzzling doc comment
2013-03-31 Vicent MartíMerge pull request #1451 from nulltoken/topic/support_t...
2013-03-31 Philip KelleyWin32 error reporting: Support WinHTTP errors
2013-03-31 nulltokentag: Fix parsing when no tagger nor message
next