summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* patch-ids.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-212-5/+10
* merge-blobs.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* ll-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+2
* diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-214-4/+4
* grep.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-212-3/+3
* diff.c: remove the_index dependency in textconv() functionsNguyễn Thái Ngọc Duy2018-09-212-3/+6
* diff.c: reduce implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-0/+1
* Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder2018-09-071-26/+0
* Merge branch 'en/directory-renames-nothanks'Junio C Hamano2018-09-041-0/+1
|\
| * am: avoid directory rename detection when calling recursive merge machineryElijah Newren2018-08-301-0/+1
* | Merge branch 'ja/i18n-message-fixes'Junio C Hamano2018-08-271-1/+1
|\ \
| * | i18n: fix mistakes in translated stringsJean-Noël Avila2018-08-231-1/+1
* | | Merge branch 'js/range-diff'Junio C Hamano2018-08-271-1/+1
|\ \ \
| * | | range-diff: update stale summary of --no-dual-colorKyle Meyer2018-08-271-1/+1
* | | | Merge branch 'rs/opt-updates'Junio C Hamano2018-08-275-6/+6
|\ \ \ \
| * | | | parseopt: group literal string alternatives in argument helpRené Scharfe2018-08-213-4/+4
| * | | | remote: improve argument help for add --mirrorRené Scharfe2018-08-211-1/+1
| * | | | checkout-index: improve argument help for --stageRené Scharfe2018-08-211-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'ep/worktree-quiet-option'Junio C Hamano2018-08-271-3/+13
|\ \ \ \
| * | | | worktree: add --quiet optionElia Pinto2018-08-171-3/+13
* | | | | Merge branch 'sm/branch-sort-config'Junio C Hamano2018-08-271-1/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | branch: support configuring --sort via .gitconfigSamuel Maftoul2018-08-161-1/+9
| |/ / /
* | | | Merge branch 'nd/pack-deltify-regression-fix'Junio C Hamano2018-08-221-4/+1
|\ \ \ \
| * | | | pack-objects: fix performance issues on packing large deltasNguyễn Thái Ngọc Duy2018-07-231-4/+1
* | | | | Merge branch 'nd/cherry-pick-quit-fix'Junio C Hamano2018-08-201-2/+7
|\ \ \ \ \
| * | | | | cherry-pick: fix --quit not deleting CHERRY_PICK_HEADNguyễn Thái Ngọc Duy2018-08-161-2/+7
* | | | | | Merge branch 'sb/submodule-cleanup'Junio C Hamano2018-08-201-1/+0
|\ \ \ \ \ \
| * | | | | | builtin/submodule--helper: remove stray new lineStefan Beller2018-08-161-1/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jt/repack-promisor-packs'Junio C Hamano2018-08-201-48/+135
|\ \ \ \ \ \
| * | | | | | repack: repack promisor objects if -a or -A is setJonathan Tan2018-08-091-4/+79
| * | | | | | repack: refactor setup of pack-objects cmdJonathan Tan2018-08-091-44/+55
* | | | | | | Merge branch 'js/range-diff'Junio C Hamano2018-08-201-0/+116
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | range-diff: make --dual-color the default modeJohannes Schindelin2018-08-131-4/+6
| * | | | | | range-diff: offer to dual-color the diffsJohannes Schindelin2018-08-131-0/+8
| * | | | | | range-diff: suppress the diff headersJohannes Schindelin2018-08-131-0/+1
| * | | | | | range-diff: indent the diffs just like tbdiffJohannes Schindelin2018-08-131-0/+10
| * | | | | | range-diff: also show the diff between patchesJohannes Schindelin2018-08-131-2/+29
| * | | | | | range-diff: first rudimentary implementationJohannes Schindelin2018-08-131-1/+44
| * | | | | | Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin2018-08-131-0/+25
| |/ / / / /
* | | | | | Merge branch 'nd/no-the-index'Junio C Hamano2018-08-2019-32/+38
|\ \ \ \ \ \
| * | | | | | blame.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-0/+1
| * | | | | | apply.c: make init_apply_state() take a struct repositoryNguyễn Thái Ngọc Duy2018-08-132-2/+2
| * | | | | | archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy2018-08-132-2/+3
| * | | | | | grep: use the right index instead of the_indexNguyễn Thái Ngọc Duy2018-08-131-2/+2
| * | | | | | attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy2018-08-131-1/+1
| * | | | | | entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy2018-08-131-0/+1
| * | | | | | ls-files: correct index argument to get_convert_attr_ascii()Nguyễn Thái Ngọc Duy2018-08-131-8/+9
| * | | | | | dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-139-15/+15
| * | | | | | convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-132-2/+2