aboutsummaryrefslogtreecommitdiffstats
path: root/git-quiltimport.sh
AgeCommit message (Expand)AuthorFilesLines
2024-03-16git-quiltimport: avoid an unnecessary subshellBeat Bolli1-1/+1
2019-01-07git-quiltimport: add --keep-non-patch optionLaura Abbott1-1/+5
2015-09-01git-quiltimport: add commandline option --series <file>Juerg Haefliger1-2/+14
2014-02-03git-sh-setup.sh: add variable to use the stuck-long modeNicolas Vigier1-0/+1
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini1-1/+1
2009-02-25git-quiltimport: preserve standard input to be able to read user inputGerrit Pape1-2/+2
2008-07-21Rename .git/rebase to .git/rebase-applyJohannes Schindelin1-1/+1
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-1/+1
2008-07-15Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin1-1/+1
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-03-12quiltimport: fix misquoting of parsed -p<num> parameterJunio C Hamano1-2/+2
2008-03-09git-quiltimport: better parser to grok "enhanced" series files.Pierre Habouzit1-3/+19
2007-11-28Replace instances of export VAR=VAL with VAR=VAL; export VARJohannes Schindelin1-4/+6
2007-11-12git-quiltimport.sh fix --patches handlingAndy Whitcroft1-1/+1
2007-11-05Migrate git-quiltimport.sh to use git-rev-parse --parseoptPierre Habouzit1-23/+16
2007-09-27quiltimport: Skip non-existent patchesDan Nicholson1-0/+4
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup1-1/+1
2007-07-14Remove useless uses of cat, and replace with filename argumentsJosh Triplett1-3/+4
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-6/+6
2007-04-24applymbox & quiltimport: typofix.Junio C Hamano1-1/+1
2007-04-14git-quiltimport complaining yet still workingLinus Torvalds1-2/+2
2007-03-29git-quiltimport /bin/sh-ism fixFrancis Daly1-1/+1
2007-03-12builtin-mailinfo.c infrastrcture changesDon Zickus1-0/+4
2007-02-03Assorted typo fixesPavel Roskin1-1/+1
2007-01-15Replace "echo -n" with printf in shell scripts.Jason Riedy1-1/+1
2006-07-11Log ref changes made by quiltimport.Shawn Pearce1-1/+1
2006-07-10Fix more typos, primarily in the codePavel Roskin1-1/+1
2006-06-27Fix expr usage for FreeBSDDennis Stosberg1-2/+2
2006-05-18Implement a --dry-run option to git-quiltimportEric W. Biederman1-6/+18
2006-05-18Implement git-quiltimportEric W. Biederman1-0/+106