summaryrefslogtreecommitdiff
path: root/git-quiltimport.sh
AgeCommit message (Expand)AuthorFilesLines
2015-09-01git-quiltimport: add commandline option --series <file>Libravatar Juerg Haefliger1-2/+14
2014-02-03git-sh-setup.sh: add variable to use the stuck-long modeLibravatar Nicolas Vigier1-0/+1
2013-04-12Correct common spelling mistakes in comments and testsLibravatar Stefano Lattarini1-1/+1
2009-02-25git-quiltimport: preserve standard input to be able to read user inputLibravatar Gerrit Pape1-2/+2
2008-07-21Rename .git/rebase to .git/rebase-applyLibravatar Johannes Schindelin1-1/+1
2008-07-16Merge branch 'sb/dashless'Libravatar Junio C Hamano1-1/+1
2008-07-15Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Libravatar Johannes Schindelin1-1/+1
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-03-12quiltimport: fix misquoting of parsed -p<num> parameterLibravatar Junio C Hamano1-2/+2
2008-03-09git-quiltimport: better parser to grok "enhanced" series files.Libravatar Pierre Habouzit1-3/+19
2007-11-28Replace instances of export VAR=VAL with VAR=VAL; export VARLibravatar Johannes Schindelin1-4/+6
2007-11-12git-quiltimport.sh fix --patches handlingLibravatar Andy Whitcroft1-1/+1
2007-11-05Migrate git-quiltimport.sh to use git-rev-parse --parseoptLibravatar Pierre Habouzit1-23/+16
2007-09-27quiltimport: Skip non-existent patchesLibravatar Dan Nicholson1-0/+4
2007-09-23Supplant the "while case ... break ;; esac" idiomLibravatar David Kastrup1-1/+1
2007-07-14Remove useless uses of cat, and replace with filename argumentsLibravatar Josh Triplett1-3/+4
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano1-6/+6
2007-04-24applymbox & quiltimport: typofix.Libravatar Junio C Hamano1-1/+1
2007-04-14git-quiltimport complaining yet still workingLibravatar Linus Torvalds1-2/+2
2007-03-29git-quiltimport /bin/sh-ism fixLibravatar Francis Daly1-1/+1
2007-03-12builtin-mailinfo.c infrastrcture changesLibravatar Don Zickus1-0/+4
2007-02-03Assorted typo fixesLibravatar Pavel Roskin1-1/+1
2007-01-15Replace "echo -n" with printf in shell scripts.Libravatar Jason Riedy1-1/+1
2006-07-11Log ref changes made by quiltimport.Libravatar Shawn Pearce1-1/+1
2006-07-10Fix more typos, primarily in the codeLibravatar Pavel Roskin1-1/+1
2006-06-27Fix expr usage for FreeBSDLibravatar Dennis Stosberg1-2/+2
2006-05-18Implement a --dry-run option to git-quiltimportLibravatar Eric W. Biederman1-6/+18
2006-05-18Implement git-quiltimportLibravatar Eric W. Biederman1-0/+106