summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* path: create path.hBrandon Williams2017-06-233-58/+64
* environment: store worktree in the_repositoryBrandon Williams2017-06-231-5/+4
* environment: place key repository state in the_repositoryBrandon Williams2017-06-234-53/+34
* repository: introduce the repository objectBrandon Williams2017-06-233-0/+224
* environment: remove namespace_len variableBrandon Williams2017-06-231-5/+4
* setup: add comment indicating a hackBrandon Williams2017-06-231-0/+6
* setup: don't perform lazy initialization of repository stateBrandon Williams2017-06-233-9/+24
*-. Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano2017-06-23155-413/+614
|\ \
| | * config: don't implicitly use gitdir or commondirbw/config-hBrandon Williams2017-06-153-24/+29
| | * config: respect commondirBrandon Williams2017-06-152-4/+8
| | * setup: teach discover_git_directory to respect the commondirBrandon Williams2017-06-153-16/+26
| | * config: don't include config.h by defaultBrandon Williams2017-06-15146-1/+145
| | * config: remove git_config_iterBrandon Williams2017-06-151-1/+0
| | * config: create config.hBrandon Williams2017-06-152-189/+195
| | * alias: use the early config machinery to expand aliasesjs/alias-early-configJohannes Schindelin2017-06-153-59/+26
| | * t7006: demonstrate a problem with aliases in subdirectoriesJohannes Schindelin2017-06-151-0/+11
| | * t1308: relax the test verifying that empty alias values are disallowedJohannes Schindelin2017-06-151-1/+3
| | * help: use early config when autocorrecting aliasesJohannes Schindelin2017-06-151-1/+1
| | * config: report correct line number upon errorJohannes Schindelin2017-06-152-1/+8
| | * discover_git_directory(): avoid setting invalid git_dirJohannes Schindelin2017-06-151-0/+1
| * | ls-files: factor out tag calculationbw/ls-files-sans-the-indexBrandon Williams2017-06-131-16/+25
| * | ls-files: factor out debug info into a functionBrandon Williams2017-06-131-9/+14
| * | ls-files: convert show_files to take an indexBrandon Williams2017-06-131-15/+15
| * | ls-files: convert show_ce_entry to take an indexBrandon Williams2017-06-131-5/+6
| * | ls-files: convert prune_cache to take an indexBrandon Williams2017-06-131-7/+8
| * | ls-files: convert ce_excluded to take an indexBrandon Williams2017-06-131-4/+5
| * | ls-files: convert show_ru_info to take an indexBrandon Williams2017-06-131-4/+4
| * | ls-files: convert show_other_files to take an indexBrandon Williams2017-06-131-3/+4
| * | ls-files: convert show_killed_files to take an indexBrandon Williams2017-06-131-10/+11
| * | ls-files: convert write_eolinfo to take an indexBrandon Williams2017-06-131-7/+6
| * | ls-files: convert overlay_tree_on_cache to take an indexBrandon Williams2017-06-133-9/+12
| * | tree: convert read_tree to take an index parameterBrandon Williams2017-06-133-12/+21
| * | convert: convert renormalize_buffer to take an indexBrandon Williams2017-06-134-6/+9
| * | convert: convert convert_to_git to take an indexBrandon Williams2017-06-138-15/+18
| * | convert: convert convert_to_git_filter_fd to take an indexBrandon Williams2017-06-133-4/+6
| * | convert: convert crlf_to_git to take an indexBrandon Williams2017-06-131-6/+8
| * | convert: convert get_cached_convert_stats_ascii to take an indexBrandon Williams2017-06-133-4/+9
* | | Ninth batch for 2.14Junio C Hamano2017-06-191-0/+29
* | | Merge branch 'jk/consistent-h'Junio C Hamano2017-06-1912-13/+72
|\ \ \
| * | | t0012: test "-h" with builtinsjk/consistent-hJeff King2017-06-051-0/+12
| * | | git: add hidden --list-builtins optionJeff King2017-06-051-0/+12
| * | | version: convert to parse-optionsJeff King2017-06-051-5/+20
| * | | diff- and log- family: handle "git cmd -h" earlyJunio C Hamano2017-06-054-0/+12
| * | | submodule--helper: show usage for "-h"Jeff King2017-05-301-3/+2
| * | | remote-{ext,fd}: print usage message on invalid argumentsJeff King2017-05-302-2/+8
| * | | upload-archive: handle "-h" option earlyJeff King2017-05-301-1/+4
| * | | credential: handle invalid arguments earlierJeff King2017-05-301-2/+2
* | | | Merge branch 'ab/perf-remove-index-lock'Junio C Hamano2017-06-191-1/+8
|\ \ \ \
| * | | | perf: work around the tested repo having an index.lockab/perf-remove-index-lockÆvar Arnfjörð Bjarmason2017-06-051-1/+8
* | | | | Merge branch 'bw/object-id'Junio C Hamano2017-06-1936-525/+539
|\ \ \ \ \