Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strvec: rename struct fields | Jeff King | 2020-07-30 | 1 | -1/+1 |
* | strvec: convert more callers away from argv_array name | Jeff King | 2020-07-28 | 1 | -4/+4 |
* | strvec: rename files from argv-array to strvec | Jeff King | 2020-07-28 | 1 | -1/+1 |
* | Merge branch 'tb/shallow-cleanup' | Junio C Hamano | 2020-05-13 | 1 | -0/+1 |
|\ | |||||
| * | shallow: extract a header file for shallow-related functions | Taylor Blau | 2020-04-30 | 1 | -0/+1 |
* | | real_path: remove unsafe API | Alexandr Miloslavskiy | 2020-03-10 | 1 | -1/+6 |
* | | set_git_dir: fix crash when used with real_path() | Alexandr Miloslavskiy | 2020-03-06 | 1 | -1/+10 |
|/ | |||||
* | Merge branch 'ds/sparse-cone' | Junio C Hamano | 2019-12-25 | 1 | -0/+1 |
|\ | |||||
| * | sparse-checkout: add 'cone' mode | Derrick Stolee | 2019-11-22 | 1 | -0/+1 |
* | | Sync with 2.23.1 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Sync with 2.20.2 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| |\ | |||||
| | * | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Sync with 2.18.2 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Sync with 2.17.3 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | |\ | |||||
| | | | | * | Sync with 2.16.6 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | | |\ | |||||
| | | | | | * | Sync with 2.15.4 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | | | |\ | |||||
| | | | | | | * | Sync with 2.14.6 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | | | | |\ | |||||
| | | | | | | | * | protect_ntfs: turn on NTFS protection by default | Johannes Schindelin | 2019-12-05 | 1 | -1/+1 |
* | | | | | | | | | Move core_partial_clone_filter_default to promisor-remote.c | Christian Couder | 2019-06-25 | 1 | -1/+0 |
* | | | | | | | | | Move repository_format_partial_clone to promisor-remote.c | Christian Couder | 2019-06-25 | 1 | -1/+0 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge branch 'jk/save-getenv-result' | Junio C Hamano | 2019-01-29 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | get_super_prefix(): copy getenv() result | Jeff King | 2019-01-11 | 1 | -2/+2 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'jk/loose-object-cache' | Junio C Hamano | 2019-01-04 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | sha1-file: use an object_directory for the main object dir | Jeff King | 2018-11-13 | 1 | -2/+2 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'js/mingw-perl5lib' | Junio C Hamano | 2018-11-13 | 1 | -1/+0 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | config: move Windows-specific config settings into compat/mingw.c | Johannes Schindelin | 2018-10-31 | 1 | -1/+0 |
| |/ / / / / / | |||||
* | | | | | | | worktree: add per-worktree config files | Nguyễn Thái Ngọc Duy | 2018-10-22 | 1 | -0/+1 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'en/incl-forward-decl' | Junio C Hamano | 2018-08-20 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Move definition of enum branch_track from cache.h to branch.h | Elijah Newren | 2018-08-15 | 1 | -0/+1 |
* | | | | | | | Merge branch 'nd/i18n' | Junio C Hamano | 2018-08-15 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | environment.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -2/+2 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jk/core-use-replace-refs' | Junio C Hamano | 2018-08-15 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | check_replace_refs: rename to read_replace_refs | Jeff King | 2018-07-18 | 1 | -2/+2 |
| * | | | | | | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 2018-07-18 | 1 | -4/+4 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
* | | | | | | | commit-graph: add repo arg to graph readers | Jonathan Tan | 2018-07-17 | 1 | -1/+0 |
* | | | | | | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 2018-06-29 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / | |||||
| * | | | | | cache: convert get_graft_file to handle arbitrary repositories | Stefan Beller | 2018-05-18 | 1 | -3/+3 |
| * | | | | | shallow: add repository argument to set_alternate_shallow_file | Stefan Beller | 2018-05-18 | 1 | -1/+1 |
* | | | | | | Merge branch 'ls/checkout-encoding' | Junio C Hamano | 2018-05-08 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | convert: add round trip check based on 'core.checkRoundtripEncoding' | Lars Schneider | 2018-04-16 | 1 | -0/+1 |
* | | | | | | | Merge branch 'sb/object-store-replace' | Junio C Hamano | 2018-05-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | replace-object: check_replace_refs is safe in multi repo environment | Stefan Beller | 2018-04-12 | 1 | -1/+1 |
* | | | | | | | Merge branch 'ds/commit-graph' | Junio C Hamano | 2018-05-08 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | commit-graph: add core.commitGraph setting | Derrick Stolee | 2018-04-11 | 1 | -0/+1 |
* | | | | | | | | Merge branch 'jk/relative-directory-fix' | Junio C Hamano | 2018-04-25 | 1 | -3/+23 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | set_work_tree: use chdir_notify | Jeff King | 2018-03-30 | 1 | -1/+22 |
| * | | | | | | | set_git_dir: die when setenv() fails | Jeff King | 2018-03-30 | 1 | -3/+2 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'sb/object-store' | Junio C Hamano | 2018-04-11 | 1 | -2/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | repository: introduce raw object store field | Stefan Beller | 2018-03-23 | 1 | -2/+3 |
* | | | | | | | | Merge branch 'nd/remove-ignore-env-field' | Junio C Hamano | 2018-04-10 | 1 | -3/+28 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | / / / / / / | |/ / / / / / |/| | | | | | |