Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | branch: Make git_branch_remote_name() cope with orphaned heads | nulltoken | 2013-02-22 | 1 | -6/+6 | |
| | ||||||
* | Merge pull request #1190 from nulltoken/topic/reset-paths | Russell Belfer | 2013-02-11 | 1 | -1/+1 | |
|\ | | | | | reset: Allow the selective reset of pathspecs | |||||
| * | Fix MSVC compilation warnings | nulltoken | 2013-02-05 | 1 | -1/+1 | |
| | | | | | | | | Fix #1308 | |||||
* | | Teach remote branch to return its remote | Jameson Miller | 2013-02-11 | 1 | -0/+81 | |
|/ | ||||||
* | Added git_branch_name(). | Sebastian Bauer | 2013-01-25 | 1 | -0/+21 | |
| | | | | | | | | | This is a convenience function to get the branch name of a given ref. The returned branch name is compatible with the name that can be supplied e.g. to git_branch_lookup(). That is, the prefixes "refs/heads" or "refs/remotes" are omitted. Also added a new test for testing the new function. | |||||
* | branch: Introduce git_branch_tracking_name() | nulltoken | 2013-01-16 | 1 | -21/+83 | |
| | ||||||
* | Fix indentations | nulltoken | 2013-01-16 | 1 | -4/+4 | |
| | ||||||
* | update copyrights | Edward Thomson | 2013-01-08 | 1 | -1/+1 | |
| | ||||||
* | tracking: fix retrieval of the tracking ref of branch with empty merge ↵ | nulltoken | 2012-11-28 | 1 | -2/+2 | |
| | | | | and/or remote entry | |||||
* | More external API cleanup | Vicent Marti | 2012-11-27 | 1 | -15/+4 | |
| | | | | | | Conflicts: src/branch.c tests-clar/refs/branches/create.c | |||||
* | Rename ref and reflog apis for consistency | Ben Straub | 2012-11-27 | 1 | -1/+1 | |
| | ||||||
* | repository: Refine repository_head() error report | nulltoken | 2012-11-12 | 1 | -1/+1 | |
| | ||||||
* | create FETCH_HEAD specially instead of as a ref file | Edward Thomson | 2012-11-11 | 1 | -0/+5 | |
| | ||||||
* | config: introduce git_config_rename_section() | nulltoken | 2012-10-25 | 1 | -87/+30 | |
| | ||||||
* | branch: rename config section upon moving | nulltoken | 2012-10-25 | 1 | -12/+58 | |
| | ||||||
* | branch: remove config section upon deletion | nulltoken | 2012-10-25 | 1 | -0/+49 | |
| | ||||||
* | errors: deploy GIT_EORPHANEDHEAD usage | nulltoken | 2012-10-19 | 1 | -1/+1 | |
| | ||||||
* | branch: allow deletion of branch when HEAD's missing | nulltoken | 2012-10-19 | 1 | -1/+7 | |
| | ||||||
* | branches: propagate EEXISTS upon creation | nulltoken | 2012-10-11 | 1 | -5/+4 | |
| | ||||||
* | branch: deploy git_branch_is_head() | nulltoken | 2012-10-08 | 1 | -19/+8 | |
| | ||||||
* | branch: introduce git_branch_is_head() | nulltoken | 2012-10-07 | 1 | -0/+23 | |
| | ||||||
* | refspec: No remote tracking ref from a fetchspec-less remote | nulltoken | 2012-09-13 | 1 | -3/+5 | |
| | ||||||
* | Merge branch 'branch-delete-ref' into development | Vicent Marti | 2012-08-27 | 1 | -16/+15 | |
|\ | | | | | | | | | Conflicts: include/git2/refs.h | |||||
| * | branch: Change `git_branch_delete` to take a refbranch-delete-ref | Vicent Marti | 2012-08-26 | 1 | -16/+15 | |
| | | ||||||
* | | branch: reduce code duplication | nulltoken | 2012-08-27 | 1 | -25/+3 | |
|/ | ||||||
* | branch: Add `repository` argument to `create` | Vicent Marti | 2012-07-27 | 1 | -2/+5 | |
| | | | | | Yes, we can get the repository from the owner of the object, but having it marked explicitly makes the API more consistent. | |||||
* | branch: enforce git_branch_delete() parameter checking | nulltoken | 2012-07-24 | 1 | -0/+1 | |
| | ||||||
* | branch: introduce git_branch_tracking() | nulltoken | 2012-07-24 | 1 | -0/+68 | |
| | ||||||
* | branch: make git_branch_move() reference based | nulltoken | 2012-07-24 | 1 | -12/+16 | |
| | ||||||
* | branch: introduce git_branch_lookup() | nulltoken | 2012-07-24 | 1 | -0/+11 | |
| | ||||||
* | branch: change git_branch_create() to make it return a reference | nulltoken | 2012-07-24 | 1 | -9/+5 | |
| | ||||||
* | branch: remove useless header | nulltoken | 2012-07-24 | 1 | -1/+2 | |
| | ||||||
* | branch: drop git_branch_list() | nulltoken | 2012-06-21 | 1 | -43/+0 | |
| | ||||||
* | branch: add git_branch_foreach() | nulltoken | 2012-06-21 | 1 | -0/+43 | |
| | ||||||
* | Fix issue #763 | Frederick Ros | 2012-06-13 | 1 | -3/+5 | |
| | ||||||
* | Merge pull request #710 from libgit2/breaking-changes | Vicent Martí | 2012-05-18 | 1 | -1/+1 | |
|\ | | | | | Break everything before the release | |||||
| * | errors: Rename error codesbreaking-changes | Vicent Martí | 2012-05-18 | 1 | -1/+1 | |
| | | ||||||
| * | errors: Rename the generic return codes | Vicent Martí | 2012-05-18 | 1 | -1/+1 | |
| | | ||||||
| * | Properly tag all `enums` with a `_t` | Vicent Martí | 2012-05-18 | 1 | -1/+1 | |
| | | ||||||
* | | branch: retrieve symbolic references when listing the branches | nulltoken | 2012-05-18 | 1 | -1/+1 | |
|/ | ||||||
* | branch: make git_branch_delete() return GIT_ENOTFOUND when the branch ↵ | nulltoken | 2012-05-13 | 1 | -1/+1 | |
| | | | | doesn't exist | |||||
* | branch: simplify error handling for git_branch_move() | Carlos Martín Nieto | 2012-04-12 | 1 | -18/+10 | |
| | | | | | The cleanup needs to happen anyway, so set the error code and jump there instead of copying the code. | |||||
* | branch: plug leaks in git_branch_move() and _delete() | Carlos Martín Nieto | 2012-04-12 | 1 | -14/+32 | |
| | ||||||
* | Typedefs don't have enum in front | Carlos Martín Nieto | 2012-04-11 | 1 | -1/+1 | |
| | ||||||
* | branch: add git_branch_move() | nulltoken | 2012-04-10 | 1 | -0/+18 | |
| | ||||||
* | Add basic branch management API: git_branch_create(), git_branch_delete(), ↵ | nulltoken | 2012-04-10 | 1 | -0/+180 | |
git_branch_list() |