summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pr/4228'Edward Thomson2017-06-041-7/+66
|\
| * worktree: switch over worktree pruning to an opts structurePatrick Steinhardt2017-05-051-6/+33
| * worktree: support creating locked worktreesPatrick Steinhardt2017-05-051-0/+15
| * worktree: introduce git_worktree_add optionsPatrick Steinhardt2017-05-021-1/+18
* | Merge pull request #4239 from roblg/toplevel-dir-ignore-fixEdward Thomson2017-06-041-2/+6
|\ \
| * | Fix issue with directory glob ignore in subdirectoriesRobert Gay2017-05-171-2/+6
* | | Merge pull request #4243 from pks-t/pks/submodule-workdirEdward Thomson2017-06-041-38/+59
|\ \ \
| * | | repository: make check if repo is a worktree more strictPatrick Steinhardt2017-05-191-0/+7
| * | | repository: factor out worktree checkPatrick Steinhardt2017-05-191-5/+19
| * | | repository: improve parameter names for `find_repo`Patrick Steinhardt2017-05-191-35/+35
| * | | repository: clear out-parameter instead of freeing itPatrick Steinhardt2017-05-191-1/+1
* | | | Merge pull request #4179 from libgit2/ethomson/expand_tildeCarlos Martín Nieto2017-05-205-19/+32
|\ \ \ \
| * | | | config: expand paths with `git_sysdir_expand...`ethomson/expand_tildeEdward Thomson2017-03-231-13/+1
| * | | | config, attrcache: don't fallback to dirs literally named `~`Edward Thomson2017-03-232-15/+9
| * | | | Introduce `git_sysdir_expand_global_file`Edward Thomson2017-03-232-0/+23
| * | | | fix error when including a missing config file relative to the home directorySim Domingo2017-03-231-2/+10
* | | | | Merge pull request #4097 from implausible/fix/auto-detect-proxy-callbacksCarlos Martín Nieto2017-05-201-0/+3
|\ \ \ \ \
| * | | | | Do not discard proxy_options that have been set when auto is specifiedtyler wanek2017-01-271-0/+3
* | | | | | Merge pull request #4174 from libgit2/ethomson/set_head_to_tagCarlos Martín Nieto2017-05-201-37/+40
|\ \ \ \ \ \
| * | | | | | git_repository_set_head: use remote name in reflogethomson/set_head_to_tagEdward Thomson2017-04-031-2/+4
| * | | | | | git_repository_set_head: use tag name in reflogEdward Thomson2017-03-211-37/+38
* | | | | | | Merge pull request #4231 from wabain/open-revrangeCarlos Martín Nieto2017-05-201-3/+22
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | revparse: support open-ended rangesWilliam Bain2017-05-051-3/+22
| | |_|_|/ / | |/| | | |
* | | | | | odb: fix printf formatter for git_off_tPatrick Steinhardt2017-05-151-3/+3
* | | | | | odb: shut up gcc warnings regarding uninitilized variablesPatrick Steinhardt2017-05-151-2/+2
|/ / / / /
* | | | | transports: ssh: clean up after libssh2 on exitPatrick Steinhardt2017-05-022-1/+10
* | | | | transports: ssh: report failure initializing libssh2Patrick Steinhardt2017-05-021-1/+4
* | | | | object validation: free some memleaksethomson/memleakEdward Thomson2017-05-011-0/+6
* | | | | signature: free dup'd buffers on parse errorEdward Thomson2017-05-011-1/+4
* | | | | remote: free the config snapshotEdward Thomson2017-05-011-8/+8
* | | | | worktrees: cleanup some memory leaksEdward Thomson2017-05-013-7/+10
* | | | | Merge pull request #4197 from pks-t/pks/verify-object-hashesEdward Thomson2017-05-013-10/+79
|\ \ \ \ \
| * | | | | odb: verify hashes in read_prefix_1Patrick Steinhardt2017-04-281-0/+12
| * | | | | odb: improve error handling in read_prefix_1Patrick Steinhardt2017-04-281-7/+20
| * | | | | odb: add option to turn off hash verificationPatrick Steinhardt2017-04-283-5/+16
| * | | | | odb: verify object hashesPatrick Steinhardt2017-04-282-3/+36
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4206 from libgit2/cmn/transport-get-proxyEdward Thomson2017-05-011-0/+6
|\ \ \ \ \
| * | | | | transport: provide a getter for the proxy optionscmn/transport-get-proxyCarlos Martín Nieto2017-04-171-0/+6
* | | | | | Merge pull request #4216 from pks-t/pks/debian-test-failuresEdward Thomson2017-05-011-1/+1
|\ \ \ \ \ \
| * | | | | | cmake: define GIT_HTTPS when HTTPS is supportedPatrick Steinhardt2017-04-251-1/+1
* | | | | | | Merge branch 'pr/4225'Edward Thomson2017-05-011-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Allow NULL refspec in git_remote_pushYichao Yu2017-04-291-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Do not free config when creating remoteYichao Yu2017-04-291-1/+0
|/ / / / / /
* | | | | | Merge pull request #4191 from pks-t/pks/wt-ref-renamesEdward Thomson2017-04-285-110/+186
|\ \ \ \ \ \
| * | | | | | refs: update worktree HEADs when renaming branchesPatrick Steinhardt2017-04-051-8/+45
| * | | | | | branch: use `foreach_head` to see if a branch is checked outPatrick Steinhardt2017-04-051-49/+16
| * | | | | | repository: add function to iterate over all HEADsPatrick Steinhardt2017-04-052-0/+52
| * | | | | | repository: get worktree HEAD via `git_reference__read_head`Patrick Steinhardt2017-04-051-50/+23
| * | | | | | repository: extract function to get path to a file in a work treePatrick Steinhardt2017-04-051-11/+8
| * | | | | | repository: set error message if trying to set HEAD to a checked out onePatrick Steinhardt2017-04-051-0/+2