- 28 May, 2014 8 commits
-
-
Fixed permissions on template directories.
Vicent Marti committed -
Fix compile error on Visual Studio
Vicent Marti committed -
Introduce GIT_MERGE_CONFIG_* for merge.ff settings
Vicent Marti committed -
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
git_merge_analysis will now return GIT_MERGE_CONFIG_NO_FASTFORWARD when merge.ff=false and GIT_MERGE_CONFIG_FASTFORWARD_ONLY when merge.ff=true
Edward Thomson committed
-
- 27 May, 2014 1 commit
-
-
Cha, Hojeong committed
-
- 26 May, 2014 1 commit
-
-
Fixed miscellaneous documentation errors.
Carlos Martín Nieto committed
-
- 24 May, 2014 1 commit
-
-
Edward Lee committed
-
- 23 May, 2014 2 commits
-
-
Michael Anderson committed
-
We go through the different backends in order, so it's not an error if at least one of the backends has the data we want.
Carlos Martín Nieto committed
-
- 22 May, 2014 6 commits
-
-
Carlos Martín Nieto committed
-
We have too many places where we repeat free code, so when adding the new free to the generic code, it didn't take for the local transport. While there, fix a C99-ism that sneaked through.
Carlos Martín Nieto committed -
Add support for the symref extension
Vicent Marti committed -
Make core.safecrlf not generate an error on LF-ending platforms
Vicent Marti committed -
Include windows.h on win32 for Sleep
Vicent Marti committed -
Edward Thomson committed
-
- 21 May, 2014 8 commits
-
-
smart: send a flush when we disconnect
Vicent Marti committed -
Since we no longer need to push data to callbacks, there's no need for this truct.
Carlos Martín Nieto committed -
Let's use the remote's default branch guessing instead of reinventing one ourselves with callbacks.
Carlos Martín Nieto committed -
If the remote supports the symref protocol extension, then we return that, otherwise we guess with git's rules.
Carlos Martín Nieto committed -
When using the local transport, we always have the symbolic information available, so fill it.
Carlos Martín Nieto committed -
Add a symref_target field to git_remote_head to expose the symref mappings to the user.
Carlos Martín Nieto committed -
The protocol has a capability which allows the server to tell us which refs are symrefs, so we can e.g. know which is the default branch. This capability is different from the ones we already support, as it's not setting a flag to true, but requires us to store a list of refspec-formatted mappings. This commit does not yet expose the information in the reference listing.
Carlos Martín Nieto committed -
Minor fix for cmn/clone-into-mirror.
Carlos Martín Nieto committed
-
- 20 May, 2014 3 commits
-
-
A recently added check might skip initialization of old_fetchhead and go directly to cleanup. So, destruct in the opposite order of construction.
Albert Meltzer committed -
Carlos Martín Nieto committed
-
The git server wants to hear a flush from us when we disconnect, particularly when we want to perform a fetch but are up to date.
Carlos Martín Nieto committed
-
- 19 May, 2014 10 commits
-
-
Russell Belfer committed
-
If you enabled core.safecrlf on an LF-ending platform, we would error even for files with all LFs. We should only be warning on irreversible mappings, I think.
Russell Belfer committed -
Restore attributions for fnmatch
Vicent Marti committed -
Martin Woodward committed
-
Allow mirror-clone via `git_clone_into()`
Vicent Marti committed -
We set up the current branch after we fetch from the remote. This means that the user's refspec may have already created this reference. It is therefore not an error if we cannot create the branch because it already exists. This allows for the user to replicate git-clone's --mirror option.
Carlos Martín Nieto committed -
Instead of changing the user-provided remote, duplicate it so we can add the extra refspec without having to worry about unsetting it before returning.
Carlos Martín Nieto committed -
Show a failure to perform a mirror-clone from a repository, both local and remote.
Carlos Martín Nieto committed -
message: don't assume the comment char
Vicent Marti committed -
WIP: Windows fixes
Vicent Marti committed
-