summaryrefslogtreecommitdiff
path: root/t/t2203-add-intent.sh
Commit message (Expand)AuthorAgeFilesLines
* commit: fix "author_ident" leakJunio C Hamano2022-05-121-0/+1
* t0000-t3999: detect and signal failure within loopEric Sunshine2021-12-131-1/+1
* diff-files --raw: show correct post-image of intent-to-add filesJohannes Schindelin2020-07-011-3/+2
* diff-files: treat "i-t-a" files as "not-in-index"Srinidhi Kaushik2020-06-221-8/+45
* t2203: avoid hard-coded object ID valuesbrian m. carlson2019-07-011-2/+4
* tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-4/+2
* Merge branch 'nd/diff-apply-ita'Junio C Hamano2018-06-251-6/+58
|\
| * apply: add --intent-to-addNguyễn Thái Ngọc Duy2018-05-291-0/+13
| * t2203: add a test about "diff HEAD" caseNguyễn Thái Ngọc Duy2018-05-291-0/+17
| * diff: turn --ita-invisible-in-index on by defaultNguyễn Thái Ngọc Duy2018-05-291-6/+28
| * diff: ignore --ita-[in]visible-in-index when diffing worktree-to-treeNguyễn Thái Ngọc Duy2018-05-291-1/+1
* | t2203: abstract away SHA-1-specific constantsbrian m. carlson2018-05-141-4/+4
* | t: switch $_z40 to $ZERO_OIDbrian m. carlson2018-05-141-3/+3
|/
* Merge branch 'nd/ita-wt-renames-in-status'Junio C Hamano2018-01-231-0/+72
|\
| * wt-status.c: handle worktree renamesnd/ita-wt-renames-in-statusNguyễn Thái Ngọc Duy2017-12-271-0/+60
| * t2203: test status output with porcelain v2 formatNguyễn Thái Ngọc Duy2017-12-271-0/+12
* | Spelling fixesvs/typofixesVille Skyttä2017-06-271-3/+3
|/
* commit: don't be fooled by ita entries when creating initial commitnd/ita-empty-commitNguyễn Thái Ngọc Duy2016-10-241-0/+10
* commit: fix empty commit creation when there's no changes but ita entriesNguyễn Thái Ngọc Duy2016-10-241-0/+11
* diff: add --ita-[in]visible-in-indexNguyễn Thái Ngọc Duy2016-10-241-1/+3
* diff-lib: allow ita entries treated as "not yet exist in index"Nguyễn Thái Ngọc Duy2016-10-241-1/+15
* cache-tree: do not generate empty trees as a result of all i-t-a subentriesnd/cache-tree-itaNguyễn Thái Ngọc Duy2016-07-181-0/+14
* cache-tree.c: fix i-t-a entry skipping directory updates sometimesNguyễn Thái Ngọc Duy2016-07-181-0/+17
* Revert "diff-lib.c: adjust position of i-t-a entries in diff"nd/diff-i-t-aJunio C Hamano2015-06-231-19/+4
* diff-lib.c: adjust position of i-t-a entries in diffNguyễn Thái Ngọc Duy2015-03-231-4/+19
* cache-tree: invalidate i-t-a paths after generating treesNguyễn Thái Ngọc Duy2012-12-151-0/+20
* commit: ignore intent-to-add entries instead of refusingjc/maint-commit-ignore-i-t-aJunio C Hamano2012-02-071-3/+5
* t2203: fix wrong commit commandNguyễn Thái Ngọc Duy2012-01-111-1/+1
* git add --intent-to-add: do not let an empty blob be committed by accidentJunio C Hamano2008-11-301-0/+28
* git-add --intent-to-add (-N)Junio C Hamano2008-08-311-0/+36