summaryrefslogtreecommitdiff
path: root/src/repository.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3030 from linquize/symlink_supportedEdward Thomson2015-04-101-3/+5
|\
| * For bare repository, use repo_dir to test if symlinks are supportedLinquize2015-04-041-3/+5
* | squash some leaksEdward Thomson2015-03-241-0/+2
|/
* Merge remote-tracking branch 'ethomson/submodule_8dot3'Carlos Martín Nieto2015-03-181-26/+121
|\
| * repository: Introduce "reserved names"Edward Thomson2015-02-271-26/+121
* | Add annotated commit versions of reflog-modifying functionsCarlos Martín Nieto2015-03-161-6/+24
* | repository: in-memory repos are bare by defaultEdward Thomson2015-03-101-1/+7
* | Plug a few leaksCarlos Martín Nieto2015-03-041-0/+3
* | config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-5/+9
* | repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-031-26/+60
* | Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-8/+38
|/
* git_filter_opt_t -> git_filter_flag_tEdward Thomson2015-02-191-1/+1
* repository: parse init.templatedir as a pathcmn/template-pathCarlos Martín Nieto2015-02-061-1/+2
* win32: cleanup 8.3 disabled testsEdward Thomson2015-02-031-1/+2
* Fix test failures when 8.3 is disabledLinquize2015-01-311-1/+1
* Merge pull request #2837 from swisspol/set_indexEdward Thomson2015-01-261-1/+1
|\
| * Allow passing a NULL index to git_repository_set_index()Pierre-Olivier Latour2015-01-231-1/+1
* | Fixed git_repository_set_bare() not setting "core.bare" correctlyPierre-Olivier Latour2015-01-231-1/+1
|/
* Remove logically dead code (we're already asserting)Jacques Germishuys2015-01-201-1/+1
* Check the result of git_buf_joinpathJacques Germishuys2014-12-301-3/+7
* checkout: disallow bad paths on win32Edward Thomson2014-12-161-0/+25
* Introduce git_rebase to set up a rebase sessionEdward Thomson2014-10-261-0/+22
* repository_head_unborn: clear error when HEAD is unbornEdward Thomson2014-10-031-1/+3
* repository: Do not double-free configvmg/walk-up-pathThe rugged tests are fragile2014-09-171-8/+8
* Fix attribute lookup in index for bare reposrb/attr-with-bareRussell Belfer2014-09-151-0/+26
* Introduce option to use relative paths for repository work directoryjamill/relative_gitlinkJameson Miller2014-09-021-8/+24
* git_cherry_pick -> git_cherrypickEdward Thomson2014-07-221-3/+3
* 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
* Increase use of config snapshotsrb/coverity-fixesRussell Belfer2014-05-131-12/+12
* Merge pull request #2336 from libgit2/rb/unicode-branch-namesRussell Belfer2014-05-121-55/+2
|\
| * Pass unconverted data when iconv doesn't like itRussell Belfer2014-05-081-55/+2
* | Minor fixes for warnings and error propagationRussell Belfer2014-05-121-2/+3
* | Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer2014-05-121-12/+20
|\ \
| * | repository: introduce a convenience config snapshot methodcmn/config-snapshotCarlos Martín Nieto2014-05-071-5/+12
| * | Use config snapshottingCarlos Martín Nieto2014-04-181-12/+13
* | | Add filter options and ALLOW_UNSAFERussell Belfer2014-05-061-1/+2
| |/ |/|
* | Make init_options fns use unsigned ints and macroRussell Belfer2014-05-021-9/+6
* | Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley2014-04-191-3/+7
|/
* Rewrite `git_repository__cleanup_files`vmg/state-cleanupVicent Marti2014-04-091-14/+20
* git_repository_state_cleanup() should remove rebase-merge/, rebase-apply/ and...Jacques Germishuys2014-04-071-1/+6
* Make a real submodule cache objectRussell Belfer2014-04-011-1/+1
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+12
* Merge pull request #2138 from ethomson/sysdirVicent Marti2014-02-251-1/+2
|\
| * Move system directory cache out of utilsEdward Thomson2014-02-241-1/+2
* | Remove now-duplicated stdarg.h includeEdward Thomson2014-02-241-1/+0
|/
* ReadabilityBen Straub2014-02-181-1/+3
* Improve error propagation in shallow callBen Straub2014-02-181-4/+5
* Merge pull request #2099 from libgit2/bs/more-reflog-stuffRussell Belfer2014-02-071-2/+5
|\
| * Add reflog params to git_repository_detach_headBen Straub2014-02-041-2/+5