summaryrefslogtreecommitdiff
path: root/git-add--interactive.perl
AgeCommit message (Expand)Author
2021-11-28add -p: avoid use of undefined $key when ReadKey -> EOFCarlo Marcelo Arenas Belón
2020-12-08Merge branch 'js/add-i-color-fix'Junio C Hamano
2020-11-16add -p: prefer color.diff.context over color.diff.plainJohannes Schindelin
2020-11-16add -i (Perl version): color header to match the C versionJohannes Schindelin
2020-10-27Merge branch 'dl/checkout-p-merge-base'Junio C Hamano
2020-10-07add-patch: add NEEDSWORK about comparing commitsDenton Liu
2020-09-22Merge branch 'pw/add-p-edit-ita-path'Junio C Hamano
2020-09-09add -p: fix editing of intent-to-add pathsPhillip Wood
2020-09-08add--interactive.perl: specify --no-color explicitlyJeff King
2020-05-27checkout -p: handle new files correctlyJohannes Schindelin
2019-12-06git add -p: use non-zero exit code when the diff generation failedJohannes Schindelin
2019-10-03add -i: show progress counter in the promptKunal Tyagi
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-07-09Merge branch 'pw/add-p-recount'Junio C Hamano
2019-06-13add -p: fix checkout -p with pathological contextPhillip Wood
2019-05-07restore: support --patchNguyễn Thái Ngọc Duy
2018-06-28Merge branch 'pw/add-p-recount'Junio C Hamano
2018-06-11add -p: fix counting empty context lines in edited patchesPhillip Wood
2018-05-02add--interactive: compute the empty tree valuebrian m. carlson
2018-04-02Merge branch 'pw/add-p-single'Junio C Hamano
2018-04-01add -p: fix 2.17.0-rc* regression due to moved codeÆvar Arnfjörð Bjarmason
2018-03-14Merge branch 'jk/add-i-diff-filter'Junio C Hamano
2018-03-14Merge branch 'pw/add-p-recount'Junio C Hamano
2018-03-05add--interactive: detect bogus diffFilter outputJeff King
2018-03-05add -p: don't rely on apply's '--recount' optionPhillip Wood
2018-03-05add -p: fix counting when splitting and coalescingPhillip Wood
2018-03-05add -p: calculate offset delta for edited patchesPhillip Wood
2018-03-01add -p: adjust offsets of subsequent hunks when one is skippedPhillip Wood
2018-02-20add -i: add function to format hunk headerPhillip Wood
2018-02-13add -p: improve error messagesPhillip Wood
2018-02-13add -p: only bind search key if there's more than one hunkPhillip Wood
2018-02-13add -p: only display help for active keysPhillip Wood
2018-01-16add--interactive: ignore submodule changes except HEADNguyễn Thái Ngọc Duy
2017-07-10Merge branch 'pw/unquote-path-in-git-pm'Junio C Hamano
2017-06-30add -i: move unquote_path() to Git.pmPhillip Wood
2017-06-26Merge branch 'jk/add-p-commentchar-fix'Junio C Hamano
2017-06-21add--interactive: quote commentChar regexJeff King
2017-06-21add--interactive: handle EOF in prompt_yesnoJeff King
2017-05-09add--interactive: drop diff.indentHeuristic handlingJeff King
2017-04-20Merge branch 'va/i18n-perl-scripts'Junio C Hamano
2017-04-14git-add--interactive.perl: add missing dot in a messageRalf Thielow
2017-03-17Merge branch 'jk/add-i-use-pathspecs'Junio C Hamano
2017-03-14add--interactive: do not expand pathspecs with ls-filesJeff King
2017-03-02add--interactive: fix missing file prompt for patch mode with "-i"Jeff King
2017-02-24Merge branch 'rt/align-add-i-help-text'Junio C Hamano
2017-02-22git add -i: replace \t with blanks in the help messageRalf Thielow
2017-01-10Merge branch 'jc/retire-compaction-heuristics'Junio C Hamano
2016-12-27Merge branch 'va/i18n-perl-scripts'Junio C Hamano
2016-12-23diff: retire "compaction" heuristicsJunio C Hamano
2016-12-14i18n: add--interactive: mark status words for translationVasco Almeida