summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct packfile edge output in fast-import.Shawn O. Pearce2007-01-171-8/+15
* Declare no-arg functions as (void) in fast-import.Shawn O. Pearce2007-01-171-18/+18
* Correct a few types to be unsigned in fast-import.Shawn O. Pearce2007-01-171-3/+3
* Corrected BNF input documentation for fast-import.Shawn O. Pearce2007-01-171-1/+2
* Print out the edge commits for each packfile in fast-import.Shawn O. Pearce2007-01-161-2/+24
* Correct object_count type and stat output in fast-import.Shawn O. Pearce2007-01-161-3/+6
* Correct max_packsize default in fast-import.Shawn O. Pearce2007-01-161-1/+1
* Remove unnecessary pack_fd global in fast-import.Shawn O. Pearce2007-01-161-6/+7
* Ensure we close the packfile after creating it in fast-import.Shawn O. Pearce2007-01-161-4/+2
* Use .keep files in fast-import during processing.Shawn O. Pearce2007-01-161-20/+71
* Reuse sha1 in packed_git in fast-import.Shawn O. Pearce2007-01-161-5/+4
* Replace redundant yread() with read_in_full() in fast-import.Shawn O. Pearce2007-01-161-14/+2
* Use uintmax_t for marks in fast-import.Shawn O. Pearce2007-01-162-44/+48
* Corrected buffer overflow during automatic checkpoint in fast-import.Shawn O. Pearce2007-01-151-9/+10
* Print the packfile names to stdout from fast-import.Shawn O. Pearce2007-01-151-0/+2
* Implemented automatic checkpoints within fast-import.Shawn O. Pearce2007-01-151-28/+68
* Optimize index creation on large object sets in fast-import.Shawn O. Pearce2007-01-151-3/+8
* Don't create a final empty packfile in fast-import.Shawn O. Pearce2007-01-151-11/+17
* Implemented manual packfile switching in fast-import.Shawn O. Pearce2007-01-151-24/+65
* Remove unnecessary duplicate_count in fast-import.Shawn O. Pearce2007-01-151-3/+4
* Restructure fast-import to support creating multiple packfiles.Shawn O. Pearce2007-01-151-121/+124
* Misc. type cleanups within fast-import.Shawn O. Pearce2007-01-151-5/+5
* Improve reuse of sha1_file library within fast-import.Shawn O. Pearce2007-01-141-144/+31
* Merge branch 'master' into sp/fast-importShawn O. Pearce2007-01-14404-15208/+36654
|\
| * git-commit documentation: -a adds and also removesJunio C Hamano2007-01-131-1/+2
| * git-remote: no longer silent on unknown commands.Quy Tonthat2007-01-131-1/+6
| * git-svn: fix tests to work with older svnEric Wong2007-01-132-2/+4
| * Make git-prune-packed a bit more chatty.Junio C Hamano2007-01-123-9/+22
| * glossary typofixJunio C Hamano2007-01-121-1/+1
| * use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-1229-45/+42
| * Explain "Not a git repository: '.git'".Junio C Hamano2007-01-121-1/+5
| * merge-recursive: do not report the resulting tree object nameJunio C Hamano2007-01-121-6/+3
| * git-revert: Fix die before git-sh-setup defines it.Bob Proulx2007-01-121-1/+2
| * fix documentation for git-commit --no-verifyMichael S. Tsirkin2007-01-121-6/+2
| * Fix up totally buggered read_or_die()Linus Torvalds2007-01-111-14/+8
| * Clean up write_in_full() usersLinus Torvalds2007-01-112-36/+4
| * reflog-expire: brown paper bag fix.Junio C Hamano2007-01-111-6/+12
| * GIT v1.5.0-rc1v1.5.0-rc1Junio C Hamano2007-01-111-1/+1
| * plug a few leaks in revision walking used in describe.Junio C Hamano2007-01-112-3/+6
| * Chose better tag names in git-describe after merges.Shawn O. Pearce2007-01-111-11/+67
| * Merge branch 'jc/bare'Junio C Hamano2007-01-1117-15/+62
| |\
| | * Disallow working directory commands in a bare repository.Shawn O. Pearce2007-01-1011-4/+25
| | * git-fetch: allow updating the current branch in a bare repository.Junio C Hamano2007-01-072-4/+13
| | * Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano2007-01-075-6/+21
| | * Move initialization of log_all_ref_updatesJunio C Hamano2007-01-072-3/+5
| * | Merge branch 'ar/merge-recursive'Junio C Hamano2007-01-111-126/+46
| |\ \
| | * | merge-recursive: do not use on-file index when not needed.Junio C Hamano2007-01-101-123/+46
| | * | Speed-up recursive by flushing index only once for all entriesAlex Riesen2007-01-101-5/+2
| * | | Merge branch 'jc/detached-head'Junio C Hamano2007-01-117-42/+135
| |\ \ \
| | * | | git-checkout: handle local changes sanely when detaching HEADJunio C Hamano2007-01-091-11/+25