- 13 May, 2015 1 commit
-
-
Having the setting be different from calling its actions was not a great idea and made for the sake of the wrong convenience. Instead of that, accept either fetch options, push options or the callbacks when dealing with the remote. The fetch options are currently only the callbacks, but more options will be moved from setters and getters on the remote to the options. This does mean passing the same struct along the different functions but the typical use-case will only call git_remote_fetch() or git_remote_push() and so won't notice much difference.
Carlos Martín Nieto committed
-
- 07 Mar, 2014 1 commit
-
-
Carlos Martín Nieto committed
-
- 27 Jan, 2014 1 commit
-
-
Internally we already did everything with git_bufs, so this is just exposing those functions with public names.
Carlos Martín Nieto committed
-
- 14 Nov, 2013 1 commit
-
-
Ben Straub committed
-
- 02 Oct, 2013 1 commit
-
-
There's no need for this to be a pointer to somewhere else.
Carlos Martín Nieto committed
-
- 17 Sep, 2013 1 commit
-
-
Unfortunately git-core uses the term "unborn branch" and "orphan branch" interchangeably. However, "orphan" is only really there for the checkout command, which has the `--orphan` option so it doesn't actually create the branch. Branches never have parents, so the distinction of a branch with no parents is odd to begin with. Crucially, the error messages deal with unborn branches, so let's use that.
Carlos Martín Nieto committed
-
- 15 May, 2013 1 commit
-
-
nulltoken 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
-
- 22 Feb, 2013 1 commit
-
-
nulltoken committed
-
- 05 Feb, 2013 1 commit
-
-
Fix #1308
nulltoken committed
-
- 16 Jan, 2013 1 commit
-
-
nulltoken committed
-
- 20 Dec, 2012 1 commit
-
-
Ben Straub committed
-
- 19 Dec, 2012 1 commit
-
-
... so we can clean up correctly.
Sascha Cunz committed
-
- 17 Dec, 2012 1 commit
-
-
Sascha Cunz committed
-
- 14 Dec, 2012 1 commit
-
-
Ben Straub committed
-