summaryrefslogtreecommitdiff
path: root/git-add--interactive.perl
AgeCommit message (Expand)Author
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
2016-12-14i18n: add--interactive: remove %patch_modes entriesVasco Almeida
2016-12-14i18n: add--interactive: mark edit_hunk_manually message for translationVasco Almeida
2016-12-14i18n: add--interactive: i18n of help_patch_cmdVasco Almeida
2016-12-14i18n: add--interactive: mark patch prompt for translationVasco Almeida
2016-12-14i18n: add--interactive: mark plural stringsVasco Almeida
2016-12-14i18n: add--interactive: mark strings with interpolation for translationVasco Almeida
2016-12-14i18n: add--interactive: mark simple here-documents for translationVasco Almeida
2016-12-14i18n: add--interactive: mark strings for translationVasco Almeida
2016-09-19diff: improve positioning of add/delete blocks in diffsMichael Haggerty
2016-06-16add--interactive: respect diff.compactionHeuristicJeff King
2016-02-28add--interactive: allow custom diff highlighting programsJeff King
2015-02-17Merge branch 'ak/add-i-empty-candidates'Junio C Hamano
2015-01-22add -i: return from list_and_choose if there is no candidateAlexander Kuleshov
2014-12-15add--interactive: leave main loop on read errorJeff King
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano
2014-03-31code and test: fix misuses of "nor"Justin Lebar