Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | | | 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 |
|\| | | | | | | | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | sha1_file.c: move delayed getenv(altdb) back to setup_git_env() | Nguyễn Thái Ngọc Duy | 2018-03-05 | 1 | -0/+1 |
| * | | | | | | repository.c: move env-related setup code back to environment.c | Nguyễn Thái Ngọc Duy | 2018-03-05 | 1 | -3/+27 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 2018-03-06 | 1 | -12/+12 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | environment: rename 'namespace' variables | Brandon Williams | 2018-02-22 | 1 | -5/+5 |
| * | | | | | environment: rename 'template' variables | Brandon Williams | 2018-02-22 | 1 | -7/+7 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'tb/crlf-conv-flags' | Junio C Hamano | 2018-02-13 | 1 | -1/+1 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | convert_to_git(): safe_crlf/checksafe becomes int conv_flags | Torsten Bögershausen | 2018-01-16 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'jh/partial-clone' | Junio C Hamano | 2018-02-13 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | partial-clone: define partial clone settings in config | Jeff Hostetler | 2017-12-08 | 1 | -0/+1 |
* | | | | | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 2018-02-13 | 1 | -0/+1 |
|\| | | | | |/ / / |/| | | | |||||
| * | | | extension.partialclone: introduce partial clone extension | Jonathan Tan | 2017-12-05 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge branch 'ar/unconfuse-three-dots' | Junio C Hamano | 2017-12-19 | 1 | -0/+15 |
|\ \ \ | |||||
| * | | | print_sha1_ellipsis: introduce helper | Ann T Ropea | 2017-12-04 | 1 | -0/+15 |
| |/ / | |||||
* | | | Merge branch 'bp/fsmonitor' | Junio C Hamano | 2017-11-21 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | fsmonitor: teach git to optionally utilize a file system monitor to speed up ... | Ben Peart | 2017-10-01 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'jk/no-optional-locks' | Junio C Hamano | 2017-10-03 | 1 | -0/+5 |
|\ \ | |||||
| * | | git: add --no-optional-locks option | Jeff King | 2017-09-27 | 1 | -0/+5 |
| |/ | |||||
* / | repository: free fields before overwriting them | Jeff King | 2017-09-06 | 1 | -1/+3 |
|/ | |||||
* | environment: store worktree in the_repository | Brandon Williams | 2017-06-24 | 1 | -5/+4 |
* | environment: place key repository state in the_repository | Brandon Williams | 2017-06-24 | 1 | -45/+13 |
* | environment: remove namespace_len variable | Brandon Williams | 2017-06-24 | 1 | -5/+4 |
* | setup: don't perform lazy initialization of repository state | Brandon Williams | 2017-06-24 | 1 | -9/+8 |
* | Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob... | Junio C Hamano | 2017-06-24 | 1 | -0/+1 |
|\ | |||||
| * | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 |
* | | Merge branch 'jk/bug-to-abort' | Junio C Hamano | 2017-05-29 | 1 | -1/+1 |
|\ \ | |||||
| * | | setup_git_env: convert die("BUG") to BUG() | Jeff King | 2017-05-15 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'nd/worktree-kill-parse-ref' | Junio C Hamano | 2017-05-16 | 1 | -0/+2 |
|\ \ | |/ |/| | |||||
| * | environment.c: fix potential segfault by get_git_common_dir() | Nguyễn Thái Ngọc Duy | 2017-04-17 | 1 | -0/+2 |
* | | Merge branch 'jk/snprintf-cleanups' | Junio C Hamano | 2017-04-17 | 1 | -8/+6 |
|\ \ | |||||
| * | | odb_mkstemp: use git_path_buf | Jeff King | 2017-03-29 | 1 | -4/+2 |
| * | | odb_mkstemp: write filename into strbuf | Jeff King | 2017-03-29 | 1 | -8/+8 |
* | | | Merge branch 'jk/no-looking-at-dotgit-outside-repo-final' | Junio C Hamano | 2017-03-30 | 1 | -1/+4 |
|\ \ \ | |/ / |/| | | |||||
| * | | setup_git_env: avoid blind fall-back to ".git" | Jeff King | 2016-10-26 | 1 | -1/+4 |