summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* More index collision testsEdward Thomson2014-01-291-0/+64
* Add test for blob/tree name collisions in indexRussell Belfer2014-01-291-0/+42
* Don't strcmp a git_buf, strcmp its char *Edward Thomson2014-01-291-1/+1
* Add `git_graph_descendant_of`.Arthur Schreiber2014-01-281-0/+47
* Merge pull request #2066 from libgit2/rb/builtin-diff-driversVicent Marti2014-01-2727-29/+914
|\
| * Add PHP tests and fix bug in PHP builtin driverRussell Belfer2014-01-2713-3/+204
| * Update Javascript userdiff driver and testsRussell Belfer2014-01-2724-17/+426
| * Move userdiff tests to be data drivenRussell Belfer2014-01-2422-47/+239
| * Update all tests for new pattern extractionRussell Belfer2014-01-241-4/+4
| * Implement matched pattern extract for fn headersRussell Belfer2014-01-241-2/+2
| * Fix filemode updating in diff textRussell Belfer2014-01-241-7/+15
| * Import git drivers and test HTML driverRussell Belfer2014-01-241-24/+99
* | Merge pull request #2075 from libgit2/cmn/leftover-oidVicent Marti2014-01-2726-128/+128
|\ \
| * | merge: rename _oid() -> id()Carlos Martín Nieto2014-01-253-49/+49
| * | diff: rename the file's 'oid' to 'id'Carlos Martín Nieto2014-01-252-18/+18
| * | index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-2520-57/+57
| * | note: rename the id getter to git_note_id()Carlos Martín Nieto2014-01-242-4/+4
| |/
* | Merge pull request #2077 from libgit2/cmn/buf-outVicent Marti2014-01-279-170/+97
|\ \
| * | refspec: move to git_buf for outputting stringsCarlos Martín Nieto2014-01-272-15/+8
| * | messsage: use git_buf in prettify()Carlos Martín Nieto2014-01-272-65/+30
| * | branch: move to git_buf when outputting newly-allocated stringsCarlos Martín Nieto2014-01-273-41/+20
| * | repository: move to use a git_buf for outputting stringsCarlos Martín Nieto2014-01-272-49/+39
* | | MSVC doesn't like modern codeCarlos Martín Nieto2014-01-271-1/+2
|/ /
* | Make sure git_remote_dup copies a remote's refspecs correctly.Arthur Schreiber2014-01-261-0/+2
* | Merge pull request #2057 from GrahamDennis/local-file-url-push-fixEdward Thomson2014-01-261-0/+40
|\ \ | |/ |/|
| * Fix a compile warning.Graham Dennis2014-01-181-1/+1
| * Add test for pushing to a local file:// URL.Graham Dennis2014-01-181-0/+40
* | Merge pull request #2073 from ethomson/zerobytesVicent Marti2014-01-221-0/+28
|\ \
| * | Sometimes a zero byte file is just a zero byte fileEdward Thomson2014-01-221-0/+28
* | | Summarize empty messagesEdward Thomson2014-01-221-0/+4
|/ /
* | Preserve tree filemode in index during checkoutEdward Thomson2014-01-224-0/+23
* | Drop git_patch_to_strNicolas Hake2014-01-227-89/+94
* | Merge submodulesEdward Thomson2014-01-2046-0/+145
* | Support union mergesEdward Thomson2014-01-201-0/+43
* | Remove the "merge none" flagEdward Thomson2014-01-203-201/+31
* | Load merge.conflictstyle setting from configEdward Thomson2014-01-201-0/+86
* | Introduce diff3 mode for checking out conflictsEdward Thomson2014-01-201-1/+48
* | Don't try to merge binary filesEdward Thomson2014-01-2010-0/+40
* | merge_file should use more aggressive levelsEdward Thomson2014-01-2028-13/+218
* | "Uninitialized" submodules are "unmodified"Edward Thomson2014-01-201-0/+17
* | add unit tests for git_buf_join corner casesPatrick Reynolds2014-01-201-0/+31
|/
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-1528-69/+70
* Add `git_remote_dup`.Arthur Schreiber2014-01-141-0/+21
* Merge pull request #2033 from xtao/blame_orig_commitBen Straub2014-01-081-0/+3
|\
| * Add orig & final commit test.XTao2014-01-091-0/+3
* | Handle git_buf's from users more liberallyEdward Thomson2014-01-085-1/+33
|/
* Merge pull request #2019 from linquize/recurse-on-demandVicent Marti2014-01-021-8/+17
|\
| * Update test related to fetchRecurseSubmodulesLinquize2013-12-311-8/+17
* | Updated fetch.c test to pass.Marek Šuppa2013-12-311-3/+3
|/
* Merge pull request #1920 from libgit2/cmn/ref-with-logVicent Marti2013-12-183-33/+146
|\