summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement GIT_DIFF_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers2014-06-041-1/+4
* GIT_DIFF_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers2014-06-031-0/+2
* Add GIT_STATUS_OPT_INCLUDE_UNREADABLEAlan Rogers2014-05-301-0/+2
* Don't need to duplicate this code.Alan Rogers2014-05-231-5/+1
* Return GIT_DELTA_UNREADABLE for a file with a mode changeAlan Rogers2014-05-221-0/+5
* Remove errant whitespace.Alan Rogers2014-05-211-1/+1
* Return GIT_FILEMODE_UNREADABLE for files that fail to stat.Alan Rogers2014-05-212-18/+24
* Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE.Alan Rogers2014-05-206-19/+47
* Skip unreadable files for now.Alan Rogers2014-05-202-5/+9
* Rename GIT_ENOACCESS -> GIT_EUNREADABLEAlan Rogers2014-05-201-7/+4
* Skip unreadable files for now.Alan Rogers2014-05-151-2/+1
* Return a specific error for EACCES.Alan Rogers2014-05-151-0/+4
* Merge pull request #2336 from libgit2/rb/unicode-branch-namesRussell Belfer2014-05-123-56/+66
|\
| * Pass unconverted data when iconv doesn't like itRussell Belfer2014-05-083-56/+66
* | Merge pull request #2334 from libgit2/rb/fix-2333Russell Belfer2014-05-126-20/+36
|\ \
| * | Be more careful with user-supplied buffersrb/fix-2333Russell Belfer2014-05-086-20/+36
| |/
* | Don't scale diff stat when not neededRussell Belfer2014-05-121-0/+2
* | Minor fixes for warnings and error propagationRussell Belfer2014-05-123-11/+9
* | Merge pull request #2300 from libgit2/cmn/match-host-testsRussell Belfer2014-05-122-9/+26
|\ \
| * | netops: catch the server not sending a certificatecmn/match-host-testsCarlos Martín Nieto2014-04-261-0/+4
| * | netops: provide more specific error for cert failureCarlos Martín Nieto2014-04-261-5/+5
| * | netops: unit-test the cert host-name pattern matchingCarlos Martín Nieto2014-04-262-4/+17
* | | Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer2014-05-128-254/+454
|\ \ \
| * | | repository: introduce a convenience config snapshot methodcmn/config-snapshotCarlos Martín Nieto2014-05-076-29/+21
| * | | config: share the strmap on snapshotCarlos Martín Nieto2014-04-181-54/+2
| * | | config: refcount the values mapCarlos Martín Nieto2014-04-181-43/+131
| * | | config: refresh on deleteCarlos Martín Nieto2014-04-181-51/+12
| * | | config: refresh before reading a valueCarlos Martín Nieto2014-04-181-3/+12
| * | | config: refresh the values on writeCarlos Martín Nieto2014-04-181-82/+17
| * | | config: use a snapshot for the iteratorCarlos Martín Nieto2014-04-181-3/+17
| * | | config: split out the refresh stepCarlos Martín Nieto2014-04-181-14/+25
| * | | config: make refresh atomicCarlos Martín Nieto2014-04-181-23/+16
| * | | Use config snapshottingCarlos Martín Nieto2014-04-186-28/+49
| * | | config: implement config snapshottingCarlos Martín Nieto2014-04-182-67/+295
* | | | Merge pull request #2331 from libgit2/rb/dont-stop-diff-on-safecrlfVicent Marti2014-05-097-12/+46
|\ \ \ \
| * | | | Use unsigned type for APIs with opt flag maskRussell Belfer2014-05-081-4/+4
| * | | | Add filter options and ALLOW_UNSAFERussell Belfer2014-05-067-12/+46
* | | | | indexer: avoid memory movescmn/indexer-vector-handlingCarlos Martín Nieto2014-05-081-8/+15
| |_|_|/ |/| | |
* | | | Merge pull request #2329 from anuraggup/fix_git_shutdownRussell Belfer2014-05-062-4/+8
|\ \ \ \
| * | | | Fix the issues in git_shutdownAnurag Gupta2014-05-061-5/+5
| * | | | Fix the issues in git__on_shutdownAnurag Gupta2014-05-062-5/+9
* | | | | Merge pull request #2324 from libgit2/cmn/file-in-objects-dirRussell Belfer2014-05-061-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | odb: ignore files in the objects dircmn/file-in-objects-dirCarlos Martín Nieto2014-05-051-0/+4
| |/ / /
* | | | object: fix a braceCarlos Martín Nieto2014-05-061-1/+1
|/ / /
* | | Merge pull request #2308 from libgit2/rb/diff-update-index-stat-cacheVicent Marti2014-05-0222-267/+284
|\ \ \
| * | | Improve handling of fake home directoryRussell Belfer2014-05-022-15/+19
| * | | Fix remaining init_options inconsistenciesRussell Belfer2014-05-0210-86/+37
| * | | Make init_options fns use unsigned ints and macroRussell Belfer2014-05-028-85/+51
| * | | Remove trace / add git_diff_perfdata struct + apiRussell Belfer2014-05-027-66/+88
| * | | Get rid of redundant git_diff_options_init fnRussell Belfer2014-05-021-14/+0