aboutsummaryrefslogtreecommitdiffstats
path: root/git-add--interactive.perl (follow)
AgeCommit message (Expand)AuthorFilesLines
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