summaryrefslogtreecommitdiff
path: root/git-add--interactive.perl
Commit message (Expand)AuthorAgeFilesLines
* add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason2023-02-061-1920/+0
* add -p: avoid use of undefined $key when ReadKey -> EOFCarlo Marcelo Arenas Belón2021-11-281-7/+9
* Merge branch 'js/add-i-color-fix'Junio C Hamano2020-12-081-7/+5
|\
| * add -p: prefer color.diff.context over color.diff.plainJohannes Schindelin2020-11-161-3/+3
| * add -i (Perl version): color header to match the C versionJohannes Schindelin2020-11-161-4/+2
* | Merge branch 'dl/checkout-p-merge-base'Junio C Hamano2020-10-271-0/+7
|\ \ | |/ |/|
| * add-patch: add NEEDSWORK about comparing commitsDenton Liu2020-10-071-0/+7
* | Merge branch 'pw/add-p-edit-ita-path'Junio C Hamano2020-09-221-33/+56
|\ \
| * | add -p: fix editing of intent-to-add pathsPhillip Wood2020-09-091-33/+56
| |/
* | add--interactive.perl: specify --no-color explicitlyJeff King2020-09-081-1/+1
|/
* checkout -p: handle new files correctlyJohannes Schindelin2020-05-271-2/+19
* git add -p: use non-zero exit code when the diff generation failedJohannes Schindelin2019-12-061-3/+5
* add -i: show progress counter in the promptKunal Tyagi2019-10-041-1/+1
* Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-091-0/+52
|\
| * restore: support --patchNguyễn Thái Ngọc Duy2019-05-071-0/+52
* | Merge branch 'pw/add-p-recount'Junio C Hamano2019-07-091-1/+5
|\ \ | |/ |/|
| * add -p: fix checkout -p with pathological contextPhillip Wood2019-06-131-1/+5
* | Merge branch 'pw/add-p-recount'Junio C Hamano2018-06-281-1/+1
|\ \ | |/
| * add -p: fix counting empty context lines in edited patchesPhillip Wood2018-06-111-1/+1
* | add--interactive: compute the empty tree valuebrian m. carlson2018-05-021-2/+9
* | Merge branch 'pw/add-p-single'Junio C Hamano2018-04-021-1/+1
|\ \
| * | add -p: fix 2.17.0-rc* regression due to moved codepw/add-p-singleÆvar Arnfjörð Bjarmason2018-03-311-1/+1
* | | Merge branch 'jk/add-i-diff-filter'Junio C Hamano2018-03-141-0/+8
|\ \ \
| * | | add--interactive: detect bogus diffFilter outputjk/add-i-diff-filterJeff King2018-03-051-0/+8
* | | | Merge branch 'pw/add-p-recount'Junio C Hamano2018-03-141-22/+86
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | add -p: don't rely on apply's '--recount' optionpw/add-p-recountPhillip Wood2018-03-051-1/+1
| * | add -p: fix counting when splitting and coalescingPhillip Wood2018-03-051-0/+11
| * | add -p: calculate offset delta for edited patchesPhillip Wood2018-03-051-9/+50
| * | add -p: adjust offsets of subsequent hunks when one is skippedPhillip Wood2018-03-011-2/+13
| * | add -i: add function to format hunk headerPhillip Wood2018-02-201-10/+11
* | | add -p: improve error messagesPhillip Wood2018-02-131-3/+15
* | | add -p: only bind search key if there's more than one hunkPhillip Wood2018-02-131-23/+27
* | | add -p: only display help for active keysPhillip Wood2018-02-131-1/+7
| |/ |/|
* | add--interactive: ignore submodule changes except HEADnd/add-i-ignore-submodulesNguyễn Thái Ngọc Duy2018-01-161-1/+1
|/
* Merge branch 'pw/unquote-path-in-git-pm'Junio C Hamano2017-07-101-42/+1
|\
| * add -i: move unquote_path() to Git.pmPhillip Wood2017-06-301-42/+1
* | Merge branch 'jk/add-p-commentchar-fix'Junio C Hamano2017-06-261-1/+2
|\ \
| * | add--interactive: quote commentChar regexjk/add-p-commentchar-fixJeff King2017-06-211-1/+1
| * | add--interactive: handle EOF in prompt_yesnoJeff King2017-06-211-0/+1
* | | add--interactive: drop diff.indentHeuristic handlingmb/diff-default-to-indent-heuristicsJeff King2017-05-091-4/+0
| |/ |/|
* | Merge branch 'va/i18n-perl-scripts'Junio C Hamano2017-04-191-1/+1
|\ \
| * | git-add--interactive.perl: add missing dot in a messageva/i18n-perl-scriptsRalf Thielow2017-04-131-1/+1
* | | Merge branch 'jk/add-i-use-pathspecs'Junio C Hamano2017-03-171-11/+2
|\ \ \
| * | | add--interactive: do not expand pathspecs with ls-filesjk/add-i-use-pathspecsJeff King2017-03-141-11/+2
* | | | add--interactive: fix missing file prompt for patch mode with "-i"jk/add-i-patch-do-promptJeff King2017-03-021-4/+4
|/ / /
* | | Merge branch 'rt/align-add-i-help-text'Junio C Hamano2017-02-241-1/+1
|\ \ \
| * | | git add -i: replace \t with blanks in the help messagert/align-add-i-help-textRalf Thielow2017-02-221-1/+1
* | | | Merge branch 'jc/retire-compaction-heuristics'Junio C Hamano2017-01-101-3/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | diff: retire "compaction" heuristicsjc/retire-compaction-heuristicsJunio C Hamano2016-12-231-3/+0
* | | | Merge branch 'va/i18n-perl-scripts'Junio C Hamano2016-12-271-114/+215
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|