| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Revert "Don't expect the 'empty-remote-url' remote to be listed" | Justin Spahr-Summers | 2012-11-05 | 1 | -2/+2 | |
| | | | | | | | Apparently git_remote_list() includes even remotes for which git_remote_load() would fail. Sorry @nulltoken, false alarm. This reverts commit f358ec143c8c9952227d31cd21c24f8c9be23d3c. | |||||
| * | Don't expect the 'empty-remote-url' remote to be listed | Justin Spahr-Summers | 2012-11-05 | 1 | -2/+2 | |
| | | | | | CC @nulltoken | |||||
| * | Test for GITERR_INVALID | Justin Spahr-Summers | 2012-11-05 | 1 | -0/+1 | |
| | | ||||||
| * | remote: Add malformed remote load test | nulltoken | 2012-11-04 | 1 | -2/+9 | |
| | | ||||||
| * | Improve docs, examples, warnings | Russell Belfer | 2012-11-01 | 1 | -4/+1 | |
| | | | | | | | This improves docs in some of the public header files, cleans up and improves some of the example code, and fixes a couple of pedantic warnings in places. | |||||
| * | Merge pull request #1030 from pwkelley/transports | Vicent Martí | 2012-11-01 | 2 | -2/+0 | |
| |\ | | | | | Reorganize transport architecture | |||||
| | * | Reorganize transport architecture (squashed 3) | Philip Kelley | 2012-11-01 | 2 | -2/+0 | |
| | | | ||||||
| * | | Fetch: don't clobber received count | Ben Straub | 2012-10-29 | 1 | -6/+5 | |
| |/ | | | | | This memset was being reached after the entire packfile under WinHttp, so the byte count was being lost for small repos. | |||||
| * | Merge pull request #925 from nulltoken/topic/moving-branch-updates-config | Russell Belfer | 2012-10-25 | 2 | -5/+227 | |
| |\ | | | | | Updates config upon moving and deletion of branches | |||||
| | * | remote: introduce git_remote_rename() | nulltoken | 2012-10-25 | 1 | -0/+201 | |
| | | | ||||||
| | * | remote: prevent from saving a nameless remote | nulltoken | 2012-10-25 | 1 | -5/+26 | |
| | | | ||||||
| * | | Fix Windows build | Ben Straub | 2012-10-25 | 1 | -1/+1 | |
| | | | | | | | | | Pedantic ordering of GIT_UNUSED vs. variable declarations. | |||||
| * | | Merge pull request #990 from ben/clone-callbacks | Vicent Martí | 2012-10-25 | 1 | -3/+10 | |
| |\ \ | |/ |/| | Progress callbacks | |||||
| | * | Remove 'bytes' param from git_remote_download | Ben Straub | 2012-10-24 | 1 | -2/+1 | |
| | | | ||||||
| | * | Network progress: rename things | Ben Straub | 2012-10-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | git_indexer_stats and friends -> git_transfer_progress* Also made git_transfer_progress members more sanely named. | |||||
| | * | Fetch/indexer: progress callbacks | Ben Straub | 2012-10-19 | 1 | -1/+10 | |
| | | | ||||||
| | * | Add git_indexer_stats field to git_remote | Ben Straub | 2012-10-19 | 1 | -2/+1 | |
| | | | | | | | | | | | Also removing all the *stats parameters from external APIs that don't need them anymore. | |||||
| * | | Merge pull request #963 from carlosmn/remote-save-autotag | Vicent Martí | 2012-10-22 | 1 | -0/+24 | |
| |\ \ | |/ |/| | Save the autotag configuration for remotes | |||||
| | * | remote: set/unset the autotag setting on save | Carlos Martín Nieto | 2012-10-02 | 1 | -0/+24 | |
| | | | | | | | | | | | Make the configuration option match the configured behavior when saving a remote. | |||||
| * | | test: fix some memory leaks | nulltoken | 2012-10-15 | 1 | -0/+2 | |
| | | | ||||||
| * | | tests: add a test for tag autofollow behaviour | Carlos Martín Nieto | 2012-10-11 | 1 | -0/+70 | |
| |/ | | | | | Also tell ctest and valgrind to run libgit2_clar with '-iall' so we run the network tests in travis. | |||||
| * | refspec: add git_refspec__free, remove git_refspec_parse | Carlos Martín Nieto | 2012-09-30 | 1 | -0/+1 | |
| | | | | | | | | The latter shouldn't be exposed and isn't used, git_refspec__parse supersedes it. Fix a leak in the refspec tests while we're at it. | |||||
| * | refspec: introduce git_refspec__parse() | nulltoken | 2012-09-25 | 1 | -0/+83 | |
| | | ||||||
| * | refspec: No remote tracking ref from a fetchspec-less remote | nulltoken | 2012-09-13 | 2 | -4/+4 | |
| | | ||||||
| * | Test trailing space after ref oid | Joshua Peek | 2012-08-09 | 1 | -2/+2 | |
| | | ||||||
| * | Parse ref oids without trailing newline | Joshua Peek | 2012-08-09 | 1 | -2/+2 | |
| | | ||||||
| * | Merge remote-tracking branch 'nulltoken/topic/branch-rework' into development | Vicent Marti | 2012-07-27 | 1 | -2/+2 | |
| |\ | ||||||
| | * | branch: introduce git_branch_tracking() | nulltoken | 2012-07-24 | 1 | -2/+2 | |
| | | | ||||||
| * | | Remotes: Use correct url in git_remote_connect | Sascha Cunz | 2012-07-27 | 1 | -0/+12 | |
| | | | ||||||
| * | | Remotes: Save a cleaned pushurl (by deleting it from the config) | Sascha Cunz | 2012-07-27 | 1 | -0/+9 | |
| | | | ||||||
| * | | Tests: Test remote's pushurl | Sascha Cunz | 2012-07-26 | 1 | -2/+25 | |
| |/ | ||||||
| * | tests: add test commit with angle brackets in the author name | nulltoken | 2012-07-11 | 1 | -2/+2 | |
| | | ||||||
| * | notes: add test resource with faked two-level fanout | yorah | 2012-06-08 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #684 from benstraub/rev-parse | Vicent Martí | 2012-06-07 | 1 | -2/+2 | |
| |\ | | | | | Rev parse | |||||
| | * | Merge branch 'development' into rev-parse | Ben Straub | 2012-06-05 | 2 | -1/+21 | |
| | |\ | | | | | | | | | | | | | | | | Conflicts: src/util.h tests-clar/refs/branches/listall.c | |||||
| | * | | Rebasing onto libgit2/development: cleanup. | Ben Straub | 2012-05-11 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Fixing broken tests. | Ben Straub | 2012-05-11 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | tests: Fix warning with nested comments | Vicent Marti | 2012-06-05 | 1 | -1/+1 | |
| | |/ |/| | ||||||
| * | | Merge pull request #737 from nulltoken/topic/git_remote_add_refspec | Carlos Martín Nieto | 2012-06-04 | 1 | -0/+11 | |
| |\ \ | | | | | | | Remotes and refspecs | |||||
| | * | | remote: Make git_remote_add() generate a default refspec with a force update ↵ | nulltoken | 2012-06-04 | 1 | -0/+10 | |
| | | | | | | | | | | | | | specifier | |||||
| | * | | refspec: expose the force update specifier through git_refspec_force() accessor | nulltoken | 2012-05-30 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Add a failing test case for git_remote_disconnect/git_remote_connected. | Arthur Schreiber | 2012-06-02 | 1 | -0/+9 | |
| |/ / | ||||||
| * | | errors: Rename error codesbreaking-changes | Vicent Martí | 2012-05-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | errors: Rename the generic return codes | Vicent Martí | 2012-05-18 | 2 | -2/+2 | |
| |/ | ||||||
| * | remotes: change git_remote_new's signature | Carlos Martín Nieto | 2012-05-08 | 2 | -2/+2 | |
| | | | | | | Add a fetch refspec arguemnt and make the arguments (name, url, refspec), as that order makes more sense. | |||||
| * | remote: add git_remote_add() | Carlos Martín Nieto | 2012-05-08 | 1 | -0/+12 | |
| | | | | | Helper function to create a remote with the default settings | |||||
| * | remote: make git_remote_load() return GIT_ENOTFOUND when the remote url ↵ | nulltoken | 2012-05-08 | 1 | -0/+5 | |
| | | | | | cannot be retrieved from the config file | |||||
| * | Remove old and unused error codes | Vicent Martí | 2012-05-02 | 1 | -2/+2 | |
| | | ||||||
| * | Update test suite | Vicent Martí | 2012-05-02 | 2 | -16/+16 | |
| | | ||||||
| * | Merge branch 'new-error-handling' into development | Vicent Martí | 2012-05-02 | 1 | -2/+22 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .travis.yml include/git2/diff.h src/config_file.c src/diff.c src/diff_output.c src/mwindow.c src/path.c tests-clar/clar_helpers.c tests-clar/object/tree/frompath.c tests/t00-core.c tests/t03-objwrite.c tests/t08-tag.c tests/t10-refs.c tests/t12-repo.c tests/t18-status.c tests/test_helpers.c tests/test_main.c | |||||
