summaryrefslogtreecommitdiffstats
path: root/parse-options-cb.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-24path: add repo_worktree_path and strbuf_repo_worktree_pathBrandon Williams2-0/+49
2017-06-24path: add repo_git_path and strbuf_repo_git_pathBrandon Williams2-0/+29
2017-06-24path: worktree_git_path() should not use file relocationBrandon Williams1-1/+2
2017-06-24path: convert do_git_path to take a 'struct repository'Brandon Williams1-14/+28
2017-06-24path: convert strbuf_git_common_path to take a 'struct repository'Brandon Williams3-8/+16
2017-06-24path: always pass in commondir to update_common_dirBrandon Williams1-3/+1
2017-06-24path: create path.hBrandon Williams3-58/+64
2017-06-24environment: store worktree in the_repositoryBrandon Williams1-5/+4
2017-06-24environment: place key repository state in the_repositoryBrandon Williams4-53/+34
2017-06-24repository: introduce the repository objectBrandon Williams3-0/+224
2017-06-24environment: remove namespace_len variableBrandon Williams1-5/+4
2017-06-24setup: add comment indicating a hackBrandon Williams1-0/+6
2017-06-24setup: don't perform lazy initialization of repository stateBrandon Williams3-9/+24
2017-06-19Ninth batch for 2.14Junio C Hamano1-0/+29
2017-06-15sub-process: correct path to API docs in a commentChristian Couder1-1/+1
2017-06-15config: don't implicitly use gitdir or commondirBrandon Williams3-24/+29
2017-06-15config: respect commondirBrandon Williams2-4/+8
2017-06-15setup: teach discover_git_directory to respect the commondirBrandon Williams3-16/+26
2017-06-15config: don't include config.h by defaultBrandon Williams146-1/+145
2017-06-15config: remove git_config_iterBrandon Williams1-1/+0
2017-06-15config: create config.hBrandon Williams2-189/+195
2017-06-15alias: use the early config machinery to expand aliasesJohannes Schindelin3-59/+26
2017-06-15t7006: demonstrate a problem with aliases in subdirectoriesJohannes Schindelin1-0/+11
2017-06-15t1308: relax the test verifying that empty alias values are disallowedJohannes Schindelin1-1/+3
2017-06-15help: use early config when autocorrecting aliasesJohannes Schindelin1-1/+1
2017-06-15config: report correct line number upon errorJohannes Schindelin2-1/+8
2017-06-15discover_git_directory(): avoid setting invalid git_dirJohannes Schindelin1-0/+1
2017-06-15git-svn: document special options for commit-diffAndreas Heiduk1-0/+15
2017-06-13Eighth batch for 2.14Junio C Hamano1-14/+21
2017-06-13Prepare for 2.13.2Junio C Hamano2-1/+38
2017-06-13ls-files: factor out tag calculationBrandon Williams1-16/+25
2017-06-13ls-files: factor out debug info into a functionBrandon Williams1-9/+14
2017-06-13ls-files: convert show_files to take an indexBrandon Williams1-15/+15
2017-06-13ls-files: convert show_ce_entry to take an indexBrandon Williams1-5/+6
2017-06-13ls-files: convert prune_cache to take an indexBrandon Williams1-7/+8
2017-06-13ls-files: convert ce_excluded to take an indexBrandon Williams1-4/+5
2017-06-13ls-files: convert show_ru_info to take an indexBrandon Williams1-4/+4
2017-06-13ls-files: convert show_other_files to take an indexBrandon Williams1-3/+4
2017-06-13ls-files: convert show_killed_files to take an indexBrandon Williams1-10/+11
2017-06-13ls-files: convert write_eolinfo to take an indexBrandon Williams1-7/+6
2017-06-13ls-files: convert overlay_tree_on_cache to take an indexBrandon Williams3-9/+12
2017-06-13tree: convert read_tree to take an index parameterBrandon Williams3-12/+21
2017-06-13convert: convert renormalize_buffer to take an indexBrandon Williams4-6/+9
2017-06-13convert: convert convert_to_git to take an indexBrandon Williams8-15/+18
2017-06-13convert: convert convert_to_git_filter_fd to take an indexBrandon Williams3-4/+6
2017-06-13convert: convert crlf_to_git to take an indexBrandon Williams1-6/+8
2017-06-13convert: convert get_cached_convert_stats_ascii to take an indexBrandon Williams3-4/+9
2017-06-08doc: describe git svn init --ignore-refsAndreas Heiduk1-0/+16
2017-06-07sha1dc: update from upstreamÆvar Arnfjörð Bjarmason2-9/+27