- 17 Jun, 2013 2 commits
-
-
Vicent Marti committed
-
Also fixed an assert typo on nulltoken's HEAD
yorah committed
-
- 30 May, 2013 1 commit
-
-
Vicent Marti committed
-
- 28 May, 2013 1 commit
-
-
Vicent Marti committed
-
- 11 May, 2013 2 commits
-
-
Carlos Martín Nieto committed
-
Nobody should ever be using anything other than ALL at this level, so remove the option altogether. As part of this, git_reference_foreach_glob is now implemented in the frontend using an iterator. Backends will later regain the ability of doing the glob filtering in the backend.
Carlos Martín Nieto committed
-
- 06 May, 2013 1 commit
-
-
Currently git_branch_set_upstream when passed a local branch creates invalid configuration, for ex. if we setup branch 'tracking_master' to track local 'master' libgit2 generates the following config ``` [branch "track_master"] remote = . merge = .refs/heads/track_master ``` The merge value is invalid and calling git_branch_upstream on 'tracking_master' results in invalid reference error. It should do: ``` [branch "track_master"] remote = . merge = refs/heads/master ```
Nikolai Vladimirov committed
-
- 01 May, 2013 1 commit
-
-
There were a couple of places where an error was being returned from branch related code but no error message was being set.
Russell Belfer committed
-
- 20 Apr, 2013 1 commit
-
-
A remote can have a multitude of refspecs. Up to now our git_remote's have supported a single one for each fetch and push out of simplicity to get something working. Let the remotes and internal code know about multiple remotes and get the tests passing with them. Instead of setting a refspec, the external users can clear all and add refspecs. This should be enough for most uses, though we're still missing a querying function.
Carlos Martín Nieto committed
-
- 18 Apr, 2013 1 commit
-
-
Russell Belfer committed
-
- 11 Apr, 2013 1 commit
-
-
Add functions to set and unset the upstream configuration to complement the getter we already have.
Carlos Martín Nieto committed
-
- 31 Mar, 2013 1 commit
-
-
Return the size we'd need to write to instead of simply an error. Split the function into two to be used later by the upstream configuration functions.
Carlos Martín Nieto committed
-
- 30 Mar, 2013 1 commit
-
-
The term 'tracking' is overloaded. Help distinguish what we mean by using 'upstream' for this part of the library.
Carlos Martín Nieto committed
-
- 17 Mar, 2013 1 commit
-
-
Implicit type conversion argument of function to size_t type Suspicious sequence of types castings: size_t -> int -> size_t Consider reviewing the expression of the 'A = B == C' kind. The expression is calculated as following: 'A = (B == C)' Unsigned type is never < 0
Arkadiy Shapkin committed
-
- 07 Mar, 2013 1 commit
-
-
Edward Thomson committed
-
- 22 Feb, 2013 1 commit
-
-
nulltoken committed
-
- 11 Feb, 2013 1 commit
-
-
Jameson Miller committed
-
- 05 Feb, 2013 1 commit
-
-
Fix #1308
nulltoken committed
-
- 25 Jan, 2013 1 commit
-
-
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.
Sebastian Bauer committed
-
- 16 Jan, 2013 2 commits
- 08 Jan, 2013 1 commit
-
-
Edward Thomson committed
-
- 28 Nov, 2012 1 commit
-
-
nulltoken committed
-
- 27 Nov, 2012 2 commits
-
-
Conflicts: src/branch.c tests-clar/refs/branches/create.c
Vicent Marti committed -
Ben Straub committed
-
- 11 Nov, 2012 2 commits
-
-
nulltoken committed
-
Edward Thomson committed
-
- 25 Oct, 2012 3 commits
- 19 Oct, 2012 2 commits
- 11 Oct, 2012 1 commit
-
-
nulltoken committed
-
- 07 Oct, 2012 2 commits
- 13 Sep, 2012 1 commit
-
-
nulltoken committed
-
- 27 Aug, 2012 2 commits
-
-
nulltoken committed
-
Vicent Marti committed
-
- 27 Jul, 2012 1 commit
-
-
Yes, we can get the repository from the owner of the object, but having it marked explicitly makes the API more consistent.
Vicent Marti committed
-
- 24 Jul, 2012 1 commit
-
-
nulltoken committed
-