]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2014-04-01 Russell BelferUse enums instead of bools for submodule options
2014-04-01 Russell BelferMake submodule refresh a bit smarter
2014-04-01 Russell BelferMake a real submodule cache object
2014-04-01 Russell BelferAdd some funny options for debugging status
2014-04-01 Russell BelferSubmodule sync refactoring
2014-04-01 Russell BelferFix git_submodule_sync and add new config helper
2014-04-01 Russell BelferAdd efficient git_buf join3 API
2014-04-01 Russell BelferMerge pull request #2208 from libgit2/vmg/mempack
2014-04-01 Edward ThomsonMerge pull request #2226 from libgit2/rb/submodule...
2014-04-01 Vicent MartiMerge pull request #2229 from linquize/Wdeclaration...
2014-04-01 LinquizeAdd CFLAGS -Wdeclaration-after-statement
2014-04-01 Vicent MartiMerge pull request #2228 from mekishizufu/example_short_id
2014-04-01 Vicent MartiMerge pull request #2206 from libgit2/cmn/inmemory...
2014-04-01 Carlos Martín... remote: rename inmemory to anonymous and swap url and...
2014-04-01 Jiri Pospisilexamples: Use git_object_short_id
2014-04-01 Edward ThomsonMerge pull request #2178 from libgit2/rb/fix-short-id
2014-03-31 Russell BelferImprove test of submodule name sorting
2014-03-31 Russell BelferCleanups
2014-03-31 Russell BelferFix submodule sorting in workdir iterator
2014-03-31 Russell BelferAdd faster git_submodule__is_submodule check
2014-03-31 Vicent MartiMerge pull request #2224 from ethomson/merge_file_const
2014-03-31 Edward ThomsonConst up members of git_merge_file_result
2014-03-31 Vicent MartiMerge pull request #2222 from ethomson/merge_head_id
2014-03-31 Edward ThomsonIntroduce git_merge_head_id
2014-03-31 Carlos Martín... Merge pull request #2219 from tiennou/reset-need-pack
2014-03-30 Etienne SamsonDon't reset need_pack
2014-03-30 Edward ThomsonMerge pull request #2216 from ethomson/clar
2014-03-29 Edward ThomsonUpdate clar to 4b75388
2014-03-28 Vicent MartiMerge pull request #2214 from ethomson/sandbox_config
2014-03-28 Edward ThomsonSandbox configuration during test runs
2014-03-28 Edward ThomsonUpdate clar to 587f88a
2014-03-27 Vicent MartiMerge pull request #2212 from libgit2/rb/submodule...
2014-03-27 Russell BelferFix memory leak of test repository object
2014-03-27 Russell BelferFix memory leak of submodule branch name
2014-03-27 Russell BelferFix use-after-free in submodule reload
2014-03-27 Vicent MartiMerge pull request #2210 from libgit2/rb/submodule...
2014-03-26 Russell BelferFix error when submodule path and name differ
2014-03-26 Russell BelferFix segfault if gitmodules is invalid
2014-03-26 Vicent MartiMerge pull request #2209 from ethomson/cleanup
2014-03-26 Edward ThomsonFree temporary merge index
2014-03-26 Edward ThomsonDecorate unused params as unused in revwalk::hidecb...
2014-03-26 Vicent MartiMerge pull request #2204 from libgit2/rb/submodule...
2014-03-26 Vicent MartiIn-memory packing backend
2014-03-26 Vicent MartiMerge pull request #2205 from libgit2/rb/submodule...
2014-03-26 Vicent MartiMerge pull request #2166 from ethomson/giterr_restore
2014-03-26 Edward Thomsonclone: don't overwrite original error message
2014-03-26 Edward ThomsonTest for giterr_capture
2014-03-25 Russell BelferFix submodule leaks and invalid references
2014-03-25 Russell BelferUpdate behavior for untracked sub-repos
2014-03-25 Edward ThomsonMerge pull request #2181 from anuraggup/hide_cb
2014-03-25 Russell BelferMake submodules externally refcounted
2014-03-24 Anurag GuptaModified test for revwalk_hidecb
2014-03-24 Anurag GuptaCorrecting format of comments in header file
2014-03-24 Anurag GuptaUndoing local change done for building on x64
2014-03-24 Anurag GuptaConforming to libgit2 coding style.
2014-03-24 Anurag GuptaRemove unused push_cb_data
2014-03-24 Anurag GuptaUnit Tests for hide_cb in revwalk
2014-03-24 Anurag GuptaCallback to hide commits in revision walker.
2014-03-24 Russell BelferMerge pull request #2201 from ethomson/gitbuf_test_fix
2014-03-24 Edward Thomsonenv test needs to deref git_buf's ptr
2014-03-24 Vicent MartiMerge pull request #2183 from ethomson/merge_refactor
2014-03-24 Vicent MartiMerge pull request #2200 from libgit2/cmn/opts-buf
2014-03-24 Carlos Martín... opts: bits are not bytes
2014-03-24 Carlos Martín... settings: use git_buf for returning strings
2014-03-21 Vicent MartiMerge pull request #2197 from linquize/assert-wrong
2014-03-21 LinquizeFix wrong assertion
2014-03-20 Vicent MartiMerge pull request #2195 from libgit2/cmn/revwalk-no...
2014-03-20 Carlos Martín... revwalk: don't try to find merge bases when there can...
2014-03-20 Vicent MartiMerge pull request #2194 from libgit2/cmn/reflog-bare
2014-03-20 Carlos Martín... reflog: remove some dead code
2014-03-20 Carlos Martín... reflog: follow core.logallrefupdates
2014-03-20 Edward ThomsonUNBORN implies FAST_FORWARD
2014-03-20 Edward ThomsonIntroduce GIT_MERGE_ANALYSIS_UNBORN
2014-03-20 Edward Thomsongit_merge_status -> git_merge_analysis
2014-03-20 Edward ThomsonRemove `git_merge_result` as it's now unnecessary
2014-03-20 Edward ThomsonUpdate git_merge_tree_opts to git_merge_options
2014-03-20 Edward ThomsonChange signature of `git_merge` to take merge and check...
2014-03-20 Edward ThomsonRemove fastforward / uptodate from `git_merge`
2014-03-20 Edward ThomsonAdd `git_merge_status` to provide info about an upcomin...
2014-03-20 Edward ThomsonIntroduce git_merge_file for consumers
2014-03-19 Vicent MartiMerge pull request #2193 from libgit2/cmn/reflog-HEAD
2014-03-19 Carlos Martín... reflog: handle symref chains
2014-03-19 Carlos Martín... reflog: handle the birth of a branch
2014-03-19 Carlos Martín... reflog: simplify the append logic
2014-03-19 Carlos Martín... refdb: don't update when there's no need
2014-03-18 Carlos Martín... reflog: more comprehensive HEAD tests
2014-03-18 Vicent MartiMerge pull request #2189 from Aimeast/octopus
2014-03-18 AimeastImplement git_merge_base_octopus
2014-03-18 Vicent MartiMerge pull request #2192 from phkelley/development
2014-03-18 Philip KelleySeamless support for NTLM/Kerberos auth on Windows
2014-03-18 Vicent MartiMerge pull request #2190 from libgit2/cmn/current-branc...
2014-03-17 Russell BelferMerge pull request #2191 from libgit2/cmn/projects
2014-03-17 Carlos Martín... Add a few projects to the list
2014-03-17 Carlos Martín... refs: append to the HEAD reflog when updating the curre...
2014-03-17 Carlos Martín... repo: remove test which deletes HEAD
2014-03-17 Carlos Martín... branch: constness fixes
2014-03-13 Carlos Martín... refs: fix copy-paste doc error
2014-03-12 Edward ThomsonMerge pull request #2184 from libgit2/rb/fix-revwalk...
2014-03-12 Russell BelferFix pqueue sort boundary condition bug
2014-03-10 Jiri PospisilAdd failing test for git_object_short_id
next