]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2016-06-26 Edward Thomsonpatch: show copy information for identical copies
2016-06-26 Edward Thomsonpatch::parse: test diff with exact rename and copy
2016-06-26 Edward Thomsonpatch::parse: test diff with simple rename
2016-06-26 Edward Thomsonpatch::parse: handle patches with no hunks
2016-06-26 Edward Thomsondiff::parse tests: test parsing a diff
2016-05-26 Edward Thomsonpatch: zero id and abbrev length for empty files
2016-05-26 Edward Thomsonpatch: identify non-binary patches as `NOT_BINARY`
2016-05-26 Edward ThomsonIntroduce `git_diff_to_buf`
2016-05-26 Edward Thomsonintroduce `git_diff_from_buffer` to parse diffs
2016-05-26 Edward Thomsonpatch: differentiate not found and invalid patches
2016-05-26 Edward Thomsongit_patch_parse_ctx: refcount the context
2016-05-26 Edward Thomsongit_diff_generated: abstract generated diffs
2016-05-26 Edward Thomsonparse: introduce parse_ctx_contains_s
2016-05-26 Edward Thomsonpatch: `patch_diff` -> `patch_generated`
2016-05-26 Edward Thomsonvector: more sensible names for `grow_at`/`shrink_at`
2016-05-26 Edward Thomsonpatch: `git_patch_from_patchfile` -> `git_patch_from_bu...
2016-05-26 Edward Thomsonpatch: provide static string `advance_expected`
2016-05-26 Edward Thomsonpatch: formatting cleanups
2016-05-26 Edward Thomsongit_vector_grow/shrink: correct shrink, and tests
2016-05-26 Edward Thomsonapply: test postimages that grow/shrink original
2016-05-26 Edward Thomsongit_buf_quote/unquote: handle > \177
2016-05-26 Edward Thomsonpatch application: drop unnecessary `patch_image_init`
2016-05-26 Edward Thomsonpatch parse: dup the patch from the callers
2016-05-26 Edward Thomsonpatch parsing: squash some memory leaks
2016-05-26 Edward Thomsonpatch: drop some warnings
2016-05-26 Edward Thomsonpatch: use strlen to mean string length
2016-05-26 Edward Thomsonpatch: show modes when only the mode has changed
2016-05-26 Edward Thomsonpatch: quote filenames when necessary
2016-05-26 Edward Thomsongit_buf_quote: quote ugly characters
2016-05-26 Edward Thomsonpatch: don't print some headers on pure renames
2016-05-26 Edward ThomsonIntroduce git_patch_options, handle prefixes
2016-05-26 Edward Thomsonpatch printing: include rename information
2016-05-26 Edward Thomsonpatch_parse: don't set new mode when deleted
2016-05-26 Edward Thomsonpatch_parse: use names from `diff --git` header
2016-05-26 Edward Thomsonpatch_parse: set binary flag
2016-05-26 Edward Thomsonpatch_parse: test roundtrip patch parsing -> print
2016-05-26 Edward Thomsonpatch_parse: ensure we can parse a patch
2016-05-26 Edward Thomsonpatch: when parsing, set nfiles correctly in delta
2016-05-26 Edward Thomsondiff: include oid length in deltas
2016-05-26 Edward Thomsonpatch parse: unset path prefix
2016-05-26 Edward Thomsonapply: move patch data to patch_common.h
2016-05-26 Edward Thomsonpatch: use delta's old_file/new_file members
2016-05-26 Edward Thomsonpatch: abstract patches into diff'ed and parsed
2016-05-26 Edward Thomsonpatch parsing: ensure empty patches are illegal
2016-05-26 Edward Thomsonpatch parsing: parse binary patch files
2016-05-26 Edward Thomsonzstream: fail when asked to inflate garbage
2016-05-26 Edward Thomsongit_buf: decode base85 inputs
2016-05-26 Edward Thomsonpatch application: apply binary patches
2016-05-26 Edward Thomsonzstream: offer inflating, `git_zstream_inflatebuf`
2016-05-26 Edward Thomsondelta: refactor git_delta functions for consistency
2016-05-26 Edward Thomsondelta: move delta application to delta.c
2016-05-26 Edward Thomsonapply: handle empty patches
2016-05-26 Edward ThomsonPatch parsing from patch files
2016-05-26 Edward ThomsonIntroduce git_apply_patch
2016-05-26 Edward ThomsonMerge pull request #3799 from sschuberth/master
2016-05-26 Edward ThomsonMerge pull request #3798 from mmuman/stat-test-fix
2016-05-26 Edward ThomsonMerge branch 'checkout_submodules'
2016-05-26 Jason HaslamIgnore submodules when checking for merge conflicts...
2016-05-26 Jason Haslamcheckout: handle dirty submodules correctly
2016-05-26 Edward ThomsonMerge pull request #3792 from edquist/misc
2016-05-25 Sebastian SchuberthUse AppVeyor's Start-FileDownload cmdlet
2016-05-24 François Revoltest: Fix stat() test to mask out unwanted bits
2016-05-24 Carlos Martín... Merge pull request #3797 from libgit2/cmn/remove-single...
2016-05-24 Carlos Martín... tree: handle removal of all entries in the updater
2016-05-23 Carlos Martín... Merge pull request #3794 from libgit2/cmn/tree-update...
2016-05-19 Carlos Martín... tree: plug leaks in the tree updater
2016-05-19 Carlos Martín... tree: use the basename for the entry removal
2016-05-19 Carlos Martín... tree: use testrepo2 for the tree updater tests
2016-05-18 Carl EdquistFix comment for GIT_FILEMODE_LINK
2016-05-18 Edward ThomsonMerge pull request #3770 from libgit2/cmn/tree-update
2016-05-17 Carlos Martín... Introduce a function to create a tree based on a differ...
2016-05-09 Edward ThomsonMerge pull request #3767 from pks-t/pks/misc-fixes
2016-05-08 Edward ThomsonMerge pull request #3773 from lucasderraugh/patch-1
2016-05-06 Carlos Martín... Merge pull request #3757 from johnhaley81/jh/fix-create...
2016-05-06 Lucas DerraughFix unused variable 'message' warning
2016-05-04 John HaleyFix initial commit test
2016-05-04 Carlos Martín... Merge pull request #3769 from libgit2/ethomson/rebase_i...
2016-05-03 John HaleyAdd tests for creating an initial commit
2016-05-03 John HaleyFix `git_commit_create` for an initial commit
2016-05-03 Edward Thomsonrebase: handle no common ancestor for inmemory
2016-05-03 Edward Thomsonrebase: test rebase (merge) w/ no common ancestor
2016-05-03 Patrick Steinhardtdiff: simplify code for handling empty dirs
2016-05-02 Edward ThomsonMerge pull request #3759 from libgit2/cmn/faster-header
2016-05-02 Patrick Steinhardtdelta-apply: fix sign extension
2016-05-02 Patrick Steinhardtodb_loose: fix undefined behavior when computing size
2016-05-02 Patrick Steinhardtcheckout: set ignorecase=0 when config lookup fails
2016-05-02 Patrick Steinhardtmerge_file: do not unnecessarily check ours/theirs...
2016-05-02 Carlos Martín... odb: avoid inflating the full delta to read the header
2016-05-02 Patrick Steinhardtindex: fix memory leak on error case
2016-04-29 Carlos Martín... Merge pull request #3764 from libgit2/ethomson/cmake_pc
2016-04-29 Edward Thomsoncmake: include threading libraries in pkg-config
2016-04-29 Carlos Martín... Merge pull request #3763 from libgit2/ethomson/signatur...
2016-04-29 Edward ThomsonMerge pull request #3760 from backhub/bug/openssl_read
2016-04-28 Edward ThomsonIntroduce `git_signature_from_buffer`
2016-04-27 Christian SchlackFix style: no braces
2016-04-26 Carlos Martín... Merge pull request #3758 from libgit2/ethomson/annotate...
2016-04-26 Edward Thomsonannotated_commit: provide refs and description
2016-04-26 Christian SchlackFix return value of openssl_read (infinite loop)
2016-04-26 Edward Thomsonrebase::abort: test we can abort rebase by revspec
2016-04-26 Carlos Martín... Merge pull request #3755 from arthurschreiber/patch-9
next