]> git.proxmox.com Git - libgit2.git/history - src/checkout.c
Oh yeah, bugs from my rebase
[libgit2.git] / src / checkout.c
2013-01-04 Russell BelferSimplify checkout documentation
2013-01-04 Russell BelferFix some submodule and typechange checkout cases
2013-01-04 Russell BelferFix workdir notifications and removals
2013-01-04 Russell BelferFix up spoolandsort iterator usage
2013-01-04 Russell BelferAdd index updating to checkout
2013-01-04 Russell BelferMore checkout improvements
2013-01-04 Russell BelferRework checkout internals (again)
2013-01-02 Vicent MartíMerge pull request #1152 from ben/clone-api-structification
2012-12-28 Vicent MartíMerge pull request #1176 from arrbee/fix-iter-memleak
2012-12-28 Russell BelferMake spoolandsort a pushable iterator behavior
2012-12-19 Vicent MartíMerge pull request #1150 from schu/fix-netops-ssl
2012-12-17 Vicent MartíMerge pull request #1151 from arrbee/fix-diff-construct...
2012-12-17 Russell BelferFix diff constructor name order confusion
2012-12-10 Vicent MartíMerge pull request #1133 from arrbee/more-iterator...
2012-12-10 Russell BelferClean up iterator APIs
2012-12-07 Vicent MartíMerge pull request #1091 from carlosmn/stream-object
2012-12-05 Vicent MartíMerge pull request #1115 from ben/struct-versions
2012-12-04 Edward Thomsonindentation fix
2012-12-04 Vicent MartíMerge pull request #1119 from ethomson/symlink_cast_ouch
2012-12-04 Edward Thomsonhey don't stomp on my memory!
2012-12-01 Ben StraubDeploy GIT_INIT_STRUCTURE
2012-12-01 Ben StraubDeploy GITERR_CHECK_VERSION
2012-11-30 Ben StraubDeploy GIT_DIFF_OPTIONS_INIT
2012-11-30 Ben StraubDeploy GIT_CHECKOUT_OPTS_INIT
2012-11-29 Vicent MartíMerge pull request #1090 from arrbee/ignore-invalid...
2012-11-28 Ben StraubMerge pull request #1087 from libgit2/great-renaming
2012-11-27 Vicent MartiMore external API cleanup
2012-11-23 Vicent MartíMerge pull request #1097 from nulltoken/topic/head_tree...
2012-11-22 nulltokenrepo: Make git_repository_head_tree() return error...
2012-11-22 Philip KelleyMerge pull request #1095 from martinwoodward/authors
2012-11-16 Vicent MartíMerge pull request #1075 from carlosmn/alternates-recurse
2012-11-16 Scott J. GoldmanMerge pull request #1071 from arrbee/alternate-fix...
2012-11-15 Vicent MartíMerge pull request #1074 from edubart/ignore_diff_filemode
2012-11-15 Vicent MartíMerge pull request #1072 from arrbee/diff-api-signatures
2012-11-15 Russell BelferAdd explicit git_index ptr to diff and checkout
2012-11-15 Russell BelferFix diff API to better parameter order
2012-11-15 Russell BelferAdd POSIX compat lstat() variant for win32
2012-11-13 Vicent MartíMerge pull request #1068 from carlosmn/config-empty...
2012-11-13 Vicent MartíMerge pull request #1016 from arrbee/fix-checkout-dir...
2012-11-09 Russell BelferFix warnings and valgrind issues
2012-11-09 Russell BelferFix various cross-platform build issues
2012-11-09 Russell BelferRework checkout with new strategy options
2012-11-09 Russell BelferFix checkout behavior when its hands are tied
2012-11-09 Russell BelferExtensions to rmdir and mkdir utilities
2012-11-05 Vicent MartíMerge pull request #1034 from carlosmn/packbuilder...
2012-11-02 Vicent MartíMerge pull request #1014 from arrbee/diff-rename-detection
2012-11-02 Philip KelleyMerge pull request #1041 from pwkelley/transports
2012-11-01 Vicent MartíMerge pull request #1030 from pwkelley/transports
2012-10-31 Vicent MartiMerge branch 'config-refresh' into development
2012-10-31 Ben StraubCheckout: remove duplicate 100% progress report
2012-10-30 Vicent MartíMerge pull request #1017 from arrbee/diff-patch-to-str
2012-10-25 Vicent MartíMerge pull request #1021 from ethomson/cmake_vs
2012-10-25 Russell BelferMerge pull request #925 from nulltoken/topic/moving...
2012-10-25 Vicent MartíMerge pull request #990 from ben/clone-callbacks
2012-10-23 Vicent MartíMerge pull request #1012 from carlosmn/libcrypto-sha
2012-10-22 Vicent MartíMerge pull request #963 from carlosmn/remote-save-autotag
2012-10-20 Ben StraubImprove clone sample's formatting
2012-10-20 Ben StraubCheckout progress now reports completed/total steps
2012-10-20 Ben StraubRemove third stage from checkout progress reporting
2012-10-20 Ben StraubCorrect progress reporting from checkout
2012-10-20 Ben StraubAdjust for rebase
2012-10-20 nulltokenindex: remove read_tree() progress indicator
2012-10-20 Ben StraubRemove dead code
2012-10-20 Ben StraubConvert checkout_* to use progress callback
2012-10-20 Ben StraubConvert checkout_index to use progress callback
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 Vicent MartíMerge pull request #1000 from nulltoken/error/GIT_EORPH...
2012-10-19 nulltokenerrors: deploy GIT_EORPHANEDHEAD usage
2012-10-17 Russell BelferMerge pull request #968 from arrbee/diff-support-typechange
2012-10-17 Russell BelferFix minor bugs
2012-10-17 Russell BelferSkip submodule checkout pass if no submodules
2012-10-16 Vicent MartíMerge pull request #952 from csware/config-locations
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 BelferImprove error propogation in checkout
2012-10-02 Russell BelferMerge pull request #932 from ben/clone_pack_race
2012-10-02 Russell BelferMerge pull request #939 from pwkelley/ignorecase
2012-09-28 Vicent MartíMerge pull request #959 from jamill/empty_file_hash
2012-09-28 Vicent MartíMerge pull request #958 from schu/fix-merge-base
2012-09-28 Vicent MartíMerge pull request #941 from arrbee/diff-separate-iterators
2012-09-25 Russell BelferAdd const to all shared pointers in diff API
2012-09-25 Vicent MartíMerge pull request #947 from arrbee/public-error-set
2012-09-22 Michael SchubertFix -Wmaybe-uninitialized warning
2012-09-21 Russell BelferMerge pull request #942 from nulltoken/topic/checkout...
2012-09-21 nulltokencheckout: add notification callback for skipped files
2012-09-20 nulltokenFix MSVC amd64 compilation warnings
2012-09-20 nulltokencheckout: prefer mode_t type usage over int
2012-09-17 Russell BelferMerge pull request #887 from nulltoken/topic/reset...
2012-09-17 nulltokencheckout: Mimic git_diff_options storage of paths
2012-09-17 nulltokencheckout : reduce memory usage when not filtering
2012-09-17 nulltokencheckout: drop git_checkout_reference()
2012-09-17 nulltokencheckout: segregate checkout strategies
2012-09-17 nulltokencheckout: introduce git_checkout_index()
2012-09-17 nulltokencheckout: introduce git_checkout_tree()
2012-09-11 Vicent MartíMerge pull request #920 from scunz/mergebase_const
2012-09-11 Vicent MartiMerge branch 'diff-crlf-filters' into development
2012-09-11 Russell BelferMerge pull request #914 from authmillenon/index-fixes
2012-09-11 Russell BelferMerge pull request #906 from nulltoken/topic/git_refere...
next