]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2014-05-28 Vicent MartiMerge pull request #2359 from e45lee/chmod-fix
2014-05-28 Vicent MartiMerge pull request #2385 from karipe/development
2014-05-28 Vicent MartiMerge pull request #2337 from ethomson/merge_ff
2014-05-28 Edward ThomsonModify GIT_MERGE_CONFIG -> GIT_MERGE_PREFERENCE
2014-05-28 Edward ThomsonStaticify `merge_config`
2014-05-28 Edward ThomsonUse a config snapshot
2014-05-28 Edward ThomsonMove GIT_MERGE_CONFIG_* to its own enum
2014-05-28 Edward ThomsonIntroduce GIT_MERGE_CONFIG_* for merge.ff settings
2014-05-27 Cha, HojeongFix compile error on Visual Studio
2014-05-26 Carlos Martín... Merge pull request #2382 from mikeando/doc_fixes
2014-05-24 Edward LeeAddress style concerns in setting mkdir/copy flags.
2014-05-23 Michael AndersonFixed miscellaneous documentation errors.
2014-05-23 Carlos Martín... odb: clear backend errors on successful read
2014-05-22 Carlos Martín... smart: initialize the error variable
2014-05-22 Carlos Martín... Plug leaks and fix a C99-ism
2014-05-22 Vicent MartiMerge pull request #2376 from libgit2/cmn/remote-symref
2014-05-22 Vicent MartiMerge pull request #2375 from libgit2/rb/safecrlf-on...
2014-05-22 Vicent MartiMerge pull request #2379 from ethomson/status_win32
2014-05-22 Edward ThomsonInclude windows.h on win32 for Sleep
2014-05-21 Vicent MartiMerge pull request #2372 from libgit2/cmn/fetch-terminate
2014-05-21 Carlos Martín... clone: get rid of head_info
2014-05-21 Carlos Martín... clone: make use of the remote's default branch guessing
2014-05-21 Carlos Martín... remote: add api to guess the remote's default branch
2014-05-21 Carlos Martín... local transport: expose the symref data
2014-05-21 Carlos Martín... remote: expose the remote's symref mappings
2014-05-21 Carlos Martín... smart: store reported symrefs
2014-05-21 Carlos Martín... Merge pull request #2373 from kitbellew/fix-clone-into...
2014-05-20 Albert MeltzerMinor fix for cmn/clone-into-mirror.
2014-05-20 Carlos Martín... Fix a leak in the tests
2014-05-20 Carlos Martín... smart: send a flush when we disconnect
2014-05-19 Russell BelferJust don't CRLF filter if there are no CRs
2014-05-19 Russell BelferMake core.safecrlf work on LF-ending platforms
2014-05-19 Vicent MartiMerge pull request #2371 from martinwoodward/attrib_fnmatch
2014-05-19 Martin WoodwardRestore attributions for fnmatch
2014-05-19 Vicent MartiMerge pull request #2354 from libgit2/cmn/clone-into...
2014-05-19 Carlos Martín... clone: don't error out if the branch already exists
2014-05-19 Carlos Martín... clone: duplicate the remote
2014-05-19 Carlos Martín... clone: add failing test for a mirror-clone with clone_into
2014-05-19 Vicent MartiMerge pull request #2364 from libgit2/cmn/comment-char
2014-05-19 Vicent MartiMerge pull request #2303 from jacquesg/mingw-lseek
2014-05-18 Philip KelleyMerge pull request #2365 from kitbellew/fix-indexer...
2014-05-18 Albert MeltzerFix warning on uninitialized variable.
2014-05-18 Carlos Martín... message: don't assume the comment char
2014-05-17 Philip KelleyFix a bug in the pack::packbuilder suite
2014-05-17 Philip KelleyFix printf format string from previous commit
2014-05-17 Philip Kelleyprint_binary_hunk: Treat types with respect
2014-05-17 Philip KelleyMerge remote-tracking branch 'upstream/cmn/indexer...
2014-05-17 Vicent MartiMerge pull request #2362 from libgit2/rb/update-4k...
2014-05-16 Carlos Martín... indexer: mmap fixes for Windows
2014-05-16 Carlos Martín... indexer: use mmap for writing
2014-05-16 Russell BelferGit binary check compat tests
2014-05-16 Russell BelferIncrease binary detection len to 8k
2014-05-16 Russell BelferMerge pull request #2360 from phkelley/noinherit
2014-05-16 Philip KelleyWin32: Supply _O_NOINHERIT when calling _wopen
2014-05-16 Edward LeeFixed permissions on template directories.
2014-05-16 Vicent MartiMerge pull request #2313 from libgit2/cmn/remote-delete
2014-05-16 Carlos Martín... remote: remove remote-tracking branches on delete
2014-05-15 Russell BelferMerge pull request #2357 from libgit2/cmn/pack-cache...
2014-05-15 Vicent MartiMerge pull request #2356 from libgit2/rb/restore-search...
2014-05-15 Carlos Martín... pack: init the cache on packfile alloc
2014-05-15 Russell BelferBetter search path sandboxing
2014-05-15 Philip KelleyFix mutex init/free in config_file.c
2014-05-14 Vicent MartiMerge pull request #2351 from linquize/init-var
2014-05-14 Vicent MartiMerge pull request #2349 from libgit2/rb/coverity-fixes
2014-05-14 Vicent MartiMerge pull request #2348 from stewid/add-link-R-bindings
2014-05-13 Russell BelferIncrease use of config snapshots
2014-05-13 Russell BelferSome coverity inspired cleanups
2014-05-13 Stefan WidgrenAdd R bindings to the README
2014-05-13 LinquizeInitialize local variable
2014-05-13 Vicent MartiMerge pull request #2328 from libgit2/rb/how-broken...
2014-05-13 Vicent MartiMerge pull request #2330 from libgit2/cmn/pack-unpack...
2014-05-13 Vicent MartiMerge pull request #2346 from kitbellew/fix2300
2014-05-13 Albert MeltzerWin32 fix for #2300.
2014-05-13 Carlos Martín... pack: don't forget to cache the base object
2014-05-13 Carlos Martín... pack: use stack allocation for smaller delta chains
2014-05-13 Carlos Martín... pack: expose a cached delta base directly
2014-05-12 Russell BelferMerge pull request #2336 from libgit2/rb/unicode-branch...
2014-05-12 Russell BelferMerge pull request #2334 from libgit2/rb/fix-2333
2014-05-12 Russell BelferDon't scale diff stat when not needed
2014-05-12 Russell BelferMinor fixes for warnings and error propagation
2014-05-12 Russell BelferMerge pull request #2300 from libgit2/cmn/match-host...
2014-05-12 Russell BelferMerge pull request #2188 from libgit2/cmn/config-snapshot
2014-05-09 Carlos Martín... pack: simplify delta chain code
2014-05-09 Carlos Martín... pack: preallocate a 64-element chain
2014-05-09 Carlos Martín... pack: make sure not to leak the dep chain
2014-05-09 Carlos Martín... pack: use a cache for delta bases when unpacking
2014-05-09 Carlos Martín... pack: unpack using a loop
2014-05-09 Carlos Martín... pack: do not repeat the same error message four times
2014-05-09 Carlos Martín... pack: remove misleading comment
2014-05-09 Vicent MartiMerge pull request #2331 from libgit2/rb/dont-stop...
2014-05-08 Russell BelferDisable threads::refdb::edit_while_iterate test
2014-05-08 Russell BelferDon't always test composed-insensitive lookups
2014-05-08 Russell BelferAllow cl_repo_get_bool to work with missing key
2014-05-08 Vicent MartiMerge pull request #2335 from libgit2/cmn/indexer-vecto...
2014-05-08 Russell BelferPass unconverted data when iconv doesn't like it
2014-05-08 Carlos Martín... indexer: avoid memory moves
2014-05-08 Russell BelferMerge pull request #2332 from libgit2/peff/iconv
2014-05-08 Jeff Kingexamples: add a basic for-each-ref example
2014-05-08 Jeff Kingcmake: s/ICONV/Iconv/ in FIND_PACKAGE
2014-05-08 Russell BelferUse unsigned type for APIs with opt flag mask
next