]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2014-03-03 Vicent MartiMerge pull request #2150 from libgit2/vmg/features
2014-03-03 Vicent Martifeatures: Rename `_HAS_` to `_FEATURE_`
2014-03-03 Vicent Marticaps: Rename the enum name too!
2014-03-03 Vicent Marticaps: Rename to features to avoid confusion
2014-03-02 Ben StraubMerge pull request #2144 from linquize/branch-f-current
2014-03-02 LinquizeAdd unit test to show git_branch_create() fails if...
2014-03-01 Vicent MartiMerge pull request #2143 from libgit2/rb/projects
2014-02-28 Vicent MartiMerge pull request #2146 from libgit2/rb/diff-b2b
2014-02-27 Russell BelferAdd buffer to buffer diff and patch APIs
2014-02-27 Russell BelferFix warnings and code style issues
2014-02-27 LinquizeDo not allow git_branch_create() to force update branch
2014-02-27 Russell BelferAdd project list and update readme
2014-02-26 Ben StraubMerge pull request #2137 from jru/blame-first-parent
2014-02-26 Vicent MartiMerge pull request #2142 from ethomson/ignore_authors
2014-02-26 Edward ThomsonRemove "ignore" state from the git.git-authors
2014-02-26 Juan RubénReset num_parents to 1 only for merge commits
2014-02-25 Vicent MartiMerge pull request #2138 from ethomson/sysdir
2014-02-25 Vicent MartiMerge pull request #2139 from ethomson/va_copy_warning
2014-02-25 Edward ThomsonRemove now-duplicated stdarg.h include
2014-02-25 Edward ThomsonInclude stdarg.h for the va_copy test
2014-02-25 Edward ThomsonMove system directory cache out of utils
2014-02-24 Vicent MartiMerge pull request #2134 from libgit2/ben/icc
2014-02-24 Ben StraubUse a portable cast
2014-02-24 Juan RubénDocument enumerator and rewording
2014-02-24 Ben StraubPrevent icc warning
2014-02-24 Ben StraubAvoid casting warning
2014-02-24 Ben StraubStaticize file-local variables
2014-02-24 Vicent MartiMerge pull request #2132 from ethomson/merge_doc
2014-02-23 Juan RubénAdd unit test
2014-02-23 Juan RubénAdd option to limit blame to first parent
2014-02-21 Russell BelferMerge pull request #2130 from worblehat/development
2014-02-21 Edward ThomsonImprove documentation for merging
2014-02-21 Vicent MartiMerge pull request #2129 from arrbee/rb/c89-or-c99
2014-02-21 Tobias MarquardtCheck if librt exists independent of OS, to be able...
2014-02-20 Russell BelferAddress PR comments
2014-02-20 Russell BelferClarify C compatibility policy
2014-02-20 Russell BelferMake git_oid_equal a non-inline API
2014-02-18 Vicent MartiMerge pull request #2124 from libgit2/better-shallow...
2014-02-18 Ben StraubReadability
2014-02-18 Ben StraubImprove error propagation in shallow call
2014-02-18 Vicent MartiMerge pull request #2121 from bk2204/ewouldblock
2014-02-16 brian m. carlsonCheck for EWOULDBLOCK as well as EAGAIN on write.
2014-02-12 Edward ThomsonMerge pull request #2115 from ethomson/crlf_redux
2014-02-12 Edward ThomsonFix filter test for CRLF->LF issues
2014-02-12 Vicent MartiMerge pull request #2114 from ethomson/crlf_redux
2014-02-12 Edward ThomsonNever convert CRLF->LF
2014-02-11 Russell BelferMerge pull request #2110 from libgit2/ed/crlf_input
2014-02-10 Russell BelferMerge pull request #2111 from libgit2/cmn/cond-fixups
2014-02-10 Carlos Martín... refs: move current_id before the reflog parameters
2014-02-10 Carlos Martín... refs: conditional wording fixups
2014-02-09 Edward Thomsoncore.autocrlf=input w/ text=auto attr to workdir
2014-02-09 Edward ThomsonTests for crlf filtering into the repository
2014-02-09 Edward ThomsonTests for core.autocrlf and .gitattributes
2014-02-09 Edward ThomsonClose files on file diff failure
2014-02-09 Ben StraubMerge pull request #2107 from rocky-luo/examples-diff...
2014-02-09 rocky-luoreplace 'out' with 'patch',replace the literal tabs...
2014-02-08 rocky-luoadd example for diff with --numstat
2014-02-08 Ben StraubMerge pull request #2056 from libgit2/rb/commit-amend
2014-02-08 Russell BelferAdd git_commit_amend API
2014-02-08 Russell BelferMerge pull request #2099 from libgit2/bs/more-reflog...
2014-02-08 Russell BelferMerge pull request #2042 from libgit2/cmn/conditional-ref
2014-02-07 Russell BelferFix some Windows warnings
2014-02-07 Vicent MartiMerge pull request #2100 from libgit2/rb/update-pqueue
2014-02-06 Ben StraubCorrect default reflog message for git_remote_fetch
2014-02-06 Ben StraubFix terrible indentation
2014-02-06 Russell BelferMerge pull request #2104 from ethomson/utf8_cleanup
2014-02-06 Ben StraubOnly run clone-failure test on private repo
2014-02-05 Edward ThomsonRemove unused utf8 -> utf16 conversion code
2014-02-05 Ben StraubMore merge.conflictstyle fixes
2014-02-05 Ben StraubAvoid crash when skipping remote test
2014-02-05 Ben StraubFix broken clone test
2014-02-05 Ben StraubPrevent user's merge.conflictstyle from breaking tests
2014-02-05 Ben StraubFix a few references to changed function signatures
2014-02-05 Ben StraubMerge remote-tracking branch 'libgit2/development'...
2014-02-05 Ben StraubMerge pull request #2027 from libgit2/rb/only-windows...
2014-02-05 Russell BelferMerge pull request #2094 from libgit2/cmn/push-non...
2014-02-05 Vicent MartiMerge pull request #2103 from libgit2/cmn/parse-commit...
2014-02-05 Carlos Martín... Split p_strlen into its own header
2014-02-05 Carlos Martín... utils: don't reimplement strnlen
2014-02-05 Carlos Martín... commit: faster parsing
2014-02-05 Carlos Martín... docs: produce literal asterisks
2014-02-05 Carlos Martín... revparse: do look at all refs when matching text
2014-02-05 Carlos Martín... revwalk: add a test for pushing all references
2014-02-05 Carlos Martín... revwalk: remove usage of foreach
2014-02-05 Carlos Martín... revwalk: ignore wrong object type in glob pushes
2014-02-05 Carlos Martín... revwalk: add a failing test for pushing "tags"
2014-02-05 Carlos Martín... revwalk: accept committish objects
2014-02-05 Carlos Martín... refs: add an unconditional delete
2014-02-05 Carlos Martín... refs: catch cases where the ref type has changed
2014-02-05 Carlos Martín... refs: check the ref's old value when deleting
2014-02-05 Carlos Martín... refs: placeholder conditional delete
2014-02-05 Carlos Martín... refs: factor out old value comparison
2014-02-05 Carlos Martín... refs: bring conditional symbolic updates to the frontend
2014-02-05 Carlos Martín... refdb: add conditional symbolic updates
2014-02-05 Carlos Martín... refs: add tests for conditional updates
2014-02-05 Carlos Martín... refs: fix leak on successful update
2014-02-05 Carlos Martín... refs: return GIT_EMODIFIED if the ref target moved
2014-02-05 Carlos Martín... refs: changes from feedback
2014-02-05 Carlos Martín... refs: conditional ref updates
2014-02-05 Ben StraubAdd reflog params to git_repository_detach_head
next