summaryrefslogtreecommitdiffstats
path: root/git-add--interactive.perl
AgeCommit message (Expand)AuthorLines
2009-08-26Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix' into maint-1.6.3Junio C Hamano-0/+4
2009-08-15add -p: do not attempt to coalesce mode changesThomas Rast-0/+4
2009-06-03add -i: do not dump patch during applicationThomas Rast-1/+0
2009-05-16Revert "git-add--interactive: remove hunk coalescing"Junio C Hamano-1/+95
2009-04-20Merge branch 'mm/maint-add-p-quit'Junio C Hamano-1/+1
2009-04-20git add -p: add missing "q" to patch promptWincent Colaiuta-1/+1
2009-04-19add-interactive: refactor mode hunk handlingJeff King-43/+21
2009-04-19git add -p: new "quit" command at the prompt.Matthieu Moy-1/+19
2009-04-16add-interactive: refactor mode hunk handlingJeff King-43/+21
2009-04-15git add -p: new "quit" command at the prompt.Matthieu Moy-1/+19
2009-03-05Merge branch 'jc/add-p-unquote'Junio C Hamano-3/+52
2009-02-18git-add -i/-p: learn to unwrap C-quoted pathsJunio C Hamano-3/+52
2009-02-11add -i: revisit hunk on editor failureDeskin Miller-0/+4
2009-02-08add -p: get rid of Git.pm warnings about unitialized valuesStephan Beyer-1/+2
2009-02-07add -p: import Term::ReadKey with 'require'Thomas Rast-1/+4
2009-02-05add -p: print errors in separate colorThomas Rast-10/+20
2009-02-05add -p: prompt for single charactersThomas Rast-4/+41
2009-02-04add -p: trap Ctrl-D in 'goto' modeThomas Rast-0/+3
2009-02-04add -p: change prompt separator for 'g'Thomas Rast-1/+1
2009-02-01In add --patch, Handle K,k,J,j slightly more gracefully.William Pursell-15/+28
2009-02-01Add / command in add --patchWilliam Pursell-1/+27
2009-02-01git-add -i/-p: Change prompt separater from slash to commaWilliam Pursell-7/+7
2008-12-04Add 'g' command to go to a hunkWilliam Pursell-0/+26
2008-12-04Add subroutine to display one-line summary of hunksWilliam Pursell-0/+41
2008-10-26add -p: warn if only binary changes presentThomas Rast-2/+7
2008-07-15Merge branch 'sp/win'Junio C Hamano-1/+1
2008-07-15Make git-add -i accept ranges like 7-Ciaran McCreesh-3/+3
2008-07-11We need to check for msys as well as Windows in add--interactive.Mike Pape-1/+1
2008-07-02git-add--interactive: manual hunk editing modeThomas Rast-0/+119
2008-07-02git-add--interactive: remove hunk coalescingThomas Rast-89/+0
2008-07-02git-add--interactive: replace hunk recounting with apply --recountThomas Rast-27/+3
2008-03-27add--interactive: allow user to choose mode updateJeff King-0/+33
2008-03-27add--interactive: ignore mode change in 'p'atch commandJeff King-0/+16
2008-02-16add--interactive: handle initial commit betterJeff King-16/+39
2008-01-06add--interactive: allow diff colors without interactive colorsJeff King-24/+15
2008-01-06add--interactive: remove unused diff colorsJeff King-5/+1
2007-12-08Teach "git add -i" to colorize whitespace errorsWincent Colaiuta-39/+34
2007-12-05Color support for "git-add -i"Junio C Hamano-20/+99
2007-12-03git-add -i: add help text for list-and-choose UIWincent Colaiuta-1/+30
2007-12-02add -i: allow prefix highlighting for "Add untracked" as well.Wincent Colaiuta-17/+30
2007-11-30Highlight keyboard shortcuts in git-add--interactiveWincent Colaiuta-5/+82
2007-11-28Document all help keys in "git add -i" patch mode.Ralf Wildenhues-0/+1
2007-11-25Add "--patch" option to git-add--interactiveWincent Colaiuta-10/+41
2007-11-22git-add -i: allow multiple selection in patch subcommandJunio C Hamano-7/+7
2007-11-22Add path-limiting to git-add--interactiveWincent Colaiuta-3/+11
2007-11-22Refactor patch_update_cmdWincent Colaiuta-2/+4
2007-11-15git-ls-files: add --exclude-standardJeff King-4/+1
2007-10-15git add -i: Remove unused variablesJean-Luc Herren-10/+6
2007-10-15git add -i: Fix parsing of abbreviated hunk headersJean-Luc Herren-6/+5
2007-09-29git-add--interactive: Improve behavior on bogus inputJean-Luc Herren-4/+3