]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-07-12 Vicent MartíMerge pull request #812 from arrbee/assorted-tweaks
2012-07-11 Vicent MartiAdd missing includes
2012-07-11 Vicent MartíMerge pull request #801 from nulltoken/fix/ref-renaming
2012-07-11 Russell BelferFix missing NUL termination of buffer
2012-07-11 Russell BelferAdd flag to write gitlink on setting repo workdir
2012-07-11 Russell BelferAdding git_config_foreach_match() iteration fn
2012-07-11 Russell BelferAdding unicode space to match crlf patterns
2012-07-11 Russell BelferAdd path utilities to resolve relative paths
2012-07-11 Russell BelferAdd a couple of useful git_buf utilities
2012-07-11 Russell BelferUpdating language in examples README
2012-07-11 Russell BelferMerge pull request #804 from schu/examples-readme
2012-07-11 Russell BelferMerge pull request #793 from libgit2/tree-entry-by...
2012-07-10 Russell BelferMerge pull request #797 from yorah/fix/inter-hunk-context
2012-07-10 Russell BelferMerge pull request #811 from nacho/development
2012-07-10 Michael Schubertexamples: add README
2012-07-10 Russell BelferMerge pull request #810 from Steap/development
2012-07-09 Ignacio Casal... Point to the libgit2-glib wiki page
2012-07-07 nulltokenrevparse: unfound reference return ENOTFOUND
2012-07-07 nulltokenrevparse: fix invalid test reference name
2012-07-07 nulltokenrevparse: do not segfault when retrieving the last...
2012-07-07 nulltokenrevparse: fix disambiguation of refs
2012-07-07 nulltokenrevparse: unfound previous head return ENOTFOUND
2012-07-07 nulltokenrevparse: split reflog test per feature
2012-07-07 nulltokenrevparse: enhance upstream reflog test coverage
2012-07-07 nulltokenrevparse: enhance refs/<name> coverage
2012-07-07 nulltokenrevparse: only allow decimal reflog ordinal specs
2012-07-07 nulltokenrevparse: leverage git__isdigit()
2012-07-07 nulltokenutil: add git__isdigit()
2012-07-07 nulltokenrevparse: detect incorrect "refname@{-n}" syntax
2012-07-07 nulltokenrevparse: slightly improve readability of tests
2012-07-07 nulltokenrevparse: readonly tests don't need a sandboxed repo
2012-07-07 nulltokenrefs: deep unfound ref returns ENOTFOUND
2012-07-07 nulltokenrefs: remove seemingly useless giterr_clear() call
2012-07-07 nulltokenrefs: deploy git_reference_has_log()
2012-07-07 nulltokenrefs: add git_reference_has_log()
2012-07-07 nulltokenrefs: fix moving of the reflog when renaming a ref
2012-07-05 Cyril RoelandtFix libgit2 on GNU/Hurd.
2012-07-03 Vicent MartíMerge pull request #798 from nulltoken/fix/revparse...
2012-07-03 Vicent MartíMerge pull request #800 from kevinsawicki/patch-1
2012-07-03 Kevin SawickiReplace incorrect 'it' with 'if' in documentation
2012-07-03 Carlos Martín... repo tests: do cleanup reinit tests
2012-07-02 nulltokenrevparse: fix parsing of date specifiers
2012-07-02 yorahdiff: make inter-hunk-context default value git-compliant
2012-06-29 Vicent MartíMerge pull request #795 from nulltoken/topic/revparse...
2012-06-29 nulltokenrevparse: unfound reflog entry returns ENOTFOUND
2012-06-29 nulltokenrevparse: unfound reflog ref returns ENOTFOUND
2012-06-29 nulltokenrevparse: unfound partially-named ref returns ENOTFOUND
2012-06-29 Vicent Martitree: Rename `entry_copy` to `entry_dup`
2012-06-29 Scott J. GoldmanDon't rmdir() nonexistent dirs in object::tree::frompat...
2012-06-29 Vicent Martitree: Bring back `entry_bypath`
2012-06-28 Ben StraubMerge pull request #788 from nulltoken/topix/revparse
2012-06-28 nulltokenrevparse: unfound nth parent returns ENOTFOUND
2012-06-28 nulltokenrevparse: handle specs with caret and colon
2012-06-28 nulltokenrevparse: unfound treepath returns ENOTFOUND
2012-06-28 nulltokenrevparse: return trees through the "colon" syntax
2012-06-28 nulltokenrevparse: replace spaces with tabs
2012-06-28 Carlos Martin... mwindow: allow memory-window files to deregister
2012-06-28 Vicent MartíMerge pull request #791 from carlosmn/index-path
2012-06-28 Carlos Martín... indexer: don't use '/objects/pack/' unconditionally
2012-06-26 Vicent MartíMerge pull request #783 from nulltoken/topic/reinit...
2012-06-26 Vicent MartíMerge pull request #785 from nulltoken/topic/refs-fromglob
2012-06-25 Vicent MartíMerge pull request #786 from schu/indexer
2012-06-25 Michael Schubertindexer: start parsing input data immediately
2012-06-24 Vicent Martiamigaos: Add missing include
2012-06-22 nulltokenrevwalk: make git_revwalk_(push|hide)_glob() leverage...
2012-06-22 nulltokenreferences: introduce git_reference_foreach_glob()
2012-06-22 Vicent Martiamigaos: Cleanup
2012-06-22 Vicent MartiMerge branch 'pull-req' of https://github.com/chris...
2012-06-22 Scott J. GoldmanMerge pull request #784 from nulltoken/patch-1
2012-06-22 nulltokenFix MSVC compilation errors
2012-06-22 nulltokentests-clar: fix isolation of repo initialization tests
2012-06-22 nulltokenrepository: enhance reinitialization test coverage
2012-06-22 nulltokenrepository: fix configuration updating issue while...
2012-06-22 Michael Schuberttests-clar: mark unused variables
2012-06-22 Vicent MartíMerge pull request #782 from nulltoken/topic/branch...
2012-06-21 Vicent MartíMerge pull request #780 from schu/cleanup
2012-06-21 Scott J. GoldmanMerge pull request #781 from liyuray/development
2012-06-21 nulltokenbranch: drop git_branch_list()
2012-06-21 nulltokenbranch: add git_branch_foreach()
2012-06-21 liyurayfix below issues on mingw:
2012-06-21 Michael Schubertobject: add missing git_odb_object_free
2012-06-21 Michael Schubertnotes: fix memory leaks
2012-06-21 Carlos Martín... tests: plug a leak in the repo tests
2012-06-21 Carlos Martín... repository: avoid opening the repository twice on reinit
2012-06-20 Vicent MartíMerge pull request #776 from scottjg/mingw-makefile-fix
2012-06-20 Chris YoungMerge branch 'development' into pull-req
2012-06-20 Chris Youngmore getaddrinfo compatibility
2012-06-20 Chris Younggetaddrinfo() replacement functions
2012-06-20 Chris Youngrevert defaults
2012-06-20 Scott J. GoldmanMore Makefile.embed cleanups
2012-06-20 Vicent MartíMerge pull request #777 from benstraub/revparse-fixup
2012-06-20 Ben StraubFix indentation.
2012-06-20 Ben StraubAvoid uninitialized variable error.
2012-06-20 Scott J. GoldmanFix Makefile.emebed for mingw32
2012-06-20 Carlos Martín... diff: make sure we free all allocated resources
2012-06-19 Carlos Martín... odb: don't leak when detecting id ambiguity
2012-06-19 Carlos Martín... Plug a few leaks
2012-06-19 Vicent MartíMerge pull request #775 from arrbee/fix-index-filemodes
2012-06-19 Russell BelferNicer constant
2012-06-19 Vicent MartíMerge pull request #768 from nulltoken/topic/expose...
next