summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
* repo: enhance git_repository_state() detectionnulltoken2012-10-272-14/+66
* tests: fix a memory leaknulltoken2012-10-271-0/+2
* Merge pull request #925 from nulltoken/topic/moving-branch-updates-configRussell Belfer2012-10-257-5/+403
|\
| * remote: introduce git_remote_rename()nulltoken2012-10-253-0/+221
| * buf: introduce git_buf_splice()nulltoken2012-10-251-0/+93
| * remote: prevent from saving a nameless remotenulltoken2012-10-251-5/+26
| * branch: rename config section upon movingnulltoken2012-10-251-0/+22
| * branch: remove config section upon deletionnulltoken2012-10-253-0/+41
* | Fix Windows buildBen Straub2012-10-254-5/+5
* | Merge pull request #990 from ben/clone-callbacksVicent Martí2012-10-2510-35/+98
|\ \ | |/ |/|
| * Remove 'bytes' param from git_remote_downloadBen Straub2012-10-241-2/+1
| * Network progress: rename thingsBen Straub2012-10-243-3/+3
| * Checkout progress now reports completed/total stepsBen Straub2012-10-193-6/+6
| * Fix from rebaseBen Straub2012-10-191-1/+1
| * Fix broken testsBen Straub2012-10-192-10/+10
| * Adjust for rebaseBen Straub2012-10-191-1/+1
| * Clone: in-line callbacks for progressBen Straub2012-10-192-17/+27
| * Fetch/indexer: progress callbacksBen Straub2012-10-191-1/+10
| * index: remove read_tree() progress indicatornulltoken2012-10-193-3/+3
| * Remove checkout_stats from git_cloneBen Straub2012-10-192-11/+22
| * Convert checkout_* to use progress callbackBen Straub2012-10-191-3/+21
| * Convert checkout_index to use progress callbackBen Straub2012-10-191-17/+34
| * Add git_indexer_stats field to git_remoteBen Straub2012-10-191-2/+1
* | GIT_EUNMERGEDEdward Thomson2012-10-241-1/+3
* | reset changes for mergeEdward Thomson2012-10-243-0/+95
* | tests-clar/repo: remove unused variableMichael Schubert2012-10-241-2/+0
* | Add config level support in the config APIyorah2012-10-2311-67/+310
* | Fix adding variable to config file with no trailing newlineyorah2012-10-232-0/+21
* | Merge pull request #963 from carlosmn/remote-save-autotagVicent Martí2012-10-221-0/+24
|\ \
| * | remote: set/unset the autotag setting on saveCarlos Martín Nieto2012-10-021-0/+24
* | | tests: more git_repository_head_detached() coveragenulltoken2012-10-221-0/+9
* | | reset: make git_reset() cope with an orphaned HEADnulltoken2012-10-221-0/+21
* | | test: extract make_head_orphaned() logicnulltoken2012-10-206-28/+26
* | | tests: leverage git_repository_detach_head()nulltoken2012-10-203-25/+13
| |/ |/|
* | Merge pull request #1003 from arrbee/fix-test-core-envPhilip Kelley2012-10-191-39/+81
|\ \
| * | Fix env variable tests with new Win32 path rulesRussell Belfer2012-10-191-39/+81
* | | Merge pull request #1000 from nulltoken/error/GIT_EORPHANEDHEADVicent Martí2012-10-195-10/+92
|\ \ \
| * | | errors: deploy GIT_EORPHANEDHEAD usagenulltoken2012-10-194-5/+89
| * | | branch: allow deletion of branch when HEAD's missingnulltoken2012-10-191-4/+3
| * | | tests: Fix unused variable warningnulltoken2012-10-191-1/+0
| |/ /
* | | Update README because vmg is @vmg.Ted Nyman2012-10-191-1/+1
|/ /
* | refs: cover more refname validity edge casesnulltoken2012-10-181-0/+3
* | status: querying a bare repo returns EBAREREPOnulltoken2012-10-181-4/+1
* | diff: workdir diffing in a bare repo returns EBAREREPOnulltoken2012-10-181-0/+17
* | Merge pull request #993 from pwkelley/clar_updateVicent Martí2012-10-183-4/+44
|\ \
| * | Update clar and add reliable rename for Win32Philip Kelley2012-10-183-4/+44
* | | revparse: properly handle refnames containing a @nulltoken2012-10-182-0/+35
|/ /
* | Merge pull request #968 from arrbee/diff-support-typechangeRussell Belfer2012-10-17114-29/+363
|\ \
| * | Add complex checkout test and then fix checkoutRussell Belfer2012-10-0912-51/+232
| * | Test data with lots of type changesRussell Belfer2012-10-09104-0/+153