summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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-182-54/+15
| * | | | | | config: document the how long the pointers are valid forCarlos Martín Nieto2014-04-181-1/+14
| * | | | | | config: refresh before reading a valueCarlos Martín Nieto2014-04-184-15/+16
| * | | | | | config: refresh the values on writeCarlos Martín Nieto2014-04-182-83/+18
| * | | | | | 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-185-67/+379
| * | | | | | config: document current write behaviour in a testCarlos Martín Nieto2014-04-181-0/+27
* | | | | | | Merge pull request #2331 from libgit2/rb/dont-stop-diff-on-safecrlfVicent Marti2014-05-0915-36/+145
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Disable threads::refdb::edit_while_iterate testrb/dont-stop-diff-on-safecrlfRussell Belfer2014-05-081-7/+12
| * | | | | | Use unsigned type for APIs with opt flag maskRussell Belfer2014-05-083-8/+9
| * | | | | | Add filter options and ALLOW_UNSAFERussell Belfer2014-05-0614-29/+132
* | | | | | | Merge pull request #2335 from libgit2/cmn/indexer-vector-handlingVicent Marti2014-05-081-8/+15
|\ \ \ \ \ \ \
| * | | | | | | indexer: avoid memory movescmn/indexer-vector-handlingCarlos Martín Nieto2014-05-081-8/+15
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #2332 from libgit2/peff/iconvRussell Belfer2014-05-084-1/+49
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | examples: add a basic for-each-ref examplepeff/iconvJeff King2014-05-083-0/+48
| * | | | | | cmake: s/ICONV/Iconv/ in FIND_PACKAGEJeff King2014-05-081-1/+1
|/ / / / / /
* | | | | | 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-062-0/+28
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | odb: ignore files in the objects dircmn/file-in-objects-dirCarlos Martín Nieto2014-05-052-0/+28
| |/ / / /
* | | | | object: fix a braceCarlos Martín Nieto2014-05-061-1/+1
|/ / / /
* | | | Doc fixesRussell Belfer2014-05-022-2/+7
* | | | Merge pull request #2308 from libgit2/rb/diff-update-index-stat-cacheVicent Marti2014-05-0253-472/+655
|\ \ \ \
| * | | | Some further sandboxing cleanups to testsRussell Belfer2014-05-025-40/+13
| * | | | Improve handling of fake home directoryRussell Belfer2014-05-027-42/+77
| * | | | Fix remaining init_options inconsistenciesRussell Belfer2014-05-0219-131/+74
| * | | | Make init_options fns use unsigned ints and macroRussell Belfer2014-05-0214-137/+100
| * | | | Remove trace / add git_diff_perfdata struct + apiRussell Belfer2014-05-0216-251/+220
| * | | | Get rid of redundant git_diff_options_init fnRussell Belfer2014-05-024-33/+2
| * | | | Add payloads, bitmaps to trace APIRussell Belfer2014-05-0210-104/+122
| * | | | Don't use trace if GIT_TRACE not definedRussell Belfer2014-05-022-0/+14
| * | | | Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer2014-05-0210-68/+171
| * | | | Add diff option to update index stat cacheRussell Belfer2014-05-025-6/+128
| * | | | Lay groundwork for updating stat cache in diffRussell Belfer2014-05-025-22/+37
| * | | | Skip diff oid calc when size definitely changedRussell Belfer2014-05-024-8/+19
| * | | | Add build option for diff internal statisticsRussell Belfer2014-05-0210-48/+96
* | | | | Merge pull request #2310 from libgit2/cmn/commit-create-safeRussell Belfer2014-05-024-23/+94
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | commit: safer commit creation with reference updatecmn/commit-create-safeCarlos Martín Nieto2014-04-304-23/+94
* | | | | Temporary fix for Travis CI buildsVicent Marti2014-05-021-1/+1
* | | | | Merge pull request #2318 from linquize/sleepVicent Marti2014-05-021-0/+4
|\ \ \ \ \
| * | | | | Make examples/status.c compile on WindowsLinquize2014-05-011-0/+4
* | | | | | Merge pull request #2320 from libgit2/rb/fix-starstar-againVicent Marti2014-05-022-0/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make ** pattern eat trailing slashrb/fix-starstar-againRussell Belfer2014-05-012-0/+20
|/ / / / /
* | | | | Merge pull request #2304 from jacquesg/solarisVicent Marti2014-05-014-4/+9
|\ \ \ \ \