summaryrefslogtreecommitdiffstats
path: root/git-add--interactive.perl
AgeCommit message (Expand)AuthorLines
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
2007-09-29git-add--interactive: Allow Ctrl-D to exitJean-Luc Herren-1/+6
2007-08-01Hack git-add--interactive to make it work with ActiveState PerlAlex Riesen-6/+13
2007-02-07git-add -i: update removed path correctly.Junio C Hamano-2/+1
2006-12-18git-add --interactive: hunk splittingJunio C Hamano-8/+242
2006-12-18git-add --interactiveJunio C Hamano-0/+570