summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remote: support `http.followRedirects=true`ethomson/follow_redirectsEdward Thomson2022-01-131-13/+9
* http: move POST response handling to to `write` functionEdward Thomson2022-01-131-18/+14
* remote: honor `http.followRedirects` configuration optionEdward Thomson2022-01-134-20/+68
* remote: introduce `follow_redirects` connect optionEdward Thomson2022-01-133-3/+24
* url: optionally allow off-site redirectsEdward Thomson2022-01-134-4/+7
* remote: introduce `git_remote_connect_options`ethomson/remote_connect_optsEdward Thomson2022-01-0615-447/+463
* remote: improved error reportingEdward Thomson2022-01-063-8/+8
* push: don't try to connect in `finish`Edward Thomson2022-01-061-3/+4
* Merge remote-tracking branch 'pr/6159'Edward Thomson2022-01-061-1/+1
|\
| * #6154 git_status_list_new case insensitive fixMiguel Arroz2022-01-011-1/+1
* | Merge pull request #6165 from libgit2/ethomson/includeifEdward Thomson2022-01-061-3/+14
|\ \
| * | config: test allocation in config conditionalsethomson/includeifEdward Thomson2022-01-051-1/+3
| * | config: handle empty conditional in includeIfEdward Thomson2022-01-051-3/+12
| |/
* | Add `rename_threshold` to `git_status_options`.Miguel Arroz2021-12-311-0/+3
|/
* remote: refactor insteadof applicationethomson/insteadofEdward Thomson2021-12-231-34/+28
* worktree: checkout options suggestions from code reviewEdward Thomson2021-12-231-6/+6
* Change default checkout strategy from FORCE to SAFEpunkymaniac2021-12-231-2/+0
* Allow user checkout options on git_worktree_addpunkymaniac2021-12-231-1/+4
* Merge pull request #6142 from libgit2/ethomson/blob_data_is_binaryEdward Thomson2021-12-231-0/+9
|\
| * blob: identify binary contentethomson/blob_data_is_binaryEdward Thomson2021-12-101-0/+9
* | Merge pull request #6124 from csware/config-parsingEdward Thomson2021-12-231-5/+9
|\ \
| * | Multiline config values not preserved on savingSven Strickroth2021-12-061-4/+8
| * | Config parsing confused by continuations that start with quotesSven Strickroth2021-12-061-1/+1
* | | Merge pull request #6125 from stforek/git_commit_summary_spacesEdward Thomson2021-12-231-4/+15
|\ \ \
| * | | git_commit_summary: ignore lines with spacesPrzemyslaw Ciezkowski2021-11-251-4/+15
| |/ /
* | | Merge pull request #6101 from mkhl/fix/instead-ofEdward Thomson2021-12-231-5/+25
|\ \ \
| * | | remote: improve apply_insteadof function signatureMartin Kühl2021-11-111-9/+9
| * | | fix remote/insteadof testsMartin Kühl2021-11-111-5/+25
* | | | Merge pull request #6095 from yoichi/better-compatiblity-for-at-time-notationEdward Thomson2021-12-232-6/+15
|\ \ \ \
| * \ \ \ Merge branch 'main' into better-compatiblity-for-at-time-notationYoichi Nakayama2021-11-2381-3096/+3214
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Add TODO comment for emit a warningYoichi Nakayama2021-10-221-0/+3
| * | | | Cause error when date parsing is failedYoichi Nakayama2021-10-222-3/+5
| * | | | Return the oldest reflog entry on revparse when older time is givenYoichi Nakayama2021-10-221-3/+7
* | | | | Merge pull request #6094 from visualgitio/commit-graph-long-longEdward Thomson2021-12-231-2/+2
|\ \ \ \ \
| * | | | | Simplifications to definitions to avoid UINT64_CCalvin Buckley2021-12-111-2/+2
| * | | | | Also correct this long long constantCalvin Buckley2021-10-181-1/+1
| * | | | | Fix a long long that crept pastCalvin Buckley2021-10-171-1/+1
* | | | | | cmake: use PROJECT_SOURCE_DIR of CMAKE_SOURCE_DIRJosh Junon2021-12-231-13/+13
| |_|_|_|/ |/| | | |
* | | | | object: introduce a raw content validation functionethomson/object_validationEdward Thomson2021-11-301-0/+32
* | | | | object: return GIT_EINVALID on parse errorsEdward Thomson2021-11-307-38/+68
* | | | | Merge pull request #6122 from libgit2/ethomson/cleanupEdward Thomson2021-11-3013-33/+24
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | cmake: use CMAKE_SOURCE_DIR and CMAKE_BINARY_DIRethomson/cleanupEdward Thomson2021-11-221-13/+13
| * | | | filebuf: use hashes not oidsEdward Thomson2021-11-224-6/+6
| * | | | util: don't include unnecessary system librariesEdward Thomson2021-11-228-14/+5
* | | | | Merge pull request #6106 from ammgws/fixtemplateerrEdward Thomson2021-11-221-1/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | repo: minor formatting fixEdward Thomson2021-11-221-2/+1
| * | | | repository: do not copy templates if dir nonexistentJason Nader2021-11-121-1/+7
| | |/ / | |/| |
* | | | date: rfc2822 formatting uses a `git_buf` instead of a static stringethomson/dateEdward Thomson2021-11-194-22/+25
* | | | date: make it a proper `git_date` utility classEdward Thomson2021-11-185-24/+39
* | | | tag: set validity to 0 by defaultethomson/tag_validEdward Thomson2021-11-161-0/+2