summaryrefslogtreecommitdiff
path: root/git-archimport.perl
AgeCommit message (Expand)Author
2017-09-12archimport: use safe_pipe_capture for user inputJeff King
2013-02-24git-archimport: use a lowercase "usage:" stringDavid Aguilar
2010-09-27perl: use "use warnings" instead of -wÆvar Arnfjörð Bjarmason
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason
2008-07-13Make usage strings dash-lessStephan Beyer
2007-08-31Make git-archimport log entries more consistentMiles Bader
2007-06-07War on whitespaceJunio C Hamano
2007-03-07git-archimport: allow remapping branch namesPaolo Bonzini
2007-02-28git-archimport: support empty summaries, put summary on a single line.Paolo Bonzini
2007-02-05git-archimport: initial import needs empty directoryGerrit Pape
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-03-01Rip out merge-order and make "git log <paths>..." work again.Linus Torvalds
2006-02-18archimport: remove files from the index before adding/updatingEric Wong
2005-12-19Documentation/git-archimport: document -o, -a, f, -D optionsEric Wong
2005-12-11archimport: fix a in new changeset applyer additionEric Wong
2005-12-11archimport: Fix a bug I introduced in the new log parserEric Wong
2005-12-11archimport: Add the accurate changeset applyerEric Wong
2005-12-11archimport: safer log file parsingEric Wong
2005-12-11archimport: add -D <depth> and -a switchEric Wong
2005-12-11archimport: remove git wrapper dependencyEric Wong
2005-12-11archimport: fix -t tmpdir switchEric Wong
2005-12-11archimport: remove String::ShellQuote dependency.Eric Wong
2005-12-11archimport: first, make sure it still compilesEric Wong
2005-11-17archimport: allow for old style branch and public tag namesMartin Langhoff
2005-11-17Disambiguate the term 'branch' in Arch vs gitEric Wong
2005-11-17archimport: don't die on merge-base failureEric Wong
2005-11-17remove shellquote usage for tagsEric Wong
2005-11-16symref support for import scriptsPavel Roskin
2005-11-11archimport: handle pika escapingMartin Langhoff
2005-10-02[PATCH] archimport: Actually cope with merges from "remote" repositories. Plu...Martin Langhoff
2005-09-11[PATCH] archimport - better handling of temp dirsmartin@catalyst.net.nz
2005-09-11[PATCH] archimport - use GIT_DIR instead of hardcoded ".git"martin@catalyst.net.nz
2005-09-11[PATCH] archimport - update in-script doco, options tidyupmartin@catalyst.net.nz
2005-09-10[PATCH] archimport - add merge detectionmartin@catalyst.net.nz
2005-09-08Big tool rename.Junio C Hamano