summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #714 from schu/config-enotfoundVicent Martí2012-06-051-1/+0
|\
| * config: do not set an error for GIT_ENOTFOUNDMichael Schubert2012-05-191-1/+0
* | Merge pull request #737 from nulltoken/topic/git_remote_add_refspecCarlos Martín Nieto2012-06-042-1/+12
|\ \
| * | remote: Make git_remote_add() generate a default refspec with a force update ...nulltoken2012-06-041-1/+1
| * | refspec: expose the force update specifier through git_refspec_force() accessornulltoken2012-05-302-0/+11
* | | Fix git_close/http_close/local_close to set the transport's connected attribu...Arthur Schreiber2012-06-023-0/+5
* | | config: set an error message when asked to delete a non-existent keyCarlos Martín Nieto2012-06-011-1/+3
|/ /
* | Fix checking for the presence of a flagGarrett Regier2012-05-271-1/+1
* | Use lowercase names for Windows headersScott J. Goldman2012-05-261-2/+2
* | Make errors for system and global files consistentRussell Belfer2012-05-251-4/+16
* | Fix bugs for status with spaces and reloaded attrsRussell Belfer2012-05-244-12/+29
* | Clean up system file finding tests on Win32env-expansionRussell Belfer2012-05-241-1/+1
* | windows: Properly expand all environment variablesVicent Martí2012-05-241-103/+51
* | Merge pull request #726 from arrbee/utf16-home-dirRussell Belfer2012-05-242-16/+52
|\ \
| * | Fix bugs in UTF-8 <-> UTF-16 conversionRussell Belfer2012-05-241-13/+10
| * | Get user's home dir in UTF-16 clean mannerRussell Belfer2012-05-241-3/+42
* | | repository: default to core.bare = false if it's not setCarlos Martín Nieto2012-05-241-3/+4
* | | Merge pull request #720 from nulltoken/fix/libgit2sharp_issue_153Vicent Martí2012-05-232-7/+18
|\ \ \
| * | | fileops: Make git_futils_mkdir_r() able to cope with Windows network pathsnulltoken2012-05-232-7/+18
| |/ /
* | | Remove left-over debugging outputCarlos Martín Nieto2012-05-231-2/+0
|/ /
* | CleanupMichael Schubert2012-05-192-10/+0
|/
* Merge pull request #710 from libgit2/breaking-changesVicent Martí2012-05-1835-143/+164
|\
| * errors: Rename error codesbreaking-changesVicent Martí2012-05-1837-121/+121
| * errors: Rename the generic return codesVicent Martí2012-05-1844-166/+166
| * Properly tag all `enums` with a `_t`Vicent Martí2012-05-182-4/+4
| * refs: git_reference_listall -> git_reference_listVicent Martí2012-05-183-3/+3
| * global: Change parameter ordering in APIVicent Martí2012-05-1812-69/+90
* | fetch: set dummy function for local fetchMichael Schubert2012-05-181-0/+11
* | Merge pull request #685 from nulltoken/fix/list-remote-branchesVicent Martí2012-05-171-1/+1
|\ \ | |/ |/|
| * branch: retrieve symbolic references when listing the branchesnulltoken2012-05-181-1/+1
* | Merge pull request #709 from arrbee/profiling-with-scottgVicent Martí2012-05-173-23/+39
|\ \ | |/ |/|
| * No point in keeping commented out fnRussell Belfer2012-05-171-9/+0
| * Other optimization and warning fixesRussell Belfer2012-05-172-14/+23
| * Optimize away git_text_gather_stats in diffRussell Belfer2012-05-173-7/+23
* | Fix workdir iterators on empty directoriesRussell Belfer2012-05-171-4/+12
|/
* Fix status for files under ignored dirsRussell Belfer2012-05-161-20/+40
* notes: make git_note_foreach() callback signature easier to cope with from a ...nulltoken2012-05-161-7/+9
* tree: Naming conventionsVicent Martí2012-05-164-12/+15
* tree: Kill the `git_tree_diff` functionsVicent Martí2012-05-161-270/+0
* Merge pull request #700 from cholin/revwalk_resetVicent Martí2012-05-161-0/+3
|\
| * really reset walker with git_revwalk_resetNico von Geyso2012-05-151-0/+3
* | Merge pull request #702 from arrbee/fix-status-fileVicent Martí2012-05-1615-305/+481
|\ \
| * | Document git_buf_common_prefixRussell Belfer2012-05-152-0/+4
| * | Fix notes to use new fixed iterator signatureRussell Belfer2012-05-151-1/+1
| * | Ranged iterators and rewritten git_status_fileRussell Belfer2012-05-1514-304/+476
* | | indexer: add more consistency checksCarlos Martín Nieto2012-05-161-0/+11
* | | Introduce GITERR_INDEXERCarlos Martín Nieto2012-05-151-5/+5
|/ /
* | Fix compilation warningsnulltoken2012-05-141-4/+1
* | notes: add git_notes_foreach()nulltoken2012-05-141-23/+135
* | Merge pull request #692 from nulltoken/fix/delete-branch_ENOTFOUNDVicent Martí2012-05-141-1/+1
|\ \