aboutsummaryrefslogtreecommitdiffstats
path: root/git-add--interactive.perl
AgeCommit message (Expand)AuthorFilesLines
2021-11-28add -p: avoid use of undefined $key when ReadKey -> EOFCarlo Marcelo Arenas Belón1-7/+9
2020-12-08Merge branch 'js/add-i-color-fix'Junio C Hamano1-7/+5
2020-11-16add -p: prefer color.diff.context over color.diff.plainJohannes Schindelin1-3/+3
2020-11-16add -i (Perl version): color header to match the C versionJohannes Schindelin1-4/+2
2020-10-27Merge branch 'dl/checkout-p-merge-base'Junio C Hamano1-0/+7
2020-10-07add-patch: add NEEDSWORK about comparing commitsDenton Liu1-0/+7
2020-09-22Merge branch 'pw/add-p-edit-ita-path'Junio C Hamano1-33/+56
2020-09-09add -p: fix editing of intent-to-add pathsPhillip Wood1-33/+56
2020-09-08add--interactive.perl: specify --no-color explicitlyJeff King1-1/+1
2020-05-27checkout -p: handle new files correctlyJohannes Schindelin1-2/+19
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
2016-02-28add--interactive: allow custom diff highlighting programsJeff King1-2/+10
2015-02-17Merge branch 'ak/add-i-empty-candidates'Junio C Hamano1-0/+5
2015-01-22add -i: return from list_and_choose if there is no candidateAlexander Kuleshov1-0/+5
2014-12-15add--interactive: leave main loop on read errorJeff King1-0/+1
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano1-2/+2
2014-03-31code and test: fix misuses of "nor"Justin Lebar1-2/+2
2014-03-03git-add--interactive: warn if module for interactive.singlekey is missingSimon Ruderich1-0/+3
2013-10-25add-interactive: handle unborn branch in patch modeJeff King1-9/+13
2013-09-04add--interactive: fix external command invocation on WindowsJohannes Sixt1-1/+1
2013-06-23add -i: add extra options at the right place in "diff" command lineJunio C Hamano1-1/+1
2013-06-12add--interactive: respect diff.algorithmJohn Keeping1-0/+5
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini1-1/+1
2012-06-25git-add--interactive.perl: Remove two unused variablesThomas Badie1-2/+0
2012-04-05add--interactive: ignore unmerged entries in patch modeJeff King1-7/+18
2011-05-17add -i: ignore terminal escape sequencesThomas Rast1-0/+19
2011-04-29"add -p": work-around an old laziness that does not coalesce hunksJunio C Hamano1-1/+1
2011-04-29add--interactive.perl: factor out repeated --recount optionJunio C Hamano1-8/+8
2011-04-29add -p: 'q' should really quitJunio C Hamano1-5/+4
2010-11-29Merge branch 'jl/add-p-reverse-message'Junio C Hamano1-2/+11
2010-10-28Correct help blurb in checkout -p and friendsJonathan "Duke" Leto1-2/+11
2010-09-27perl: use "use warnings" instead of -wÆvar Arnfjörð Bjarmason1-1/+2
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason1-0/+1
2010-06-13add-interactive: Clarify “remaining hunks in the file”Jonathan Nieder1-3/+3
2010-03-07Merge branch 'jk/maint-add--interactive-delete'Junio C Hamano1-1/+23
2010-02-22add-interactive: fix bogus diff header line orderingJeff King1-1/+23
2009-12-08Merge branch 'maint'Junio C Hamano1-1/+5
2009-12-08Merge branch 'jk/maint-add-p-delete-fix' into maintJunio C Hamano1-1/+5
2009-12-07add-interactive: fix deletion of non-empty filesJeff King1-1/+5
2009-11-20Merge branch 'jn/editor-pager'Junio C Hamano1-2/+1
2009-11-16Merge branch 'jk/maint-add-p-empty' into maintJunio C Hamano1-5/+13
2009-11-15Merge branch 'jk/maint-add-p-empty'Junio C Hamano1-5/+13
2009-11-13add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder1-2/+1
2009-10-27add-interactive: handle deletion of empty filesJeff King1-5/+13
2009-10-23Merge branch 'pv/maint-add-p-no-exclude' into maintJunio C Hamano1-1/+1
2009-10-14Merge branch 'pv/maint-add-p-no-exclude'Junio C Hamano1-1/+1
2009-10-10git-add--interactive: never skip files included in indexPauli Virtanen1-1/+1
2009-09-07Merge branch 'tr/reset-checkout-patch'Junio C Hamano1-31/+179
2009-08-26Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix' into maint-1.6.3Junio C Hamano1-0/+4
2009-08-18Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix'Junio C Hamano1-0/+4
2009-08-15Implement 'git stash save --patch'Thomas Rast1-2/+12
2009-08-15Implement 'git checkout --patch'Thomas Rast1-0/+61
2009-08-15Implement 'git reset --patch'Thomas Rast1-4/+53
2009-08-15add -p: do not attempt to coalesce mode changesThomas Rast1-0/+4
2009-08-14git-apply--interactive: Refactor patch mode codeThomas Rast1-27/+55
2009-06-03add -i: do not dump patch during applicationThomas Rast1-1/+0
2009-05-16Revert "git-add--interactive: remove hunk coalescing"Junio C Hamano1-1/+95
2009-04-20Merge branch 'mm/maint-add-p-quit'Junio C Hamano1-1/+1
2009-04-20git add -p: add missing "q" to patch promptWincent Colaiuta1-1/+1
2009-04-19add-interactive: refactor mode hunk handlingJeff King1-43/+21
2009-04-19git add -p: new "quit" command at the prompt.Matthieu Moy1-1/+19
2009-04-16add-interactive: refactor mode hunk handlingJeff King1-43/+21
2009-04-15git add -p: new "quit" command at the prompt.Matthieu Moy1-1/+19
2009-03-05Merge branch 'jc/add-p-unquote'Junio C Hamano1-3/+52
2009-02-18git-add -i/-p: learn to unwrap C-quoted pathsJunio C Hamano1-3/+52
2009-02-11add -i: revisit hunk on editor failureDeskin Miller1-0/+4
2009-02-08add -p: get rid of Git.pm warnings about unitialized valuesStephan Beyer1-1/+2
2009-02-07add -p: import Term::ReadKey with 'require'Thomas Rast1-1/+4
2009-02-05add -p: print errors in separate colorThomas Rast1-10/+20
2009-02-05add -p: prompt for single charactersThomas Rast1-4/+41
2009-02-04add -p: trap Ctrl-D in 'goto' modeThomas Rast1-0/+3
2009-02-04add -p: change prompt separator for 'g'Thomas Rast1-1/+1
2009-02-01In add --patch, Handle K,k,J,j slightly more gracefully.William Pursell1-15/+28
2009-02-01Add / command in add --patchWilliam Pursell1-1/+27
2009-02-01git-add -i/-p: Change prompt separater from slash to commaWilliam Pursell1-7/+7
2008-12-04Add 'g' command to go to a hunkWilliam Pursell1-0/+26
2008-12-04Add subroutine to display one-line summary of hunksWilliam Pursell1-0/+41
2008-10-26add -p: warn if only binary changes presentThomas Rast1-2/+7
2008-07-15Merge branch 'sp/win'Junio C Hamano1-1/+1
2008-07-15Make git-add -i accept ranges like 7-Ciaran McCreesh1-3/+3
2008-07-11We need to check for msys as well as Windows in add--interactive.Mike Pape1-1/+1
2008-07-02git-add--interactive: manual hunk editing modeThomas Rast1-0/+119
2008-07-02git-add--interactive: remove hunk coalescingThomas Rast1-89/+0
2008-07-02git-add--interactive: replace hunk recounting with apply --recountThomas Rast1-27/+3
2008-03-27add--interactive: allow user to choose mode updateJeff King1-0/+33
2008-03-27add--interactive: ignore mode change in 'p'atch commandJeff King1-0/+16
2008-02-16add--interactive: handle initial commit betterJeff King1-16/+39
2008-01-06add--interactive: allow diff colors without interactive colorsJeff King1-24/+15
2008-01-06add--interactive: remove unused diff colorsJeff King1-5/+1
2007-12-08Teach "git add -i" to colorize whitespace errorsWincent Colaiuta1-39/+34
2007-12-05Color support for "git-add -i"Junio C Hamano1-20/+99
2007-12-03git-add -i: add help text for list-and-choose UIWincent Colaiuta1-1/+30
2007-12-02add -i: allow prefix highlighting for "Add untracked" as well.Wincent Colaiuta1-17/+30
2007-11-30Highlight keyboard shortcuts in git-add--interactiveWincent Colaiuta1-5/+82
2007-11-28Document all help keys in "git add -i" patch mode.Ralf Wildenhues1-0/+1
2007-11-25Add "--patch" option to git-add--interactiveWincent Colaiuta1-10/+41
2007-11-22git-add -i: allow multiple selection in patch subcommandJunio C Hamano1-7/+7
2007-11-22Add path-limiting to git-add--interactiveWincent Colaiuta1-3/+11
2007-11-22Refactor patch_update_cmdWincent Colaiuta1-2/+4
2007-11-15git-ls-files: add --exclude-standardJeff King1-4/+1
2007-10-15git add -i: Remove unused variablesJean-Luc Herren1-10/+6
2007-10-15git add -i: Fix parsing of abbreviated hunk headersJean-Luc Herren1-6/+5
2007-09-29git-add--interactive: Improve behavior on bogus inputJean-Luc Herren1-4/+3
2007-09-29git-add--interactive: Allow Ctrl-D to exitJean-Luc Herren1-1/+6
2007-08-01Hack git-add--interactive to make it work with ActiveState PerlAlex Riesen1-6/+13
2007-02-07git-add -i: update removed path correctly.Junio C Hamano1-2/+1
2006-12-18git-add --interactive: hunk splittingJunio C Hamano1-8/+242
2006-12-18git-add --interactiveJunio C Hamano1-0/+570