index
:
delta/gitano/libgit2.git
development
fixups
replace-luagit2
git.gitano.org.uk: libgit2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
remote.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remote: don't free the remote on delete
Carlos Martín Nieto
2014-06-06
1
-2
/
+0
*
remote: handle symrefs when renaming
Carlos Martín Nieto
2014-06-06
1
-10
/
+39
*
remote: return problem refspecs instead of using a callback
Carlos Martín Nieto
2014-06-06
1
-15
/
+25
*
remote: make sure the name stays valid on rename
Carlos Martín Nieto
2014-06-06
1
-3
/
+6
*
remote: remove rename code for anonymous remotes
Carlos Martín Nieto
2014-06-06
1
-42
/
+11
*
remote: tighten up reference renaming
Carlos Martín Nieto
2014-06-06
1
-7
/
+9
*
Merge pull request #2389 from arthurschreiber/arthur/set-error-when-no-remote...
Vicent Marti
2014-06-03
1
-0
/
+1
|
\
|
*
Remote: Set an error when a remote cannot be found.
Arthur Schreiber
2014-05-30
1
-0
/
+1
*
|
remote: build up the list of refs to remove
Carlos Martín Nieto
2014-06-01
1
-8
/
+34
|
/
*
remote: add api to guess the remote's default branch
Carlos Martín Nieto
2014-05-21
1
-0
/
+47
*
Merge pull request #2313 from libgit2/cmn/remote-delete
Vicent Marti
2014-05-16
1
-3
/
+145
|
\
|
*
remote: remove remote-tracking branches on delete
Carlos Martín Nieto
2014-05-16
1
-4
/
+54
|
*
remote: move branch upstream deletion to use an iterator
Carlos Martín Nieto
2014-04-30
1
-57
/
+38
|
*
remote: Introduce git_remote_delete()
nulltoken
2014-04-30
1
-3
/
+114
*
|
Merge pull request #2188 from libgit2/cmn/config-snapshot
Russell Belfer
2014-05-12
1
-2
/
+3
|
\
\
|
*
|
repository: introduce a convenience config snapshot method
Carlos Martín Nieto
2014-05-07
1
-5
/
+2
|
*
|
Use config snapshotting
Carlos Martín Nieto
2014-04-18
1
-2
/
+6
*
|
|
Fix remaining init_options inconsistencies
Russell Belfer
2014-05-02
1
-9
/
+4
*
|
|
Check for NULL before passing it to vsnprintf
Jacques Germishuys
2014-04-30
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #2284 from jacquesg/push-progress-callback
Vicent Marti
2014-04-25
1
-2
/
+2
|
\
\
|
*
|
Rename progress callback to sideband_progress
Jacques Germishuys
2014-04-21
1
-2
/
+2
|
|
/
*
|
remote: provide read access to the callback structure
Carlos Martín Nieto
2014-04-22
1
-0
/
+7
|
/
*
Merge pull request #2215 from libgit2/rb/submodule-cache-fixes
Vicent Marti
2014-04-04
1
-51
/
+35
|
\
|
*
Fix git_submodule_sync and add new config helper
Russell Belfer
2014-04-01
1
-51
/
+35
*
|
remote: mark branch for-merge even if we're unborn
Carlos Martín Nieto
2014-04-02
1
-7
/
+20
|
/
*
remote: rename inmemory to anonymous and swap url and fetch order
Carlos Martín Nieto
2014-04-01
1
-4
/
+4
*
Added function-based initializers for every options struct.
Matthew Bowen
2014-03-05
1
-0
/
+12
*
Fixed missing error check on call to git_remote_download in git_remote_fetch....
Brian Lambert
2014-03-05
1
-2
/
+5
*
Correct default reflog message for git_remote_fetch
Ben Straub
2014-02-06
1
-1
/
+12
*
Add reflog parameters to remote apis
Ben Straub
2014-02-04
1
-7
/
+19
*
Ensure renaming a reference updates the reflog
Ben Straub
2014-01-30
1
-10
/
+18
*
refspec: move to git_buf for outputting strings
Carlos Martín Nieto
2014-01-27
1
-2
/
+2
*
Make sure git_remote_dup copies a remote's refspecs correctly.
Arthur Schreiber
2014-01-26
1
-8
/
+26
*
Add some missing const declarations.
Arthur Schreiber
2014-01-26
1
-7
/
+7
*
refs: remove the _with_log differentiation
Carlos Martín Nieto
2014-01-15
1
-1
/
+1
*
We don't need memset here.
Arthur Schreiber
2014-01-14
1
-2
/
+0
*
Don't duplicate state that's only used when fetching.
Arthur Schreiber
2014-01-14
1
-1
/
+0
*
Add `git_remote_dup`.
Arthur Schreiber
2014-01-14
1
-0
/
+41
*
Cleanups, renames, and leak fixes
Russell Belfer
2013-12-12
1
-2
/
+2
*
One more rename/cleanup for callback err functions
Russell Belfer
2013-12-11
1
-1
/
+1
*
Some callback error check style cleanups
Russell Belfer
2013-12-11
1
-2
/
+4
*
Remove converting user error to GIT_EUSER
Russell Belfer
2013-12-11
1
-61
/
+33
*
Add git_vector_free_all
Russell Belfer
2013-12-11
1
-12
/
+2
*
Further EUSER and error propagation fixes
Russell Belfer
2013-12-11
1
-24
/
+23
*
Improve GIT_EUSER handling
Russell Belfer
2013-12-11
1
-58
/
+66
*
Add config read fns with controlled error behavior
Russell Belfer
2013-12-11
1
-37
/
+26
*
Merge pull request #1967 from victorgp/cleaning-code-minor-change
Vicent Martí
2013-11-19
1
-4
/
+0
|
\
|
*
cleaning code, removing unused variables
Victor Garcia
2013-11-19
1
-4
/
+0
*
|
Fix warnings
Russell Belfer
2013-11-18
1
-3
/
+3
*
|
Propagate auth error codes as GIT_EUSER in winhttp
Edward Thomson
2013-11-18
1
-27
/
+44
|
/
[next]