summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clone: re-use the local transport's path resolutioncmn/path-to-pathCarlos Martín Nieto2014-06-034-35/+26
* Merge pull request #2389 from arthurschreiber/arthur/set-error-when-no-remote...Vicent Marti2014-06-032-0/+10
|\
| * Remote: Set an error when a remote cannot be found.Arthur Schreiber2014-05-302-0/+10
* | Merge pull request #2396 from libgit2/cmn/docstuffVicent Marti2014-06-035-86/+89
|\ \
| * | index: split GIT_IDXENTRY into two flag enumscmn/docstuffCarlos Martín Nieto2014-06-031-28/+31
| * | Formatting fixes for the docsCarlos Martín Nieto2014-06-035-58/+58
* | | Plug a leak in the testsCarlos Martín Nieto2014-06-031-0/+2
|/ /
* | Merge pull request #2392 from libgit2/cmn/remote-deleteVicent Marti2014-06-011-8/+34
|\ \
| * | remote: build up the list of refs to removecmn/remote-deleteCarlos Martín Nieto2014-06-011-8/+34
|/ /
* | Merge pull request #2391 from libgit2/rb/clean-up-diff-binary-printVicent Marti2014-05-312-38/+55
|\ \
| * | minor cleanupsRussell Belfer2014-05-311-5/+5
| * | Clean up the handling of large binary diffsRussell Belfer2014-05-312-38/+55
|/ /
* | Merge pull request #2388 from ethomson/safecrlf_ignore_warnVicent Marti2014-05-302-1/+48
|\ \ | |/ |/|
| * Ignore core.safecrlf=warn until we have a warn infrastructureEdward Thomson2014-05-302-1/+48
|/
* Merge pull request #2358 from arthurschreiber/arthur/normalize-ref-names-on-c...Vicent Marti2014-05-304-34/+37
|\
| * Refs: Extend unicode test for branch creation.Arthur Schreiber2014-05-301-0/+3
| * Refs: Add a unicode test for git_branch_move.Arthur Schreiber2014-05-301-0/+17
| * 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 #2381 from ecoffey/example_log_author_filterVicent Marti2014-05-292-8/+47
|\
| * examples/log.c: invert filtering impl and conditionalEoin Coffey2014-05-281-14/+14
| * Remove simple --author, --committer, and --grep from PROJECTSEoin Coffey2014-05-231-6/+0
| * Add support for --grepEoin Coffey2014-05-231-1/+23
| * Add --committer option, and break out helper functionEoin Coffey2014-05-231-7/+21
| * Add support for --author flag in example log implementationEoin Coffey2014-05-221-1/+10
* | Merge pull request #2011 from libgit2/cmn/clone-localVicent Marti2014-05-297-13/+347
|\ \
| * | clone: more explicit local testscmn/clone-localCarlos Martín Nieto2014-05-291-14/+29
| * | clone: allow for linking in local cloneCarlos Martín Nieto2014-05-283-5/+94
| * | fileops: allow linking files when copying directory structuresCarlos Martín Nieto2014-05-283-2/+32
| * | clone: add flag not to linkCarlos Martín Nieto2014-05-283-1/+4
| * | clone: add flags to override whether to perform a local cloneCarlos Martín Nieto2014-05-284-1/+72
| * | 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-282-11/+128
* | | Merge pull request #2386 from Therzok/patch-2Russell Belfer2014-05-281-1/+1
|\ \ \
| * | | [Blob] Update documentation for is_binary.Ungureanu Marius2014-05-281-1/+1
|/ / /
* | | Merge pull request #2380 from libgit2/cmn/index-add-modesVicent Marti2014-05-282-0/+29
|\ \ \
| * | | index: check for valid filemodes on addcmn/index-add-modesCarlos Martín Nieto2014-05-222-0/+29
| | |/ | |/|
* | | Merge pull request #2377 from libgit2/cmn/dual-osVicent Marti2014-05-283-4/+23
|\ \ \
| * | | travis: build on osx toocmn/dual-osCarlos Martín Nieto2014-05-213-4/+23
* | | | 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
* | | | | Merge pull request #2385 from karipe/developmentVicent Marti2014-05-282-3/+3
|\ \ \ \ \
| * | | | | Fix compile error on Visual StudioCha, Hojeong2014-05-272-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2337 from ethomson/merge_ffVicent Marti2014-05-283-34/+125
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Modify GIT_MERGE_CONFIG -> GIT_MERGE_PREFERENCEEdward Thomson2014-05-273-31/+32
| * | | | 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-273-43/+61