summaryrefslogtreecommitdiff
path: root/git-add--interactive.perl
AgeCommit message (Expand)Author
2009-02-08add -p: get rid of Git.pm warnings about unitialized valuesStephan Beyer
2009-02-07add -p: import Term::ReadKey with 'require'Thomas Rast
2009-02-06add -p: print errors in separate colorThomas Rast
2009-02-06add -p: prompt for single charactersThomas Rast
2009-02-04add -p: trap Ctrl-D in 'goto' modeThomas Rast
2009-02-04add -p: change prompt separator for 'g'Thomas Rast
2009-02-02In add --patch, Handle K,k,J,j slightly more gracefully.William Pursell
2009-02-02Add / command in add --patchWilliam Pursell
2009-02-02git-add -i/-p: Change prompt separater from slash to commaWilliam Pursell
2008-12-05Add 'g' command to go to a hunkWilliam Pursell
2008-12-05Add subroutine to display one-line summary of hunksWilliam Pursell
2008-10-26add -p: warn if only binary changes presentThomas Rast
2008-07-16Merge branch 'sp/win'Junio C Hamano
2008-07-15Make git-add -i accept ranges like 7-Ciaran McCreesh
2008-07-12We need to check for msys as well as Windows in add--interactive.Mike Pape
2008-07-02git-add--interactive: manual hunk editing modeThomas Rast
2008-07-02git-add--interactive: remove hunk coalescingThomas Rast
2008-07-02git-add--interactive: replace hunk recounting with apply --recountThomas Rast
2008-03-27add--interactive: allow user to choose mode updateJeff King
2008-03-27add--interactive: ignore mode change in 'p'atch commandJeff King
2008-02-16add--interactive: handle initial commit betterJeff King
2008-01-07add--interactive: allow diff colors without interactive colorsJeff King
2008-01-07add--interactive: remove unused diff colorsJeff King
2007-12-08Teach "git add -i" to colorize whitespace errorsWincent Colaiuta
2007-12-06Color support for "git-add -i"Junio C Hamano
2007-12-03git-add -i: add help text for list-and-choose UIWincent Colaiuta
2007-12-02add -i: allow prefix highlighting for "Add untracked" as well.Wincent Colaiuta
2007-11-30Highlight keyboard shortcuts in git-add--interactiveWincent Colaiuta
2007-11-28Document all help keys in "git add -i" patch mode.Ralf Wildenhues
2007-11-25Add "--patch" option to git-add--interactiveWincent Colaiuta
2007-11-23git-add -i: allow multiple selection in patch subcommandJunio C Hamano
2007-11-22Add path-limiting to git-add--interactiveWincent Colaiuta
2007-11-22Refactor patch_update_cmdWincent Colaiuta
2007-11-16git-ls-files: add --exclude-standardJeff King
2007-10-16git add -i: Remove unused variablesJean-Luc Herren
2007-10-16git add -i: Fix parsing of abbreviated hunk headersJean-Luc Herren
2007-09-30git-add--interactive: Improve behavior on bogus inputJean-Luc Herren
2007-09-30git-add--interactive: Allow Ctrl-D to exitJean-Luc Herren
2007-08-02Hack git-add--interactive to make it work with ActiveState PerlAlex Riesen
2007-02-07git-add -i: update removed path correctly.Junio C Hamano
2006-12-19git-add --interactive: hunk splittingJunio C Hamano
2006-12-19git-add --interactiveJunio C Hamano