]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2015-05-13 Carlos Martín... packbuilder: report progress during deltification
2015-05-13 Carlos Martín... local: send the packbuilder progress via the sideband
2015-05-13 Carlos Martín... examples: show the sideband progress on clone
2015-05-13 Carlos Martín... Merge pull request #3066 from libgit2/cmn/remote-less...
2015-05-13 Carlos Martín... push: free the update list
2015-05-13 Carlos Martín... Update CHANGELOG with the changes to the remotes
2015-05-13 Carlos Martín... remote: simplify anonymous creation
2015-05-13 Carlos Martín... remote: remove git_remote_save()
2015-05-13 Carlos Martín... remote: remove live changing of refspecs
2015-05-13 Carlos Martín... examples: adjust to the new remote API
2015-05-13 Carlos Martín... remote: move the tagopt setting to the fetch options
2015-05-13 Carlos Martín... remote: move the update_fetchhead setting to the options
2015-05-13 Carlos Martín... remote: move the transport ctor to the callbacks
2015-05-13 Carlos Martín... remote: add prune option to fetch
2015-05-13 Carlos Martín... remote: remove url and pushurl from the save logic
2015-05-13 Carlos Martín... Remove the callbacks struct from the remote
2015-05-13 Carlos Martín... push: remove own copy of callbacks
2015-05-12 Carlos Martín... Merge pull request #3111 from whoisj/centralizing-buffe...
2015-05-12 Carlos Martín... Merge pull request #3018 from ethomson/stash_apply
2015-05-11 Edward Thomsoncheckout: better document the `baseline_index` opt
2015-05-11 Edward Thomsonstash application: document new API in CHANGELOG
2015-05-11 Edward Thomsonstash: propagate the error when writing a tree
2015-05-11 Edward Thomsonstash_apply: provide progress callbacks
2015-05-11 Edward Thomsonstash_apply: provide its own options structure
2015-05-11 Edward Thomsonstash: test checkout notify callbacks
2015-05-11 Edward Thomsonstash apply: default to at least GIT_CHECKOUT_SAFE
2015-05-11 Edward Thomsonstash: return GIT_EMERGECONFLICT on merge conflict
2015-05-11 Edward Thomsonstash: document merge conflicts
2015-05-11 Edward Thomsonstash: refactor to use merge_iterators
2015-05-11 Edward Thomsonstash: ensure a reflog has entries
2015-05-11 Edward Thomsonstash apply: check out a tree, not piecewise
2015-05-11 Edward Thomsonstash: use git_commit_summary for a summary
2015-05-11 Edward Thomsonindex: introduce git_index_read_index
2015-05-11 Edward Thomsoncheckout: allow baseline to be specified as index
2015-05-11 Edward Thomsonmerge: merge iterators
2015-05-11 Pierre-Olivier... Added git_stash_apply() and git_stash_pop() APIs
2015-05-11 J Wymancentralizing all IO buffer size values
2015-05-09 Carlos Martín... Merge pull request #3104 from whoisj/optimal-buffer...
2015-05-07 J WymanAdjusting stream buffer size to 64KB
2015-05-06 Carlos Martín... Merge pull request #3086 from yongthecoder/master
2015-05-06 Carlos Martín... Merge pull request #3100 from arthurschreiber/patch-5
2015-05-05 Arthur SchreiberEnsure frameworks are mentioned in libgit2.pc
2015-05-05 Carlos Martín... config: plug a couple of leaks
2015-05-04 Yong LiAndroid build doesn't need deps/regex
2015-05-04 Carlos Martín... Merge pull request #3079 from ethomson/config
2015-05-04 Carlos Martín... Merge pull request #3070 from ethomson/checkout_icase
2015-05-04 Edward Thomsonconfig: test all multivars are updated
2015-05-04 Edward Thomsonconfig: use wildcard in test instead of empty expr
2015-05-04 Edward Thomsonconfig: cleanup some now-unused variables
2015-05-04 Edward Thomsonconfig: lock the file for write before reading
2015-05-04 Ryan Roden... Test setting config var under duplicate header.
2015-05-04 Edward Thomsonconfig: write existing lines as-is when rewriting
2015-05-04 Edward Thomsonconfig: examine whole file when writing
2015-05-04 Edward Thomsonconfig: test overwriting cvar in multiple regions
2015-05-04 Edward Thomsonconfig: ensure we can write to an empty file
2015-05-04 Edward Thomsoncheckout test: better case-insensitive test on Mac
2015-05-04 Edward Thomsonstatus test: always test the new file path
2015-05-04 Edward Thomsoncheckout test: only run icase on icase platform
2015-05-04 Edward Thomsoncheckout: break case-changes into delete/add
2015-05-04 Edward Thomsoncheckout: remove blocking dir when FORCEd
2015-05-04 Edward ThomsonRevert "Always checkout with case sensitive iterator"
2015-05-04 Edward Thomsoncheckout test: ensure we write to casechanged dir
2015-05-04 Edward Thomsoncheckout test: ignore unstaged case-changing renames
2015-05-04 Carlos Martín... Merge pull request #3087 from ethomson/pr/3054
2015-05-02 Edward ThomsonMerge pull request #3089 from volftomas/patch-2
2015-05-02 Tomas Paladin... Restructured to be nicer example
2015-05-01 Edward ThomsonMerge pull request #3092 from techee/iconv_macports_fix2
2015-05-01 Jiří TechetDon't search iconv in /opt/local
2015-05-01 Edward Thomsondiriter: actually use iconv on mac
2015-05-01 Edward Thomsongit_buf_put_w: introduce utf16->utf8 conversion
2015-05-01 Edward Thomsongit_path_diriter: use FindFirstFile in win32
2015-05-01 Edward Thomsongit_path_diriter: next shouldn't take path ptr
2015-05-01 Edward Thomsongit_path_dirload_with_stat: moved to fs_iterator
2015-05-01 Edward Thomsongit_path_dirload_with_stat: use git_path_diriter
2015-05-01 Edward Thomsongit_win32_path_dirload_with_stat: removed
2015-05-01 Edward Thomsongit_path_dirload: use git_path_diriter
2015-05-01 Edward Thomsongit_path: introduce 'git_path_diriter'
2015-05-01 Edward ThomsonMerge pull request #3059 from libgit2/cmn/negotiation...
2015-05-01 Edward ThomsonMerge pull request #3081 from leoyanggit/build_warnings
2015-04-30 Carlos Martín... Merge pull request #3090 from libgit2/jamill/doc_update
2015-04-30 Carlos Martín... Merge pull request #3088 from volftomas/patch-1
2015-04-30 Jameson MillerUpdate documentation for API changes
2015-04-30 Tomas Paladin... Added call to git_libgit2_shutdown()
2015-04-30 Tomas Paladin... Fixed unused warning in tests/rebase/merge.c
2015-04-29 Carlos Martín... Merge pull request #3085 from yongthecoder/regfree
2015-04-29 Yong LiDo not call regfree() on an empty regex that is not...
2015-04-28 Edward Thomsonwin32: keep full path for realpath usage
2015-04-28 Edward Thomsonwin32: mimic git_path_dirload_with_stat closely
2015-04-28 Edward Thomsondirload: loop conditional; less path mangling
2015-04-28 Edward Thomsonwin32 dirload: don't heap allocate DIR structure
2015-04-28 Edward Thomsonwin32: abstract file attributes -> struct stat fn
2015-04-28 J WymanImprovements to status performance on Windows.
2015-04-28 J WymanImprovements to ignore performance on Windows.
2015-04-28 Leo YangFix some build warnings
2015-04-24 Edward ThomsonMerge pull request #3071 from linquize/git_reflog_drop
2015-04-24 LinquizeFix wrong format string in git_reflog_drop() error...
2015-04-24 Carlos Martín... Merge pull request #3063 from ethomson/config_validate_name
2015-04-23 Edward ThomsonMerge pull request #2997 from libgit2/cmn/secure-transport
2015-04-23 Carlos Martín... SecureTransport: handle graceful closes
2015-04-23 Carlos Martín... SecureTransport: require TLS v1.x
next