| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-05-20 | setup: split "extensions found" messages into singular and plural | Alex Henrie | 1 | -2/+6 |
| 2021-04-05 | macOS: precompose startup_info->prefix | Torsten Bögershausen | 1 | -10/+18 |
| 2020-08-11 | Merge branch 'bc/sha-256-part-3' | Junio C Hamano | 1 | -1/+10 |
| 2020-07-30 | Merge branch 'jk/reject-newer-extensions-in-v0' into master | Junio C Hamano | 1 | -16/+80 |
| 2020-07-30 | setup: add support for reading extensions.objectformat | brian m. carlson | 1 | -1/+15 |
| 2020-07-16 | Merge branch 'jn/v0-with-extensions-fix' into master | Junio C Hamano | 1 | -14/+10 |
| 2020-07-16 | verify_repository_format(): complain about new extensions in v0 repo | Jeff King | 1 | -16/+80 |
| 2020-07-16 | repository: allow repository format upgrade with extensions | Jonathan Nieder | 1 | -5/+7 |
| 2020-07-16 | Revert "check_repository_format_gently(): refuse extensions for old repositor... | Jonathan Nieder | 1 | -9/+3 |
| 2020-07-06 | Merge branch 'bc/sha-256-part-2' | Junio C Hamano | 1 | -0/+1 |
| 2020-06-05 | check_repository_format_gently(): refuse extensions for old repositories | Xin Li | 1 | -3/+9 |
| 2020-06-05 | repository: add a helper function to perform repository format upgrade | Xin Li | 1 | -0/+29 |
| 2020-05-27 | setup: set the_repository's hash algo when checking format | brian m. carlson | 1 | -0/+1 |
| 2020-03-26 | Merge branch 'bc/sha-256-part-1-of-4' | Junio C Hamano | 1 | -2/+4 |
| 2020-03-25 | Merge branch 'am/real-path-fix' | Junio C Hamano | 1 | -13/+22 |
| 2020-03-16 | Merge branch 'es/outside-repo-errmsg-hints' | Junio C Hamano | 1 | -2/+6 |
| 2020-03-15 | prefix_path: show gitdir if worktree unavailable | Emily Shaffer | 1 | -2/+6 |
| 2020-03-10 | real_path_if_valid(): remove unsafe API | Alexandr Miloslavskiy | 1 | -1/+1 |
| 2020-03-10 | real_path: remove unsafe API | Alexandr Miloslavskiy | 1 | -3/+12 |
| 2020-03-06 | set_git_dir: fix crash when used with real_path() | Alexandr Miloslavskiy | 1 | -9/+9 |
| 2020-02-24 | setup: allow check_repository_format to read repository format | brian m. carlson | 1 | -2/+4 |
| 2020-02-17 | Merge branch 'es/outside-repo-errmsg-hints' | Junio C Hamano | 1 | -1/+2 |
| 2020-02-16 | prefix_path: show gitdir when arg is outside repo | Emily Shaffer | 1 | -1/+2 |
| 2020-01-27 | verify_filename(): handle backslashes in "wildcards are pathspecs" rule | Jeff King | 1 | -3/+20 |
| 2019-09-30 | Merge branch 'js/gitdir-at-unc-root' | Junio C Hamano | 1 | -2/+8 |
| 2019-08-26 | setup_git_directory(): handle UNC root paths correctly | Johannes Schindelin | 1 | -1/+1 |
| 2019-08-26 | Fix .git/ discovery at the root of UNC shares | Johannes Schindelin | 1 | -0/+6 |
| 2019-08-26 | setup_git_directory(): handle UNC paths correctly | Johannes Schindelin | 1 | -1/+1 |
| 2019-06-25 | Move repository_format_partial_clone to promisor-remote.c | Christian Couder | 1 | -1/+2 |
| 2019-04-16 | sha1-name.c: remove the_repo from maybe_die_on_misspelt_object_name | Nguyễn Thái Ngọc Duy | 1 | -3/+4 |
| 2019-03-20 | Merge branch 'ma/clear-repository-format' | Junio C Hamano | 1 | -12/+28 |
| 2019-03-01 | setup: fix memory leaks with `struct repository_format` | Martin Ågren | 1 | -12/+27 |
| 2019-02-05 | Merge branch 'js/abspath-part-inside-repo' | Junio C Hamano | 1 | -3/+3 |
| 2019-01-23 | setup: free old value before setting `work_tree` | Martin Ågren | 1 | -0/+1 |
| 2019-01-18 | abspath_part_inside_repo: respect core.ignoreCase | Johannes Schindelin | 1 | -3/+3 |
| 2019-01-03 | Simplify handling of setup_git_directory_gently() failure cases. | Erin Dahlgren | 1 | -31/+43 |
| 2018-10-22 | worktree: add per-worktree config files | Nguyễn Thái Ngọc Duy | 1 | -8/+32 |
| 2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -2/+2 |
| 2018-04-25 | Merge branch 'jk/relative-directory-fix' | Junio C Hamano | 1 | -6/+3 |
| 2018-04-10 | Merge branch 'nd/remove-ignore-env-field' | Junio C Hamano | 1 | -2/+1 |
| 2018-03-30 | set_work_tree: use chdir_notify | Jeff King | 1 | -6/+3 |
| 2018-03-05 | repository.c: move env-related setup code back to environment.c | Nguyễn Thái Ngọc Duy | 1 | -2/+1 |
| 2018-02-27 | Merge branch 'as/ll-i18n' | Junio C Hamano | 1 | -31/+31 |
| 2018-02-13 | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 1 | -1/+6 |
| 2018-02-13 | Mark messages for translations | Alexander Shopov | 1 | -31/+31 |
| 2017-12-19 | Merge branch 'sg/setup-doc-update' | Junio C Hamano | 1 | -1/+1 |
| 2017-12-07 | setup.c: fix comment about order of .git directory discovery | SZEDER Gábor | 1 | -1/+1 |
| 2017-12-05 | extension.partialclone: introduce partial clone extension | Jonathan Tan | 1 | -1/+6 |
| 2017-11-13 | Integrate hash algorithm support with repo setup | brian m. carlson | 1 | -0/+3 |
| 2017-11-13 | setup: expose enumerated repo info | brian m. carlson | 1 | -21/+25 |
| 2017-11-09 | Merge branch 'js/early-config' | Junio C Hamano | 1 | -1/+3 |
| 2017-11-03 | setup: avoid double slashes when looking for HEAD | Jeff King | 1 | -1/+3 |
| 2017-10-07 | Merge branch 'ks/verify-filename-non-option-error-message-tweak' | Junio C Hamano | 1 | -1/+1 |
| 2017-10-04 | setup: update error message to be more meaningful | Kaartic Sivaraam | 1 | -1/+1 |
| 2017-09-27 | read_gitfile_gently: clarify return value ownership. | Han-Wen Nienhuys | 1 | -1/+2 |
| 2017-09-06 | set_git_dir: handle feeding gitdir to itself | Jeff King | 1 | -5/+0 |
| 2017-08-02 | grep: recurse in-process using 'struct repository' | Brandon Williams | 1 | -11/+1 |
| 2017-06-23 | environment: place key repository state in the_repository | Brandon Williams | 1 | -2/+15 |
| 2017-06-23 | setup: add comment indicating a hack | Brandon Williams | 1 | -0/+6 |
| 2017-06-23 | setup: don't perform lazy initialization of repository state | Brandon Williams | 1 | -0/+14 |
| 2017-06-23 | Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob... | Junio C Hamano | 1 | -6/+13 |
| 2017-06-19 | Merge branch 'jk/pathspec-magic-disambiguation' | Junio C Hamano | 1 | -10/+32 |
| 2017-06-15 | setup: teach discover_git_directory to respect the commondir | Brandon Williams | 1 | -6/+11 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-06-15 | discover_git_directory(): avoid setting invalid git_dir | Johannes Schindelin | 1 | -0/+1 |
| 2017-06-13 | Merge branch 'jc/noent-notdir' | Junio C Hamano | 1 | -1/+1 |
| 2017-05-30 | treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked | Junio C Hamano | 1 | -1/+1 |
| 2017-05-29 | verify_filename(): flip order of checks | Jeff King | 1 | -1/+1 |
| 2017-05-29 | verify_filename(): treat ":(magic)" as a pathspec | Jeff King | 1 | -1/+19 |
| 2017-05-29 | check_filename(): handle ":^" path magic | Jeff King | 1 | -0/+4 |
| 2017-05-29 | check_filename(): use skip_prefix | Jeff King | 1 | -3/+2 |
| 2017-05-29 | check_filename(): refactor ":/" handling | Jeff King | 1 | -7/+8 |
| 2017-05-08 | setup_discovered_git_dir(): plug memory leak | Johannes Schindelin | 1 | -2/+7 |
| 2017-05-08 | setup_bare_git_dir(): help static analysis | Johannes Schindelin | 1 | -1/+1 |
| 2017-03-30 | Merge branch 'bw/recurse-submodules-relative-fix' | Junio C Hamano | 1 | -1/+5 |
| 2017-03-28 | Merge branch 'rs/strbuf-add-real-path' into maint | Junio C Hamano | 1 | -1/+1 |
| 2017-03-21 | prefix_filename: return newly allocated string | Jeff King | 1 | -3/+8 |
| 2017-03-21 | prefix_filename: drop length parameter | Jeff King | 1 | -1/+1 |
| 2017-03-17 | Merge branch 'js/early-config' | Junio C Hamano | 1 | -76/+177 |
| 2017-03-17 | setup: allow for prefix to be passed to git commands | Brandon Williams | 1 | -1/+6 |
| 2017-03-14 | setup.c: mention unresolved problems | Johannes Schindelin | 1 | -0/+2 |
| 2017-03-14 | setup_git_directory_gently_1(): avoid die()ing | Johannes Schindelin | 1 | -8/+17 |
| 2017-03-14 | setup: introduce the discover_git_directory() function | Johannes Schindelin | 1 | -0/+43 |
| 2017-03-14 | setup_git_directory_1(): avoid changing global state | Johannes Schindelin | 1 | -75/+118 |
| 2017-03-14 | setup: prepare setup_discovered_git_dir() for the root directory | Johannes Schindelin | 1 | -2/+4 |
| 2017-03-12 | Merge branch 'js/realpath-pathdup-fix' | Junio C Hamano | 1 | -2/+2 |
| 2017-03-10 | Merge branch 'rs/strbuf-add-real-path' | Junio C Hamano | 1 | -1/+1 |
| 2017-03-08 | real_pathdup(): fix callsites that wanted it to die on error | Johannes Schindelin | 1 | -2/+2 |
| 2017-03-07 | setup_git_directory(): use is_dir_sep() helper | Johannes Schindelin | 1 | -1/+3 |
| 2017-02-27 | strbuf: add strbuf_add_real_path() | René Scharfe | 1 | -1/+1 |
| 2017-01-26 | cache.h: expose the dying procedure for reading gitlinks | Stefan Beller | 1 | -22/+26 |
| 2017-01-26 | setup: add gentle version of resolve_git_dir | Stefan Beller | 1 | -2/+2 |
| 2016-12-12 | real_path: have callers use real_pathdup and strbuf_realpath | Brandon Williams | 1 | -5/+8 |
| 2016-08-09 | i18n: setup: mark error messages for translation | Vasco Almeida | 1 | -9/+9 |
| 2016-06-17 | i18n: setup: mark strings for translation | Vasco Almeida | 1 | -8/+8 |
| 2016-04-22 | Merge branch 'jc/xstrfmt-null-with-prec-0' | Junio C Hamano | 1 | -1/+1 |
| 2016-04-13 | Merge branch 'jk/check-repository-format' | Junio C Hamano | 1 | -66/+78 |
| 2016-04-07 | setup.c: do not feed NULL to "%.*s" even with precision 0 | Junio C Hamano | 1 | -1/+1 |
| 2016-03-11 | verify_repository_format: mark messages for translation | Jeff King | 1 | -2/+2 |
| 2016-03-11 | setup: drop repository_format_version global | Jeff King | 1 | -1/+0 |
| 2016-03-11 | setup: unify repository version callbacks | Jeff King | 1 | -42/+23 |
| 2016-03-11 | setup: refactor repo format reading and verification | Jeff King | 1 | -39/+79 |
| 2016-03-11 | check_repository_format_gently: stop using git_config_early | Jeff King | 1 | -8/+3 |
| 2016-03-11 | lazily load core.sharedrepository | Jeff King | 1 | -2/+0 |
| 2016-03-11 | wrap shared_repository global in get/set accessors | Jeff King | 1 | -1/+1 |
| 2016-03-11 | setup: document check_repository_format() | Jeff King | 1 | -2/+2 |
| 2016-03-06 | setup: set startup_info->have_repository more reliably | Jeff King | 1 | -1/+3 |
| 2016-03-06 | setup: make startup_info available everywhere | Jeff King | 1 | -4/+6 |
| 2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -3/+2 |
| 2016-02-24 | Merge branch 'nd/dwim-wildcards-as-pathspecs' | Junio C Hamano | 1 | -4/+2 |
| 2016-02-22 | use xmallocz to avoid size arithmetic | Jeff King | 1 | -3/+2 |
| 2016-02-10 | Merge branch 'nd/do-not-move-worktree-manually' | Junio C Hamano | 1 | -12/+0 |
| 2016-02-10 | check_filename: tighten dwim-wildcard ambiguity | Jeff King | 1 | -4/+2 |
| 2016-01-25 | clean: make is_git_repository a public function | Jeff King | 1 | -0/+17 |
| 2016-01-22 | worktree: stop supporting moving worktrees manually | Nguyễn Thái Ngọc Duy | 1 | -12/+0 |
| 2015-10-26 | Merge branch 'jk/repository-extension' | Junio C Hamano | 1 | -3/+36 |
| 2015-10-20 | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 1 | -9/+3 |
| 2015-09-25 | replace trivial malloc + sprintf / strcpy calls with xstrfmt | Jeff King | 1 | -9/+3 |
| 2015-09-14 | path: implement common_dir handling in git_pathdup_submodule() | Max Kirillov | 1 | -5/+12 |
| 2015-09-01 | Merge branch 'nd/fixup-linked-gitdir' | Junio C Hamano | 1 | -2/+2 |
| 2015-08-25 | write_file(): drop caller-supplied LF from calls to create a one-liner file | Junio C Hamano | 1 | -1/+1 |
| 2015-08-25 | setup: update the right file in multiple checkouts | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2015-08-24 | write_file(): drop "fatal" parameter | Junio C Hamano | 1 | -1/+1 |
| 2015-08-03 | Merge branch 'ee/clean-remove-dirs' | Junio C Hamano | 1 | -20/+69 |
| 2015-06-26 | read_gitfile_gently: fix use-after-free | Jeff King | 1 | -9/+5 |
| 2015-06-24 | introduce "preciousObjects" repository extension | Jeff King | 1 | -0/+2 |
| 2015-06-24 | introduce "extensions" form of core.repositoryformatversion | Jeff King | 1 | -3/+34 |
| 2015-06-16 | Merge branch 'jk/die-on-bogus-worktree-late' | Junio C Hamano | 1 | -2/+10 |
| 2015-06-15 | setup: sanity check file size in read_gitfile_gently | Erik Elfström | 1 | -0/+7 |
| 2015-06-09 | setup: add gentle version of read_gitfile | Erik Elfström | 1 | -19/+65 |
| 2015-05-29 | setup_git_directory: delay core.bare/core.worktree errors | Jeff King | 1 | -2/+10 |
| 2015-05-19 | Merge branch 'nd/dwim-wildcards-as-pathspecs' | Junio C Hamano | 1 | -1/+3 |
| 2015-05-03 | pathspec: avoid the need of "--" when wildcard is used | Duy Nguyen | 1 | -1/+3 |
| 2014-12-01 | prune: strategies for linked checkouts | Nguyễn Thái Ngọc Duy | 1 | -0/+13 |
| 2014-12-01 | setup.c: support multi-checkout repo setup | Nguyễn Thái Ngọc Duy | 1 | -9/+24 |
| 2014-12-01 | setup.c: detect $GIT_COMMON_DIR check_repository_format_gently() | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
| 2014-12-01 | setup.c: convert check_repository_format_gently to use strbuf | Nguyễn Thái Ngọc Duy | 1 | -4/+8 |
| 2014-12-01 | setup.c: detect $GIT_COMMON_DIR in is_git_directory() | Nguyễn Thái Ngọc Duy | 1 | -6/+37 |
| 2014-12-01 | setup.c: convert is_git_directory() to use strbuf | Nguyễn Thái Ngọc Duy | 1 | -16/+21 |
| 2014-09-02 | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 1 | -46/+47 |
| 2014-08-26 | use xgetcwd() to get the current directory or die | René Scharfe | 1 | -3/+3 |
| 2014-08-26 | setup: convert setup_git_directory_gently_1 et al. to strbuf | René Scharfe | 1 | -43/+44 |
| 2014-07-29 | add `config_set` API for caching config-like files | Tanay Abhra | 1 | -0/+9 |
| 2014-05-02 | Merge branch 'mw/symlinks' | Junio C Hamano | 1 | -2/+2 |
| 2014-04-24 | setup: fix windows path buffer over-stepping | Martin Erik Werner | 1 | -2/+2 |
| 2014-03-05 | Merge branch 'nd/daemonize-gc' | Junio C Hamano | 1 | -0/+24 |
| 2014-02-27 | Merge branch 'mw/symlinks' | Junio C Hamano | 1 | -20/+74 |
| 2014-02-10 | daemon: move daemonize() to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -0/+24 |
| 2014-02-04 | setup: don't dereference in-tree symlinks for absolute paths | Martin Erik Werner | 1 | -20/+10 |
| 2014-02-04 | setup: add abspath_part_inside_repo() function | Martin Erik Werner | 1 | -0/+64 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -2/+2 |
| 2013-10-31 | setup: trivial style fixes | Felipe Contreras | 1 | -2/+2 |
| 2013-10-28 | Merge branch 'jx/relative-path-regression-fix' | Junio C Hamano | 1 | -4/+1 |
| 2013-10-14 | Use simpler relative_path when set_git_dir | Jiang Xin | 1 | -4/+1 |
| 2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -153/+20 |
| 2013-07-22 | Merge branch 'jx/clean-interactive' | Junio C Hamano | 1 | -1/+4 |
| 2013-07-22 | Merge branch 'tr/protect-low-3-fds' | Junio C Hamano | 1 | -0/+12 |
| 2013-07-17 | daemon/shell: refactor redirection of 0/1/2 from /dev/null | Thomas Rast | 1 | -0/+12 |
| 2013-07-15 | parse_pathspec: make sure the prefix part is wildcard-free | Nguyễn Thái Ngọc Duy | 1 | -4/+20 |
| 2013-07-15 | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 1 | -149/+0 |
| 2013-06-26 | path.c: refactor relative_path(), not only strip prefix | Jiang Xin | 1 | -1/+4 |
| 2013-03-25 | Merge branch 'lf/setup-prefix-pathspec' | Junio C Hamano | 1 | -5/+7 |
| 2013-03-25 | Merge branch 'jk/alias-in-bare' | Junio C Hamano | 1 | -2/+10 |
| 2013-03-14 | setup.c: check that the pathspec magic ends with ")" | Andrew Wong | 1 | -2/+3 |
| 2013-03-14 | setup.c: stop prefix_pathspec() from looping past the end of string | Andrew Wong | 1 | -3/+4 |
| 2013-03-08 | setup: suppress implicit "." work-tree for bare repos | Jeff King | 1 | -0/+8 |
| 2013-03-08 | environment: add GIT_PREFIX to local_repo_env | Jeff King | 1 | -2/+2 |
| 2013-02-27 | Merge branch 'mh/maint-ceil-absolute' | Junio C Hamano | 1 | -10/+22 |
| 2013-02-22 | Provide a mechanism to turn off symlink resolution in ceiling paths | Michael Haggerty | 1 | -10/+22 |
| 2013-01-30 | Merge branch 'nd/magic-pathspec-from-root' | Junio C Hamano | 1 | -1/+8 |
| 2013-01-23 | Merge branch 'as/check-ignore' | Junio C Hamano | 1 | -0/+19 |
| 2013-01-21 | Update :/abc ambiguity check | Nguyễn Thái Ngọc Duy | 1 | -1/+8 |
| 2013-01-06 | setup.c: document get_pathspec() | Adam Spiers | 1 | -0/+19 |
| 2012-10-29 | setup_git_directory_gently_1(): resolve symlinks in ceiling paths | Michael Haggerty | 1 | -13/+13 |
| 2012-10-29 | string_list_longest_prefix(): remove function | Michael Haggerty | 0 | -0/+0 |
| 2012-10-29 | longest_ancestor_length(): require prefix list entries to be normalized | Michael Haggerty | 1 | -0/+23 |
| 2012-10-29 | longest_ancestor_length(): take a string_list argument for prefixes | Michael Haggerty | 1 | -2/+9 |
| 2012-09-10 | Merge branch 'maint-1.7.11' into maint | Junio C Hamano | 1 | -3/+5 |
| 2012-08-22 | Merge branch 'mm/die-with-dashdash-help' | Junio C Hamano | 1 | -3/+5 |
| 2012-08-03 | setup: clarify error messages for file/revisions ambiguity | Matthieu Moy | 1 | -3/+5 |
| 2012-07-22 | Merge branch 'jc/sha1-name-more' | Junio C Hamano | 1 | -6/+2 |
| 2012-07-11 | Merge branch 'th/diff-no-index-fixes' into maint | Junio C Hamano | 1 | -2/+22 |
| 2012-07-11 | Merge branch 'mm/verify-filename-fix' into maint | Junio C Hamano | 1 | -3/+24 |
| 2012-07-04 | Merge branch 'th/diff-no-index-fixes' | Junio C Hamano | 1 | -2/+22 |
| 2012-07-03 | sha1_name.c: get rid of get_sha1_with_mode_1() | Junio C Hamano | 1 | -6/+2 |
| 2012-06-28 | Merge branch 'mm/verify-filename-fix' | Junio C Hamano | 1 | -3/+24 |
| 2012-06-22 | diff: handle relative paths in no-index | Jeff King | 1 | -2/+22 |
| 2012-06-18 | verify_filename(): ask the caller to chose the kind of diagnosis | Matthieu Moy | 1 | -3/+24 |
| 2012-04-15 | properly keep track of current working directory | Clemens Buchacher | 1 | -9/+13 |
| 2012-02-02 | standardize and improve lookup rules for external local repos | Jeff King | 1 | -1/+1 |
| 2011-10-10 | Merge branch 'cb/common-prefix-unification' | Junio C Hamano | 1 | -32/+0 |
| 2011-10-10 | Merge branch 'fg/submodule-git-file-git-dir' | Junio C Hamano | 1 | -0/+7 |
| 2011-09-12 | rename pathspec_prefix() to common_prefix() and move to dir.[ch] | Clemens Buchacher | 1 | -7/+0 |
| 2011-09-06 | consolidate pathspec_prefix and common_prefix | Junio C Hamano | 1 | -27/+2 |
| 2011-09-06 | remove prefix argument from pathspec_prefix | Clemens Buchacher | 1 | -2/+2 |
| 2011-08-28 | Merge branch 'nd/maint-clone-gitdir' | Junio C Hamano | 1 | -3/+3 |
| 2011-08-25 | Merge branch 'di/parse-options-split' | Junio C Hamano | 1 | -28/+0 |
| 2011-08-22 | read_gitfile_gently(): rename misnamed function to read_gitfile() | Junio C Hamano | 1 | -3/+3 |
| 2011-08-16 | rev-parse: add option --resolve-git-dir <path> | Fredrik Gustafsson | 1 | -0/+7 |
| 2011-08-11 | Reduce parse-options.o dependencies | Dmitry Ivankov | 1 | -28/+0 |