]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2014-04-18 Carlos Martín... cred: tighten username rules
2014-04-18 Vicent MartiMerge pull request #2108 from libgit2/rb/threadsafe...
2014-04-17 Carlos Martín... cherry-pick: terminate the commit id string
2014-04-17 Russell BelferSome memory leak fixes
2014-04-17 Russell BelferFix broken logic for attr cache invalidation
2014-04-17 Russell BelferLock attribute file while reparsing data
2014-04-17 Russell BelferFix race checking for existing index items
2014-04-17 Russell BelferFix tests with new attr cache code
2014-04-17 Russell BelferAttribute file cache refactor
2014-04-17 Russell BelferMinor tree cache speedups
2014-04-17 Russell BelferFix leak in git_index_conflict_cleanup
2014-04-17 Russell BelferFix leak when using push and pop with ignores
2014-04-17 Russell BelferFix refcount issues with mutex protected ignores
2014-04-17 Russell BelferFix threading tests when threads disabled
2014-04-17 Russell BelferClean up index snapshot function naming
2014-04-17 Russell BelferIndex locking and entry allocation changes
2014-04-17 Russell BelferAdd diff threading tests and attr file cache locks
2014-04-17 Russell BelferDecouple index iterator sort from index
2014-04-17 Russell BelferAdd mutex around index entries changes
2014-04-17 Russell BelferAdd index snapshot and use it for iterator
2014-04-17 Russell BelferAdd public diff print helpers
2014-04-17 Russell BelferSome index internals refactoring
2014-04-17 Russell BelferSome vector utility tweaks
2014-04-16 Vicent MartiMerge pull request #2261 from jacquesg/format-patch
2014-04-16 Vicent MartiMerge pull request #2270 from csware/fix_git_branch_t_enum
2014-04-16 Sven StrickrothAdd GIT_BRANCH_ALL to git_branch_t enum
2014-04-16 Vicent MartiMerge pull request #2269 from libgit2/rb/fix-leading...
2014-04-15 Vicent MartiMerge pull request #2235 from jacquesg/cherry-pick
2014-04-15 Jacques GermishuysAdded a test case for formatting a binary patch e-mail
2014-04-15 Jacques GermishuysSanitize git_diff_format_email_options' summary parameter
2014-04-15 Jacques GermishuysIntroduce git_diff_format_email and git_diff_commit_as_...
2014-04-15 Jacques GermishuysIntroduce git_diff_get_stats, git_diff_stats_files_chan...
2014-04-15 Jacques GermishuysAdded git_diff_stats test files
2014-04-14 Russell BelferFix core.excludesfile named .gitignore
2014-04-14 Vicent MartiMerge pull request #2264 from jacquesg/fix-warnings
2014-04-14 Jacques GermishuysCapture conflict information in MERGE_MSG for revert...
2014-04-14 Jacques GermishuysAdded cherry pick tests
2014-04-14 Jacques GermishuysAdded cherry-pick support
2014-04-14 Jacques GermishuysIntroduce git_merge__extract_conflict_paths
2014-04-14 Vicent MartiMerge pull request #2262 from libgit2/rb/fix-ignore-pop
2014-04-11 Jacques GermishuysCorrect C90 warnings
2014-04-11 Jacques GermishuysFix const-correctness of git_patch_get_delta, git_patch...
2014-04-11 Jacques GermishuysAdded RFC2822 date format test cases
2014-04-11 Jacques GermishuysIntroduce git__date_rfc2822_fmt. Allows for RFC2822...
2014-04-10 Russell BelferFix bug popping ignore files during wd iteration
2014-04-10 Jacques GermishuysIntroduce git_buf_putcn
2014-04-09 Vicent MartiMerge pull request #2259 from libgit2/vmg/state-cleanup
2014-04-09 Vicent MartiRewrite `git_repository__cleanup_files`
2014-04-09 Vicent MartiMerge pull request #2257 from libgit2/rb/fix-submodules...
2014-04-09 Vicent MartiMerge pull request #2258 from libgit2/jk/userdiff-cc
2014-04-08 Jeff Kinguserdiff: update ada patterns
2014-04-08 Jeff Kinguserdiff: update C/C++ patterns
2014-04-08 Russell BelferUpdate submodules with parent-tracked content
2014-04-08 Carlos Martín... graph: handle not finding a merge base gracefully
2014-04-08 Vicent MartiMerge pull request #2256 from jacquesg/graph-descendant
2014-04-08 Jacques GermishuysAdded a no path test for git_graph_descendant_of
2014-04-08 Jacques GermishuysCorrect grouping of parentheses
2014-04-07 Vicent MartiMerge pull request #2255 from libgit2/rb/fix-multiple...
2014-04-07 Russell Belfervmg is always right
2014-04-07 Russell BelferFix bug with multiple iconv conversions in one dir
2014-04-07 Jacques GermishuysUpdate AUTHORS
2014-04-07 Jacques Germishuysgit_repository_state_cleanup() should remove rebase...
2014-04-07 Vicent MartiMerge pull request #2249 from libgit2/rb/starstar-fnmatch
2014-04-06 Russell BelferFix fnmatch comment to be clearer
2014-04-06 Russell BelferMore ** tests for pattern rules
2014-04-06 Vicent MartiMerge pull request #2250 from jacquesg/vector-leak
2014-04-06 Jacques GermishuysDon't lose our elements when calling git_vector_set()
2014-04-05 Russell BelferAdd support for ** matches in ignores
2014-04-04 Vicent MartiMerge pull request #2215 from libgit2/rb/submodule...
2014-04-04 Vicent MartiMerge pull request #2211 from Yogu/retry-renaming-config
2014-04-03 Russell BelferTest (and fix) the git_submodule_sync changes
2014-04-03 Russell BelferMinor code cleanup
2014-04-03 Jan Melchergit_submodule_resolve_url supports relative urls
2014-04-03 Jan MelcherTest git_submodule_add_setup with relative url
2014-04-03 Vicent MartiMerge pull request #2244 from jacquesg/const-correctness
2014-04-03 Jacques GermishuysConst correctness!
2014-04-03 Vicent MartiMerge pull request #2238 from libgit2/cmn/upstream...
2014-04-03 Vicent MartiMerge pull request #2239 from libgit2/vmg/clar-skip...
2014-04-02 Carlos Martín... remote: mark branch for-merge even if we're unborn
2014-04-02 Carlos Martín... remote: write tests for cloning from an empty repo
2014-04-02 Vicent MartiClar: skip tests
2014-04-02 Vicent MartiMerge pull request #2237 from mekishizufu/fix_return_value
2014-04-02 Jiri Pospisilcheckout: Fix submodule_is_config_only's return value
2014-04-02 Vicent MartiMerge pull request #2230 from anuraggup/revwalk-merge...
2014-04-02 Russell BelferAdd warning when skipping blame test
2014-04-02 Vicent MartiMerge pull request #2231 from libgit2/fix-memory-index...
2014-04-02 Rob RixGive the correct name for the function in the doc.
2014-04-02 Vicent MartiMerge pull request #2233 from libgit2/rb/fix-untracked...
2014-04-02 Russell BelferSkip blame libgit2 test if not in libgit2 repo
2014-04-02 Russell BelferNew tests of status for repo inside repo
2014-04-02 Russell BelferFix skipping content of contained repos
2014-04-01 Russell BelferMore tests and fix submodule index refresh
2014-04-01 Rob RixCorrect a stale reference to GIT_EBAREINDEX
2014-04-01 Russell BelferRemove most submodule reloads from tests
2014-04-01 Russell BelferFix submodule accounting for name and path changes
2014-04-01 Carlos Martín... refspec: git_refspec_parse() does not exist
2014-04-01 Russell BelferMinor submodule cache locking improvements
2014-04-01 Russell BelferReinstate efficient submodule reloading
2014-04-01 Russell BelferUse enums instead of bools for submodule options
2014-04-01 Russell BelferMake submodule refresh a bit smarter
next