aboutsummaryrefslogtreecommitdiffstats
path: root/git-archimport.perl
AgeCommit message (Expand)AuthorFilesLines
2023-11-17perl: bump the required Perl version to 5.8.1 from 5.8.0Todd Zullinger1-1/+1
2017-09-12archimport: use safe_pipe_capture for user inputJeff King1-2/+2
2013-02-24git-archimport: use a lowercase "usage:" stringDavid Aguilar1-1/+1
2010-09-27perl: use "use warnings" instead of -wÆvar Arnfjörð Bjarmason1-1/+1
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason1-0/+1
2008-07-13Make usage strings dash-lessStephan Beyer1-2/+2
2007-08-30Make git-archimport log entries more consistentMiles Bader1-1/+5
2007-06-07War on whitespaceJunio C Hamano1-88/+87
2007-03-07git-archimport: allow remapping branch namesPaolo Bonzini1-22/+64
2007-02-28git-archimport: support empty summaries, put summary on a single line.Paolo Bonzini1-4/+15
2007-02-04git-archimport: initial import needs empty directoryGerrit Pape1-0/+9
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre1-1/+1
2006-07-10Fix more typos, primarily in the codePavel Roskin1-4/+4
2006-03-01Rip out merge-order and make "git log <paths>..." work again.Linus Torvalds1-2/+2
2006-02-18archimport: remove files from the index before adding/updatingEric Wong1-15/+13
2005-12-19Documentation/git-archimport: document -o, -a, f, -D optionsEric Wong1-2/+3
2005-12-11archimport: fix a in new changeset applyer additionEric Wong1-5/+1
2005-12-11archimport: Fix a bug I introduced in the new log parserEric Wong1-2/+2
2005-12-11archimport: Add the accurate changeset applyerEric Wong1-28/+171
2005-12-11archimport: safer log file parsingEric Wong1-98/+111
2005-12-11archimport: add -D <depth> and -a switchEric Wong1-90/+135
2005-12-11archimport: remove git wrapper dependencyEric Wong1-1/+1
2005-12-11archimport: fix -t tmpdir switchEric Wong1-3/+2
2005-12-11archimport: remove String::ShellQuote dependency.Eric Wong1-23/+28
2005-12-11archimport: first, make sure it still compilesEric Wong1-0/+16
2005-11-17archimport: allow for old style branch and public tag namesMartin Langhoff1-6/+17
2005-11-17Disambiguate the term 'branch' in Arch vs gitEric Wong1-11/+54
2005-11-17archimport: don't die on merge-base failureEric Wong1-1/+7
2005-11-17remove shellquote usage for tagsEric Wong1-27/+28
2005-11-16symref support for import scriptsPavel Roskin1-2/+1
2005-11-11archimport: handle pika escapingMartin Langhoff1-0/+5
2005-10-01[PATCH] archimport: Actually cope with merges from "remote" repositories. Plu...Martin Langhoff1-1/+7
2005-09-11[PATCH] archimport - better handling of temp dirsmartin@catalyst.net.nz1-5/+5
2005-09-11[PATCH] archimport - use GIT_DIR instead of hardcoded ".git"martin@catalyst.net.nz1-20/+22
2005-09-11[PATCH] archimport - update in-script doco, options tidyupmartin@catalyst.net.nz1-17/+16
2005-09-10[PATCH] archimport - add merge detectionmartin@catalyst.net.nz1-4/+180
2005-09-07Big tool rename.Junio C Hamano1-0/+604