summaryrefslogtreecommitdiffstats
path: root/git-add--interactive.perl (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-06git add -p: use non-zero exit code when the diff generation failedJohannes Schindelin1-3/+5
2019-10-04add -i: show progress counter in the promptKunal Tyagi1-1/+1
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano1-0/+52
2019-07-09Merge branch 'pw/add-p-recount'Junio C Hamano1-1/+5
2019-06-13add -p: fix checkout -p with pathological contextPhillip Wood1-1/+5
2019-05-07restore: support --patchNguyễn Thái Ngọc Duy1-0/+52
2018-06-28Merge branch 'pw/add-p-recount'Junio C Hamano1-1/+1
2018-06-11add -p: fix counting empty context lines in edited patchesPhillip Wood1-1/+1
2018-05-02add--interactive: compute the empty tree valuebrian m. carlson1-2/+9
2018-04-02Merge branch 'pw/add-p-single'Junio C Hamano1-1/+1
2018-03-31add -p: fix 2.17.0-rc* regression due to moved codeÆvar Arnfjörð Bjarmason1-1/+1
2018-03-14Merge branch 'jk/add-i-diff-filter'Junio C Hamano1-0/+8
2018-03-14Merge branch 'pw/add-p-recount'Junio C Hamano1-22/+86
2018-03-05add--interactive: detect bogus diffFilter outputJeff King1-0/+8
2018-03-05add -p: don't rely on apply's '--recount' optionPhillip Wood1-1/+1
2018-03-05add -p: fix counting when splitting and coalescingPhillip Wood1-0/+11
2018-03-05add -p: calculate offset delta for edited patchesPhillip Wood1-9/+50
2018-03-01add -p: adjust offsets of subsequent hunks when one is skippedPhillip Wood1-2/+13
2018-02-20add -i: add function to format hunk headerPhillip Wood1-10/+11
2018-02-13add -p: improve error messagesPhillip Wood1-3/+15
2018-02-13add -p: only bind search key if there's more than one hunkPhillip Wood1-23/+27
2018-02-13add -p: only display help for active keysPhillip Wood1-1/+7
2018-01-16add--interactive: ignore submodule changes except HEADNguyễn Thái Ngọc Duy1-1/+1
2017-07-10Merge branch 'pw/unquote-path-in-git-pm'Junio C Hamano1-42/+1
2017-06-30add -i: move unquote_path() to Git.pmPhillip Wood1-42/+1
2017-06-26Merge branch 'jk/add-p-commentchar-fix'Junio C Hamano1-1/+2
2017-06-21add--interactive: quote commentChar regexJeff King1-1/+1
2017-06-21add--interactive: handle EOF in prompt_yesnoJeff King1-0/+1
2017-05-09add--interactive: drop diff.indentHeuristic handlingJeff King1-4/+0
2017-04-19Merge branch 'va/i18n-perl-scripts'Junio C Hamano1-1/+1
2017-04-13git-add--interactive.perl: add missing dot in a messageRalf Thielow1-1/+1
2017-03-17Merge branch 'jk/add-i-use-pathspecs'Junio C Hamano1-11/+2
2017-03-14add--interactive: do not expand pathspecs with ls-filesJeff King1-11/+2
2017-03-02add--interactive: fix missing file prompt for patch mode with "-i"Jeff King1-4/+4
2017-02-24Merge branch 'rt/align-add-i-help-text'Junio C Hamano1-1/+1
2017-02-22git add -i: replace \t with blanks in the help messageRalf Thielow1-1/+1
2017-01-10Merge branch 'jc/retire-compaction-heuristics'Junio C Hamano1-3/+0
2016-12-27Merge branch 'va/i18n-perl-scripts'Junio C Hamano1-114/+215
2016-12-23diff: retire "compaction" heuristicsJunio C Hamano1-3/+0
2016-12-14i18n: add--interactive: mark status words for translationVasco Almeida1-6/+6
2016-12-14i18n: add--interactive: remove %patch_modes entriesVasco Almeida1-21/+0
2016-12-14i18n: add--interactive: mark edit_hunk_manually message for translationVasco Almeida1-13/+39
2016-12-14i18n: add--interactive: i18n of help_patch_cmdVasco Almeida1-8/+46
2016-12-14i18n: add--interactive: mark patch prompt for translationVasco Almeida1-8/+46
2016-12-14i18n: add--interactive: mark plural stringsVasco Almeida1-9/+18
2016-12-14i18n: add--interactive: mark strings with interpolation for translationVasco Almeida1-12/+13
2016-12-14i18n: add--interactive: mark simple here-documents for translationVasco Almeida1-3/+5
2016-12-14i18n: add--interactive: mark strings for translationVasco Almeida1-34/+42
2016-09-19diff: improve positioning of add/delete blocks in diffsMichael Haggerty1-1/+4
2016-06-16add--interactive: respect diff.compactionHeuristicJeff King1-0/+4