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