summaryrefslogtreecommitdiff
path: root/git-add--interactive.perl
AgeCommit message (Expand)Author
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
2014-03-03git-add--interactive: warn if module for interactive.singlekey is missingSimon Ruderich
2013-10-25add-interactive: handle unborn branch in patch modeJeff King
2013-09-04add--interactive: fix external command invocation on WindowsJohannes Sixt
2013-06-23add -i: add extra options at the right place in "diff" command lineJunio C Hamano
2013-06-12add--interactive: respect diff.algorithmJohn Keeping
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini
2012-06-25git-add--interactive.perl: Remove two unused variablesThomas Badie
2012-04-05add--interactive: ignore unmerged entries in patch modeJeff King
2011-05-18add -i: ignore terminal escape sequencesThomas Rast
2011-04-29"add -p": work-around an old laziness that does not coalesce hunksJunio C Hamano
2011-04-29add--interactive.perl: factor out repeated --recount optionJunio C Hamano
2011-04-29add -p: 'q' should really quitJunio C Hamano
2010-11-30Merge branch 'jl/add-p-reverse-message'Junio C Hamano
2010-10-28Correct help blurb in checkout -p and friendsJonathan "Duke" Leto
2010-09-27perl: use "use warnings" instead of -wÆvar Arnfjörð Bjarmason
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason
2010-06-13add-interactive: Clarify “remaining hunks in the file”Jonathan Nieder