summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* refs: copy the packed refs on iterationcmn/ref-iter-concurrentCarlos Martín Nieto2014-06-021-8/+16
* remote: build up the list of refs to removecmn/remote-deleteCarlos Martín Nieto2014-06-011-8/+34
* minor cleanupsRussell Belfer2014-05-311-5/+5
* Clean up the handling of large binary diffsRussell Belfer2014-05-312-38/+55
* Ignore core.safecrlf=warn until we have a warn infrastructureEdward Thomson2014-05-301-1/+7
* Refs: Introduce `git_refname_t`.Arthur Schreiber2014-05-302-13/+12
* Refs: Fix some issue when core.precomposeunicode = true.Arthur Schreiber2014-05-302-25/+9
* config: initialize the errorCarlos Martín Nieto2014-05-301-1/+1
* Merge pull request #2011 from libgit2/cmn/clone-localVicent Marti2014-05-294-13/+179
|\
| * clone: allow for linking in local cloneCarlos Martín Nieto2014-05-281-5/+31
| * fileops: allow linking files when copying directory structuresCarlos Martín Nieto2014-05-282-2/+6
| * clone: add flag not to linkCarlos Martín Nieto2014-05-281-1/+1
| * clone: add flags to override whether to perform a local cloneCarlos Martín Nieto2014-05-282-1/+36
| * clone: store the realpath when given a relative oneCarlos Martín Nieto2014-05-281-1/+10
| * clone: perform a "local clone" when given a local pathCarlos Martín Nieto2014-05-281-11/+103
* | Merge pull request #2380 from libgit2/cmn/index-add-modesVicent Marti2014-05-281-0/+14
|\ \
| * | index: check for valid filemodes on addcmn/index-add-modesCarlos Martín Nieto2014-05-221-0/+14
* | | Merge pull request #2359 from e45lee/chmod-fixVicent Marti2014-05-281-6/+14
|\ \ \
| * | | Address style concerns in setting mkdir/copy flags.Edward Lee2014-05-231-16/+10
| * | | Fixed permissions on template directories.Edward Lee2014-05-161-7/+21
* | | | Modify GIT_MERGE_CONFIG -> GIT_MERGE_PREFERENCEEdward Thomson2014-05-271-7/+7
* | | | Staticify `merge_config`Edward Thomson2014-05-271-1/+1
* | | | Use a config snapshotEdward Thomson2014-05-271-1/+1
* | | | Move GIT_MERGE_CONFIG_* to its own enumEdward Thomson2014-05-271-9/+12
* | | | Introduce GIT_MERGE_CONFIG_* for merge.ff settingsEdward Thomson2014-05-271-9/+43
| |_|/ |/| |
* | | odb: clear backend errors on successful readCarlos Martín Nieto2014-05-231-0/+1
| |/ |/|
* | smart: initialize the error variableCarlos Martín Nieto2014-05-221-1/+1
* | Plug leaks and fix a C99-ismCarlos Martín Nieto2014-05-223-13/+16
* | Merge pull request #2376 from libgit2/cmn/remote-symrefVicent Marti2014-05-227-98/+193
|\ \
| * | clone: get rid of head_infocmn/remote-symrefCarlos Martín Nieto2014-05-211-23/+12
| * | clone: make use of the remote's default branch guessingCarlos Martín Nieto2014-05-211-67/+17
| * | remote: add api to guess the remote's default branchCarlos Martín Nieto2014-05-211-0/+47
| * | local transport: expose the symref dataCarlos Martín Nieto2014-05-211-4/+18
| * | remote: expose the remote's symref mappingsCarlos Martín Nieto2014-05-212-0/+20
| * | smart: store reported symrefsCarlos Martín Nieto2014-05-213-7/+82
* | | Merge pull request #2375 from libgit2/rb/safecrlf-on-lf-platformVicent Marti2014-05-221-0/+4
|\ \ \
| * | | Just don't CRLF filter if there are no CRsrb/safecrlf-on-lf-platformRussell Belfer2014-05-191-3/+5
| * | | Make core.safecrlf work on LF-ending platformsRussell Belfer2014-05-191-1/+3
* | | | Merge pull request #2372 from libgit2/cmn/fetch-terminateVicent Marti2014-05-211-0/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | smart: send a flush when we disconnectcmn/fetch-terminateCarlos Martín Nieto2014-05-201-0/+12
| |/ /
* | | Minor fix for cmn/clone-into-mirror.Albert Meltzer2014-05-201-4/+2
|/ /
* | Merge pull request #2371 from martinwoodward/attrib_fnmatchVicent Marti2014-05-192-3/+58
|\ \
| * | Restore attributions for fnmatchMartin Woodward2014-05-192-3/+58
* | | Merge pull request #2354 from libgit2/cmn/clone-into-mirrorVicent Marti2014-05-191-15/+16
|\ \ \ | |/ / |/| |
| * | clone: don't error out if the branch already existscmn/clone-into-mirrorCarlos Martín Nieto2014-05-191-0/+4
| * | clone: duplicate the remoteCarlos Martín Nieto2014-05-191-15/+12
* | | Merge pull request #2364 from libgit2/cmn/comment-charVicent Marti2014-05-191-2/+2
|\ \ \
| * | | message: don't assume the comment charcmn/comment-charCarlos Martín Nieto2014-05-181-2/+2
* | | | Merge pull request #2303 from jacquesg/mingw-lseekVicent Marti2014-05-193-2/+3
|\ \ \ \
| * | | | git_pool_mallocsz takes an unsigned longJacques Germishuys2014-05-011-1/+1