aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove unnecessary options from fast-import.Shawn O. Pearce2007-01-18
* Use fixed-size integers when writing out the index in fast-import.Shawn O. Pearce2007-01-18
* Always use struct pack_header for pack header in fast-import.Shawn O. Pearce2007-01-18
* Correct packfile edge output in fast-import.Shawn O. Pearce2007-01-17
* Declare no-arg functions as (void) in fast-import.Shawn O. Pearce2007-01-17
* Correct a few types to be unsigned in fast-import.Shawn O. Pearce2007-01-17
* Corrected BNF input documentation for fast-import.Shawn O. Pearce2007-01-17
* Print out the edge commits for each packfile in fast-import.Shawn O. Pearce2007-01-16
* Correct object_count type and stat output in fast-import.Shawn O. Pearce2007-01-16
* Correct max_packsize default in fast-import.Shawn O. Pearce2007-01-16
* Remove unnecessary pack_fd global in fast-import.Shawn O. Pearce2007-01-16
* Ensure we close the packfile after creating it in fast-import.Shawn O. Pearce2007-01-16
* Use .keep files in fast-import during processing.Shawn O. Pearce2007-01-16
* Reuse sha1 in packed_git in fast-import.Shawn O. Pearce2007-01-16
* Replace redundant yread() with read_in_full() in fast-import.Shawn O. Pearce2007-01-16
* Use uintmax_t for marks in fast-import.Shawn O. Pearce2007-01-16
* Corrected buffer overflow during automatic checkpoint in fast-import.Shawn O. Pearce2007-01-15
* Print the packfile names to stdout from fast-import.Shawn O. Pearce2007-01-15
* Implemented automatic checkpoints within fast-import.Shawn O. Pearce2007-01-15
* Optimize index creation on large object sets in fast-import.Shawn O. Pearce2007-01-15
* Don't create a final empty packfile in fast-import.Shawn O. Pearce2007-01-15
* Implemented manual packfile switching in fast-import.Shawn O. Pearce2007-01-15
* Remove unnecessary duplicate_count in fast-import.Shawn O. Pearce2007-01-15
* Restructure fast-import to support creating multiple packfiles.Shawn O. Pearce2007-01-15
* Misc. type cleanups within fast-import.Shawn O. Pearce2007-01-15
* Improve reuse of sha1_file library within fast-import.Shawn O. Pearce2007-01-14
* Merge branch 'master' into sp/fast-importShawn O. Pearce2007-01-14
|\
| * git-commit documentation: -a adds and also removesJunio C Hamano2007-01-13
| * git-remote: no longer silent on unknown commands.Quy Tonthat2007-01-13
| * git-svn: fix tests to work with older svnEric Wong2007-01-13
| * Make git-prune-packed a bit more chatty.Junio C Hamano2007-01-12
| * glossary typofixJunio C Hamano2007-01-12
| * use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-12
| * Explain "Not a git repository: '.git'".Junio C Hamano2007-01-12
| * merge-recursive: do not report the resulting tree object nameJunio C Hamano2007-01-12
| * git-revert: Fix die before git-sh-setup defines it.Bob Proulx2007-01-12
| * fix documentation for git-commit --no-verifyMichael S. Tsirkin2007-01-12
| * Fix up totally buggered read_or_die()Linus Torvalds2007-01-11
| * Clean up write_in_full() usersLinus Torvalds2007-01-11
| * reflog-expire: brown paper bag fix.Junio C Hamano2007-01-11
| * GIT v1.5.0-rc1v1.5.0-rc1Junio C Hamano2007-01-11
| * plug a few leaks in revision walking used in describe.Junio C Hamano2007-01-11
| * Chose better tag names in git-describe after merges.Shawn O. Pearce2007-01-11
| * Merge branch 'jc/bare'Junio C Hamano2007-01-11
| |\
| | * Disallow working directory commands in a bare repository.Shawn O. Pearce2007-01-10
| | * git-fetch: allow updating the current branch in a bare repository.Junio C Hamano2007-01-07
| | * Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano2007-01-07
| | * Move initialization of log_all_ref_updatesJunio C Hamano2007-01-07
| * | Merge branch 'ar/merge-recursive'Junio C Hamano2007-01-11
| |\ \
| | * | merge-recursive: do not use on-file index when not needed.Junio C Hamano2007-01-10