summaryrefslogtreecommitdiffstats
path: root/git-quiltimport.sh
Commit message (Expand)AuthorAgeFilesLines
* git-quiltimport: add --keep-non-patch optionLaura Abbott2019-01-071-1/+5
* git-quiltimport: add commandline option --series <file>Juerg Haefliger2015-09-011-2/+14
* git-sh-setup.sh: add variable to use the stuck-long modeNicolas Vigier2014-02-031-0/+1
* Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-121-1/+1
* git-quiltimport: preserve standard input to be able to read user inputGerrit Pape2009-02-251-2/+2
* Rename .git/rebase to .git/rebase-applyJohannes Schindelin2008-07-211-1/+1
* Merge branch 'sb/dashless'Junio C Hamano2008-07-161-1/+1
|\
| * Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* | Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin2008-07-151-1/+1
|/
* quiltimport: fix misquoting of parsed -p<num> parameterJunio C Hamano2008-03-121-2/+2
* git-quiltimport: better parser to grok "enhanced" series files.Pierre Habouzit2008-03-091-3/+19
* Replace instances of export VAR=VAL with VAR=VAL; export VARJohannes Schindelin2007-11-281-4/+6
* git-quiltimport.sh fix --patches handlingAndy Whitcroft2007-11-121-1/+1
* Migrate git-quiltimport.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-23/+16
* quiltimport: Skip non-existent patchesDan Nicholson2007-09-271-0/+4
* Supplant the "while case ... break ;; esac" idiomDavid Kastrup2007-09-231-1/+1
* Remove useless uses of cat, and replace with filename argumentsJosh Triplett2007-07-141-3/+4
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-6/+6
* applymbox & quiltimport: typofix.Junio C Hamano2007-04-241-1/+1
* git-quiltimport complaining yet still workingLinus Torvalds2007-04-141-2/+2
* git-quiltimport /bin/sh-ism fixFrancis Daly2007-03-291-1/+1
* builtin-mailinfo.c infrastrcture changesDon Zickus2007-03-121-0/+4
* Assorted typo fixesPavel Roskin2007-02-031-1/+1
* Replace "echo -n" with printf in shell scripts.Jason Riedy2007-01-151-1/+1
* Log ref changes made by quiltimport.Shawn Pearce2006-07-111-1/+1
* Fix more typos, primarily in the codePavel Roskin2006-07-101-1/+1
* Fix expr usage for FreeBSDDennis Stosberg2006-06-271-2/+2
* Implement a --dry-run option to git-quiltimportEric W. Biederman2006-05-181-6/+18
* Implement git-quiltimportEric W. Biederman2006-05-181-0/+106