]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2013-02-25 Martin WoodwardRemove sample hook files
2013-02-23 Vicent MartíMerge pull request #1355 from phkelley/development
2013-02-22 Vicent MartíMerge pull request #1356 from arrbee/fix-directory...
2013-02-22 Russell BelferDo not fail if .gitignore is directory
2013-02-22 Philip KelleyRename 'exp' so it doesn't conflict with exp()
2013-02-22 Vicent MartíMerge pull request #1343 from nulltoken/topic/remote_or...
2013-02-22 Vicent MartíMerge pull request #1354 from nulltoken/fix/stash-drop
2013-02-22 Philip KelleyPortability fixes for Solaris
2013-02-22 nulltokenbranch: refactor git_branch_remote_name() tests
2013-02-22 nulltokenbranch: Make git_branch_remote_name() cope with orphane...
2013-02-22 nulltokenstash: Update the reference when dropping the topmost...
2013-02-22 nulltokenstash: Refactor stash::drop tests
2013-02-22 nulltokenignore: enhance git_ignore_path_is_ignored() test coverage
2013-02-21 Vicent MartíMerge pull request #1352 from ethomson/reuc_sort
2013-02-21 Edward Thomsonadd a sorter to the reuc on index creation
2013-02-20 Vicent MartíMerge pull request #1351 from arrbee/moar-treebuilder...
2013-02-20 Russell BelferAdd more treebuilder tests
2013-02-20 Vicent MartíMerge pull request #1350 from arrbee/fix-1292
2013-02-20 Russell BelferSome code cleanups in tree.c
2013-02-20 Russell BelferStore treebuilder length separately from entries vec
2013-02-20 Russell BelferMerge pull request #1348 from libgit2/signatures-2
2013-02-20 Vicent MartíMerge pull request #1349 from libgit2/clar-no-cache
2013-02-20 Vicent MartiDisable caching in Clar
2013-02-20 Vicent Martisignature: Small cleanup
2013-02-20 Vicent Martisignature: Shut up MSVC, you silly goose
2013-02-20 Vicent MartiSimplify signature parsing
2013-02-17 Vicent MartíMerge pull request #1344 from arrbee/fix-static-analyze...
2013-02-16 Russell BelferClear up warnings from cppcheck
2013-02-16 Russell BelferFix memory leak in p_getaddrinfo on Amiga
2013-02-15 Russell BelferAdd rudimentary error checks and reformat comments
2013-02-15 Vicent MartíMerge pull request #1342 from ghedo/development
2013-02-15 Alessandro... push: fix typo in git_push_finish() doc
2013-02-14 Vicent MartíMerge pull request #1318 from nulltoken/topic/diff...
2013-02-14 Vicent MartíMerge pull request #1340 from schu/push-docs
2013-02-14 Michael Schubertpush: improve docs on success / failure of git_push_finish
2013-02-14 Ben StraubFix a leak when canceling a network operation
2013-02-14 Philip KelleyFix a git_filebuf leak (fixes Win32 clone::can_cancel)
2013-02-14 Vicent MartíMerge pull request #1335 from phkelley/development
2013-02-13 Philip KelleyChange git2.rc to identify git.dll as VOS_NT_WINDOWS32
2013-02-13 Philip KelleyImprove MSVC compiler, linker flags
2013-02-12 Ben StraubMerge pull request #1333 from phkelley/push_options
2013-02-12 Russell BelferMerge pull request #1246 from arrbee/fix-force-text...
2013-02-12 Russell BelferMerge pull request #1316 from ben/clone-cancel
2013-02-11 Russell BelferMore diff tests with binary data
2013-02-11 Russell BelferReorganize FORCE_TEXT diff flag checks
2013-02-11 Russell BelferAdd FORCE_TEXT check into git_diff_blobs code path
2013-02-11 Russell BelferMerge pull request #1324 from nulltoken/topic/remote_is...
2013-02-11 nulltokenremote: Introduce git_remote_is_valid_name()
2013-02-11 nulltokenrefs: No component of a refname can end with '.lock'
2013-02-11 nulltokenremote: reorganize tests
2013-02-11 Russell BelferMerge pull request #1190 from nulltoken/topic/reset...
2013-02-11 Philip KelleyMerge pull request #1323 from jamill/resolve_remote
2013-02-11 Jameson MillerTeach refspec to transform destination reference to...
2013-02-11 Jameson MillerTeach remote branch to return its remote
2013-02-11 Philip KelleyAdd git_push_options, to set packbuilder parallelism
2013-02-11 Philip KelleyFix some incorrect MSVC #ifdef's. Fixes #1305
2013-02-10 Philip KelleyFix a bug introduced in df93a681 'Merge the push...'
2013-02-10 Michael SchubertFix -Wmaybe-uninitialized warning
2013-02-09 Vicent MartíMerge pull request #1320 from cscheid/development
2013-02-09 Vicent MartíMerge pull request #1327 from phkelley/development
2013-02-08 Scott J. Goldmantests: fix whitespace in refs/rename.c
2013-02-08 Philip KelleyMerge the push report into the refs to avoid a 3rd...
2013-02-08 Jameson MillerFix Windows symlinks
2013-02-08 Russell BelferMerge pull request #1249 from yorah/topic/diff-notify...
2013-02-08 Vicent MartíMerge pull request #1325 from SHyx0rmZ/fix-windows...
2013-02-08 Patrick PokatiloMoved braces to conform to code style
2013-02-08 Patrick PokatiloReplace LoadLibrary with GetModuleHandle, since kernel3...
2013-02-08 Patrick PokatiloReplace call to strnlen with call to strlen
2013-02-08 Patrick PokatiloInclude <string.h>
2013-02-07 Patrick PokatiloFix call to readlink
2013-02-07 yorahdiff: add a notify callback to `git_diff__from_iterators`
2013-02-07 yorahReturn the matched pathspec pattern in `git_pathspec_ma...
2013-02-07 Ben StraubMerge pull request #1322 from phkelley/development
2013-02-07 Philip KelleyNo bitfields in public headers b/c packing is compiler...
2013-02-07 Scott J. Goldmantests: fix indentation in repo/message.c
2013-02-07 Scott J. Goldmantests: fix indentation in repo/init.c
2013-02-07 Scott J. Goldmantests: fix code style in threads/basic.c
2013-02-07 Patrick PokatiloCall p_readlink to determine symlink size
2013-02-06 Carlos Scheideggerremoved other references to api.html
2013-02-06 Vicent MartíMerge pull request #1319 from cscheid/development
2013-02-06 Carlos Scheideggerremoved obsolete reference to api.html
2013-02-06 Ben StraubFetchhead: don't expect a tag that isn't there
2013-02-06 Ben StraubFix fetchhead tests to expect nearly-dangling
2013-02-06 Ben StraubClone: fetch all tags
2013-02-06 Ben StraubExpect standard error code from internal calls
2013-02-06 nulltokendiff: Enhance tree-to-tree diff test coverage
2013-02-06 nulltokendiff: refactor git_diff_tree_to_tree() tests
2013-02-06 nulltokenAdd unsymlinked.git test repository
2013-02-05 Ben StraubAllow all non-zero returns to cancel transfers
2013-02-05 Ben StraubEnhance test coverage for transfer cancellation
2013-02-05 Ben StraubDocument callback-triggered cancellation
2013-02-05 nulltokenFix MSVC compilation warnings
2013-02-05 nulltokentests: Remove useless code
2013-02-05 nulltokenreset: Introduce git_reset_default()
2013-02-05 Ben StraubAllow progress callback to cancel fetch
2013-02-05 nulltokenreset: Enhance documentation
2013-02-05 nulltokenindex: Fix indentations
2013-02-05 nulltokenindex: Enhance documentation
2013-02-05 Vicent MartíMerge pull request #1315 from nulltoken/development
2013-02-05 nulltokencMakeList: Prevent MSVCR1x0.dll dependency
next