Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'jk/relative-directory-fix' | Junio C Hamano | 2018-04-25 | 1 | -6/+3 | |
|\ | ||||||
| * | set_work_tree: use chdir_notify | Jeff King | 2018-03-30 | 1 | -6/+3 | |
* | | Merge branch 'nd/remove-ignore-env-field' | Junio C Hamano | 2018-04-10 | 1 | -2/+1 | |
|\ \ | |/ |/| | ||||||
| * | repository.c: move env-related setup code back to environment.c | Nguyễn Thái Ngọc Duy | 2018-03-05 | 1 | -2/+1 | |
* | | Merge branch 'as/ll-i18n' | Junio C Hamano | 2018-02-27 | 1 | -31/+31 | |
|\ \ | |/ |/| | ||||||
| * | Mark messages for translations | Alexander Shopov | 2018-02-13 | 1 | -31/+31 | |
* | | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 2018-02-13 | 1 | -1/+6 | |
|\ \ | |/ |/| | ||||||
| * | extension.partialclone: introduce partial clone extension | Jonathan Tan | 2017-12-05 | 1 | -1/+6 | |
* | | Merge branch 'sg/setup-doc-update' | Junio C Hamano | 2017-12-19 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | setup.c: fix comment about order of .git directory discovery | SZEDER Gábor | 2017-12-07 | 1 | -1/+1 | |
* | | | Integrate hash algorithm support with repo setup | brian m. carlson | 2017-11-13 | 1 | -0/+3 | |
* | | | setup: expose enumerated repo info | brian m. carlson | 2017-11-13 | 1 | -21/+25 | |
* | | | Merge branch 'js/early-config' | Junio C Hamano | 2017-11-09 | 1 | -1/+3 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | setup: avoid double slashes when looking for HEAD | Jeff King | 2017-11-03 | 1 | -1/+3 | |
* | | | Merge branch 'ks/verify-filename-non-option-error-message-tweak' | Junio C Hamano | 2017-10-07 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | setup: update error message to be more meaningful | Kaartic Sivaraam | 2017-10-04 | 1 | -1/+1 | |
* | | | | read_gitfile_gently: clarify return value ownership. | Han-Wen Nienhuys | 2017-09-27 | 1 | -1/+2 | |
* | | | | set_git_dir: handle feeding gitdir to itself | Jeff King | 2017-09-06 | 1 | -5/+0 | |
* | | | | grep: recurse in-process using 'struct repository' | Brandon Williams | 2017-08-02 | 1 | -11/+1 | |
|/ / / | ||||||
* | | | environment: place key repository state in the_repository | Brandon Williams | 2017-06-24 | 1 | -2/+15 | |
* | | | setup: add comment indicating a hack | Brandon Williams | 2017-06-24 | 1 | -0/+6 | |
* | | | setup: don't perform lazy initialization of repository state | Brandon Williams | 2017-06-24 | 1 | -0/+14 | |
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob... | Junio C Hamano | 2017-06-24 | 1 | -6/+13 | |
|\ \ \ \ | ||||||
| | * | | | setup: teach discover_git_directory to respect the commondir | Brandon Williams | 2017-06-15 | 1 | -6/+11 | |
| | * | | | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 | |
| | * | | | discover_git_directory(): avoid setting invalid git_dir | Johannes Schindelin | 2017-06-15 | 1 | -0/+1 | |
* | | | | | Merge branch 'jk/pathspec-magic-disambiguation' | Junio C Hamano | 2017-06-19 | 1 | -10/+32 | |
|\ \ \ \ \ | ||||||
| * | | | | | verify_filename(): flip order of checks | Jeff King | 2017-05-29 | 1 | -1/+1 | |
| * | | | | | verify_filename(): treat ":(magic)" as a pathspec | Jeff King | 2017-05-29 | 1 | -1/+19 | |
| * | | | | | check_filename(): handle ":^" path magic | Jeff King | 2017-05-29 | 1 | -0/+4 | |
| * | | | | | check_filename(): use skip_prefix | Jeff King | 2017-05-29 | 1 | -3/+2 | |
| * | | | | | check_filename(): refactor ":/" handling | Jeff King | 2017-05-29 | 1 | -7/+8 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'jc/noent-notdir' | Junio C Hamano | 2017-06-13 | 1 | -1/+1 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked | Junio C Hamano | 2017-05-30 | 1 | -1/+1 | |
| | |_|/ | |/| | | ||||||
| * | | | Merge branch 'rs/strbuf-add-real-path' into maint | Junio C Hamano | 2017-03-28 | 1 | -1/+1 | |
| |\ \ \ | ||||||
* | | | | | setup_discovered_git_dir(): plug memory leak | Johannes Schindelin | 2017-05-08 | 1 | -2/+7 | |
* | | | | | setup_bare_git_dir(): help static analysis | Johannes Schindelin | 2017-05-08 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge branch 'bw/recurse-submodules-relative-fix' | Junio C Hamano | 2017-03-30 | 1 | -1/+5 | |
|\ \ \ \ | ||||||
| * | | | | setup: allow for prefix to be passed to git commands | Brandon Williams | 2017-03-17 | 1 | -1/+6 | |
* | | | | | prefix_filename: return newly allocated string | Jeff King | 2017-03-21 | 1 | -3/+8 | |
* | | | | | prefix_filename: drop length parameter | Jeff King | 2017-03-21 | 1 | -1/+1 | |
* | | | | | Merge branch 'js/early-config' | Junio C Hamano | 2017-03-17 | 1 | -76/+177 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | setup.c: mention unresolved problems | Johannes Schindelin | 2017-03-14 | 1 | -0/+2 | |
| * | | | | setup_git_directory_gently_1(): avoid die()ing | Johannes Schindelin | 2017-03-14 | 1 | -8/+17 | |
| * | | | | setup: introduce the discover_git_directory() function | Johannes Schindelin | 2017-03-14 | 1 | -0/+43 | |
| * | | | | setup_git_directory_1(): avoid changing global state | Johannes Schindelin | 2017-03-14 | 1 | -75/+118 | |
| * | | | | setup: prepare setup_discovered_git_dir() for the root directory | Johannes Schindelin | 2017-03-14 | 1 | -2/+4 | |
| * | | | | setup_git_directory(): use is_dir_sep() helper | Johannes Schindelin | 2017-03-08 | 1 | -1/+3 | |
| |/ / / | ||||||
* | | | | Merge branch 'js/realpath-pathdup-fix' | Junio C Hamano | 2017-03-13 | 1 | -2/+2 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | real_pathdup(): fix callsites that wanted it to die on error | Johannes Schindelin | 2017-03-08 | 1 | -2/+2 | |
| |/ / |