| Commit message (Expand) | Author | Age | Files | Lines |
* | path: create path.h | Brandon Williams | 2017-06-23 | 3 | -58/+64 |
* | environment: store worktree in the_repository | Brandon Williams | 2017-06-23 | 1 | -5/+4 |
* | environment: place key repository state in the_repository | Brandon Williams | 2017-06-23 | 4 | -53/+34 |
* | repository: introduce the repository object | Brandon Williams | 2017-06-23 | 3 | -0/+224 |
* | environment: remove namespace_len variable | Brandon Williams | 2017-06-23 | 1 | -5/+4 |
* | setup: add comment indicating a hack | Brandon Williams | 2017-06-23 | 1 | -0/+6 |
* | setup: don't perform lazy initialization of repository state | Brandon Williams | 2017-06-23 | 3 | -9/+24 |
*-. | Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob... | Junio C Hamano | 2017-06-23 | 155 | -413/+614 |
|\ \ |
|
| | * | config: don't implicitly use gitdir or commondirbw/config-h | Brandon Williams | 2017-06-15 | 3 | -24/+29 |
| | * | config: respect commondir | Brandon Williams | 2017-06-15 | 2 | -4/+8 |
| | * | setup: teach discover_git_directory to respect the commondir | Brandon Williams | 2017-06-15 | 3 | -16/+26 |
| | * | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 146 | -1/+145 |
| | * | config: remove git_config_iter | Brandon Williams | 2017-06-15 | 1 | -1/+0 |
| | * | config: create config.h | Brandon Williams | 2017-06-15 | 2 | -189/+195 |
| | * | alias: use the early config machinery to expand aliasesjs/alias-early-config | Johannes Schindelin | 2017-06-15 | 3 | -59/+26 |
| | * | t7006: demonstrate a problem with aliases in subdirectories | Johannes Schindelin | 2017-06-15 | 1 | -0/+11 |
| | * | t1308: relax the test verifying that empty alias values are disallowed | Johannes Schindelin | 2017-06-15 | 1 | -1/+3 |
| | * | help: use early config when autocorrecting aliases | Johannes Schindelin | 2017-06-15 | 1 | -1/+1 |
| | * | config: report correct line number upon error | Johannes Schindelin | 2017-06-15 | 2 | -1/+8 |
| | * | discover_git_directory(): avoid setting invalid git_dir | Johannes Schindelin | 2017-06-15 | 1 | -0/+1 |
| * | | ls-files: factor out tag calculationbw/ls-files-sans-the-index | Brandon Williams | 2017-06-13 | 1 | -16/+25 |
| * | | ls-files: factor out debug info into a function | Brandon Williams | 2017-06-13 | 1 | -9/+14 |
| * | | ls-files: convert show_files to take an index | Brandon Williams | 2017-06-13 | 1 | -15/+15 |
| * | | ls-files: convert show_ce_entry to take an index | Brandon Williams | 2017-06-13 | 1 | -5/+6 |
| * | | ls-files: convert prune_cache to take an index | Brandon Williams | 2017-06-13 | 1 | -7/+8 |
| * | | ls-files: convert ce_excluded to take an index | Brandon Williams | 2017-06-13 | 1 | -4/+5 |
| * | | ls-files: convert show_ru_info to take an index | Brandon Williams | 2017-06-13 | 1 | -4/+4 |
| * | | ls-files: convert show_other_files to take an index | Brandon Williams | 2017-06-13 | 1 | -3/+4 |
| * | | ls-files: convert show_killed_files to take an index | Brandon Williams | 2017-06-13 | 1 | -10/+11 |
| * | | ls-files: convert write_eolinfo to take an index | Brandon Williams | 2017-06-13 | 1 | -7/+6 |
| * | | ls-files: convert overlay_tree_on_cache to take an index | Brandon Williams | 2017-06-13 | 3 | -9/+12 |
| * | | tree: convert read_tree to take an index parameter | Brandon Williams | 2017-06-13 | 3 | -12/+21 |
| * | | convert: convert renormalize_buffer to take an index | Brandon Williams | 2017-06-13 | 4 | -6/+9 |
| * | | convert: convert convert_to_git to take an index | Brandon Williams | 2017-06-13 | 8 | -15/+18 |
| * | | convert: convert convert_to_git_filter_fd to take an index | Brandon Williams | 2017-06-13 | 3 | -4/+6 |
| * | | convert: convert crlf_to_git to take an index | Brandon Williams | 2017-06-13 | 1 | -6/+8 |
| * | | convert: convert get_cached_convert_stats_ascii to take an index | Brandon Williams | 2017-06-13 | 3 | -4/+9 |
* | | | Ninth batch for 2.14 | Junio C Hamano | 2017-06-19 | 1 | -0/+29 |
* | | | Merge branch 'jk/consistent-h' | Junio C Hamano | 2017-06-19 | 12 | -13/+72 |
|\ \ \ |
|
| * | | | t0012: test "-h" with builtinsjk/consistent-h | Jeff King | 2017-06-05 | 1 | -0/+12 |
| * | | | git: add hidden --list-builtins option | Jeff King | 2017-06-05 | 1 | -0/+12 |
| * | | | version: convert to parse-options | Jeff King | 2017-06-05 | 1 | -5/+20 |
| * | | | diff- and log- family: handle "git cmd -h" early | Junio C Hamano | 2017-06-05 | 4 | -0/+12 |
| * | | | submodule--helper: show usage for "-h" | Jeff King | 2017-05-30 | 1 | -3/+2 |
| * | | | remote-{ext,fd}: print usage message on invalid arguments | Jeff King | 2017-05-30 | 2 | -2/+8 |
| * | | | upload-archive: handle "-h" option early | Jeff King | 2017-05-30 | 1 | -1/+4 |
| * | | | credential: handle invalid arguments earlier | Jeff King | 2017-05-30 | 1 | -2/+2 |
* | | | | Merge branch 'ab/perf-remove-index-lock' | Junio C Hamano | 2017-06-19 | 1 | -1/+8 |
|\ \ \ \ |
|
| * | | | | perf: work around the tested repo having an index.lockab/perf-remove-index-lock | Ævar Arnfjörð Bjarmason | 2017-06-05 | 1 | -1/+8 |
* | | | | | Merge branch 'bw/object-id' | Junio C Hamano | 2017-06-19 | 36 | -525/+539 |
|\ \ \ \ \ |
|