]> git.proxmox.com Git - libgit2.git/history - src
Remove third stage from checkout progress reporting
[libgit2.git] / src /
2012-10-20 Ben StraubRemove third stage from checkout progress reporting
2012-10-20 Ben Straubgitno_buffer: callback on each packet
2012-10-20 Ben StraubIndexing progress now goes to 100%
2012-10-20 Ben StraubCorrect progress reporting from checkout
2012-10-20 Ben StraubAdjust for rebase
2012-10-20 Ben StraubClone: in-line callbacks for progress
2012-10-20 Ben StraubFix clone.c's indentation
2012-10-20 Ben StraubFetch/indexer: progress callbacks
2012-10-20 nulltokenindex: remove read_tree() progress indicator
2012-10-20 Ben StraubRemove dead code
2012-10-20 Ben StraubRemove checkout_stats from git_clone
2012-10-20 Ben StraubConvert checkout_* to use progress callback
2012-10-20 Ben StraubConvert checkout_index to use progress callback
2012-10-20 Ben StraubAdd accessor for git_remote's stats field
2012-10-20 Ben StraubAdd git_indexer_stats field to git_remote
2012-10-20 Vicent MartíMerge pull request #1001 from veeti/build-fixes
2012-10-20 Philip KelleyMerge pull request #1003 from arrbee/fix-test-core-env
2012-10-19 Russell BelferFix env variable tests with new Win32 path rules
2012-10-19 Vicent MartíMerge pull request #1000 from nulltoken/error/GIT_EORPH...
2012-10-19 nulltokenerrors: deploy GIT_EORPHANEDHEAD usage
2012-10-19 nulltokenbranch: allow deletion of branch when HEAD's missing
2012-10-18 Russell BelferMerge pull request #998 from nulltoken/topic/explicit...
2012-10-18 nulltokendiff: workdir diffing in a bare repo returns EBAREREPO
2012-10-18 Vicent MartíMerge pull request #993 from pwkelley/clar_update
2012-10-18 Vicent MartíMerge pull request #995 from nulltoken/fix/issue_994
2012-10-18 nulltokenrevparse: properly handle refnames containing a @
2012-10-18 Carlos Martín Nietofetch: declare variables at the top of the block
2012-10-18 Vicent MartíMerge pull request #992 from carlosmn/fetch-cancel
2012-10-18 Carlos Martín Nietoremote: support fetch cancelation
2012-10-17 Russell BelferMerge pull request #968 from arrbee/diff-support-typechange
2012-10-17 Russell BelferFix minor bugs
2012-10-17 Ben StraubMerge pull request #972 from PaulThompson/separate_strarray
2012-10-17 Russell BelferSkip submodule checkout pass if no submodules
2012-10-17 Philip KelleyMerge pull request #988 from pwkelley/pack-objects
2012-10-17 Philip KelleyIncremental improvements to pack-objects logic
2012-10-16 Vicent MartíMerge pull request #987 from pwkelley/pthread_cond
2012-10-16 Vicent Martitest: Don't be so picky with failed lookups
2012-10-16 Philip KelleySupport pthread_cond_* on Win32
2012-10-16 Carlos Martín Nietoconfig: also free the XDG buffer
2012-10-16 Vicent MartíMerge pull request #952 from csware/config-locations
2012-10-16 Philip KelleyMerge pull request #984 from arrbee/fix-fnmatch-and...
2012-10-15 Ben StraubMerge pull request #982 from nulltoken/clone/no-checkout
2012-10-15 Russell BelferFix single-file ignore checks
2012-10-15 Russell BelferImport DOS fix for fnmatch
2012-10-15 Russell BelferAlways use internal fnmatch, not system
2012-10-15 Ben StraubMerge pull request #978 from nulltoken/fix/reset-hard
2012-10-15 nulltokentest: fix some memory leaks
2012-10-15 nulltokenreset: prevent hard reset in a bare repository
2012-10-15 nulltokenclone: fix detection of remote HEAD
2012-10-15 nulltokenclone: Explicit support of no-checkout option
2012-10-15 Carlos Martín NietoFix leak in the tests
2012-10-15 Carlos Martín Nietorefs: loosen the OID parsing
2012-10-14 Philip KelleyFix buffer overrun in git_buf_put_base64
2012-10-11 Ben StraubMerge pull request #974 from nulltoken/EEXISTS
2012-10-11 nulltokenbranches: propagate EEXISTS upon creation
2012-10-11 Paul ThompsonSeparated git_strarray from common.h. Added doxy comments.
2012-10-11 nulltokenrefs: propagate EEXISTS upon renaming
2012-10-10 Vicent MartíMerge pull request #971 from arrbee/base64-encoder
2012-10-10 Carlos Martín Nietohttp: don't discard the HEAD ref
2012-10-10 Russell BelferAdd git_buf_put_base64 to buffer API
2012-10-09 Vicent MartíMerge pull request #803 from schu/gsoc-pack-objects
2012-10-09 Michael Schubertfixup! gsoc-pack-objects WIP
2012-10-09 Michael Schubertgsoc-pack-objects WIP
2012-10-09 Michael SchubertAdd diff-delta code from git.git
2012-10-09 Michael Schubertindexer: do not require absolute path
2012-10-09 Michael SchubertEnable pthread condition vars
2012-10-09 Michael SchubertAdd git_tag_foreach
2012-10-09 Michael Schubertgit_odb_object_free: don't segfault w/ arg == NULL
2012-10-09 Michael Schubertutil: add git__compress()
2012-10-09 Russell BelferAdd complex checkout test and then fix checkout
2012-10-09 Russell BelferCleanup TYPECHANGE support
2012-10-09 Russell BelferFix checkout to know about TYPECHANGE diffs
2012-10-09 Russell BelferIntroduce status/diff TYPECHANGE flags
2012-10-09 Russell BelferImprove error propogation in checkout
2012-10-09 Vicent MartíMerge pull request #967 from arrbee/diff-submodule...
2012-10-09 Michael SchubertFix compiler warnings
2012-10-08 Ben StraubMerge pull request #949 from nulltoken/topic/deploy_rep...
2012-10-08 Russell BelferAdd test for diffs with submodules and bug fixes
2012-10-08 Russell BelferFix a few diff bugs with directory content
2012-10-08 Russell BelferMerge pull request #940 from scunz/diff_sm
2012-10-08 Russell BelferMerge pull request #966 from pwkelley/icasefix
2012-10-08 Philip KelleyFix a bug where ignorecase wasn't applied to ignores
2012-10-07 nulltokenclone: fix cloning of empty repository
2012-10-07 nulltokenclone: leverage refspec transform
2012-10-07 nulltokenrefspec: introduce git_refspec_transform_l()
2012-10-07 nulltokenclone: align type casing with convention
2012-10-07 nulltokenbranch: deploy git_branch_is_head()
2012-10-07 nulltokenbranch: introduce git_branch_is_head()
2012-10-07 nulltokenrefs: deploy git_repository_set_head() usage
2012-10-07 nulltokenclone: deploy git_repository_set_head() usage
2012-10-07 nulltokenreset: make reset rely on git_repository_head()
2012-10-07 nulltokenremote: use constants for well-known names
2012-10-07 nulltokenrefs: use constants for well-known names
2012-10-07 Carlos Martín Nietoremote: only keep a weak pointer in update_tips
2012-10-07 Carlos Martín Nietoprotocol: don't store flushes
2012-10-05 Sascha CunzDiff: Do not try to calculate an oid for a GITLINK.
2012-10-05 Sascha CunzExtract submodule logic out of diff_output.c:get_workdi...
2012-10-05 Sascha CunzDiff: teach get_workdir_content to show a submodule...
2012-10-05 Sascha CunzDiff: teach get_blob_content to show a submodule as...
2012-10-05 Sascha CunzFix minor whitespace issue
next