summaryrefslogtreecommitdiff
path: root/t/t2203-add-intent.sh
AgeCommit message (Expand)Author
2020-07-01diff-files --raw: show correct post-image of intent-to-add filesJohannes Schindelin
2020-06-22diff-files: treat "i-t-a" files as "not-in-index"Srinidhi Kaushik
2019-07-01t2203: avoid hard-coded object ID valuesbrian m. carlson
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-06-25Merge branch 'nd/diff-apply-ita'Junio C Hamano
2018-05-29apply: add --intent-to-addNguyễn Thái Ngọc Duy
2018-05-29t2203: add a test about "diff HEAD" caseNguyễn Thái Ngọc Duy
2018-05-29diff: turn --ita-invisible-in-index on by defaultNguyễn Thái Ngọc Duy
2018-05-29diff: ignore --ita-[in]visible-in-index when diffing worktree-to-treeNguyễn Thái Ngọc Duy
2018-05-14t2203: abstract away SHA-1-specific constantsbrian m. carlson
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson
2018-01-23Merge branch 'nd/ita-wt-renames-in-status'Junio C Hamano
2017-12-27wt-status.c: handle worktree renamesNguyễn Thái Ngọc Duy
2017-12-27t2203: test status output with porcelain v2 formatNguyễn Thái Ngọc Duy
2017-06-27Spelling fixesVille Skyttä
2016-10-24commit: don't be fooled by ita entries when creating initial commitNguyễn Thái Ngọc Duy
2016-10-24commit: fix empty commit creation when there's no changes but ita entriesNguyễn Thái Ngọc Duy
2016-10-24diff: add --ita-[in]visible-in-indexNguyễn Thái Ngọc Duy
2016-10-24diff-lib: allow ita entries treated as "not yet exist in index"Nguyễn Thái Ngọc Duy
2016-07-18cache-tree: do not generate empty trees as a result of all i-t-a subentriesNguyễn Thái Ngọc Duy
2016-07-18cache-tree.c: fix i-t-a entry skipping directory updates sometimesNguyễn Thái Ngọc Duy
2015-06-23Revert "diff-lib.c: adjust position of i-t-a entries in diff"Junio C Hamano
2015-03-23diff-lib.c: adjust position of i-t-a entries in diffNguyễn Thái Ngọc Duy
2012-12-16cache-tree: invalidate i-t-a paths after generating treesNguyễn Thái Ngọc Duy
2012-02-07commit: ignore intent-to-add entries instead of refusingJunio C Hamano
2012-01-11t2203: fix wrong commit commandNguyễn Thái Ngọc Duy
2008-12-01git add --intent-to-add: do not let an empty blob be committed by accidentJunio C Hamano
2008-08-31git-add --intent-to-add (-N)Junio C Hamano