aboutsummaryrefslogtreecommitdiff
path: root/builtin-bundle.c
Commit message (Expand)AuthorAge
* Start conforming code to "git subcmd" styleHeikki Orsila2008-08-30
* Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor2008-03-26
* Move bundle specific stuff into bundle.[ch]Johannes Schindelin2007-09-19
* builtin-bundle create - use lock_fileJunio C Hamano2007-08-13
* builtin-bundle - use buffered reads for bundle headerMark Levedahl2007-08-10
* builtin-bundle.c - use stream buffered input for rev-listMark Levedahl2007-08-10
* allow git-bundle to create bottomless bundleJunio C Hamano2007-08-10
* allow git-bundle to create bottomless bundleJunio C Hamano2007-08-10
* Make every builtin-*.c file #include "builtin.h"Peter Hagervall2007-07-14
* Ensure return value from xread() is always stored into an ssize_tJohan Herland2007-05-15
* Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o2007-03-31
* Replace fork_with_pipe in bundle with run_commandShawn O. Pearce2007-03-12
* git-bundle: only die if pack would be empty, warn if ref is skippedJohannes Schindelin2007-03-11
* git-bundle: prevent overwriting existing bundlesJohannes Schindelin2007-03-08
* git-bundle: die if a given ref is not included in bundleJohannes Schindelin2007-03-08
* git-bundle: handle thin packs in subcommand "unbundle"Johannes Schindelin2007-03-08
* git-bundle: Make thin packsJohannes Schindelin2007-03-07
* git-bundle: avoid packing objects which are in the prerequisitesJohannes Schindelin2007-03-07
* bundle: fix wrong check of read_header()'s return value & add testsJohannes Schindelin2007-03-06
* git-bundle: make verify a bit more chatty.Junio C Hamano2007-03-06
* git-bundle: various fixupsJunio C Hamano2007-03-06
* revision traversal: retire BOUNDARY_SHOWJunio C Hamano2007-03-06
* git-bundle: fix pack generation.Junio C Hamano2007-03-05
* bundle: reword missing prerequisite error messageJunio C Hamano2007-02-24
* git-bundle: record commit summary in the prerequisite dataJohannes Schindelin2007-02-22
* git-bundle: avoid fork() in verify_bundle()Johannes Schindelin2007-02-22
* git-bundle: assorted fixesJohannes Schindelin2007-02-22
* Add git-bundle: move objects and references by archiveJohannes Schindelin2007-02-22