Commit Graph

  • c14261eaa2 some doc updates Nicolas Pitre 2007-01-14 22:44:18 -0500
  • 2f99710cfe user-manual: rewrap, fix heading levels J. Bruce Fields 2007-01-14 22:43:47 -0500
  • d489bc1491 Improve reuse of sha1_file library within fast-import. Shawn O. Pearce 2007-01-14 06:20:23 -0500
  • adb7ba6b11 git log documentation: teach -<n> form. Junio C Hamano 2007-01-14 18:23:22 -0800
  • 67583917e9 Merge branch 'master' of git://git.kernel.org/pub/scm/git/git J. Bruce Fields 2007-01-14 19:27:28 -0500
  • 69f7ad730a user-manual: reindent J. Bruce Fields 2007-01-14 16:29:40 -0500
  • 89f40be294 Convert output messages in merge-recursive to past tense. Shawn O. Pearce 2007-01-14 03:11:28 -0500
  • 3f6ee2d15a Display a progress meter during merge-recursive. Shawn O. Pearce 2007-01-14 00:28:58 -0500
  • 66a155bc12 Enable output buffering in merge-recursive. Shawn O. Pearce 2007-01-14 00:28:53 -0500
  • 8c3275abca Allow the user to control the verbosity of merge-recursive. Shawn O. Pearce 2007-01-14 00:28:48 -0500
  • 63889639bb Remove unnecessary call_depth parameter in merge-recursive. Shawn O. Pearce 2007-01-14 00:28:33 -0500
  • f4b6c6b90f Merge branch 'jc/int' Junio C Hamano 2007-01-14 12:04:25 -0800
  • 6de33478af Merge branch 'sp/merge' (early part) Junio C Hamano 2007-01-14 12:03:53 -0800
  • 3681d40b96 Merge branch 'jc/subdir' Junio C Hamano 2007-01-14 11:41:36 -0800
  • e6e2bd6201 Remove read_or_die in favor of better error messages. Shawn O. Pearce 2007-01-14 01:01:49 -0500
  • 38434f2eed Hide output about SVN::Core not being found during tests. Shawn O. Pearce 2007-01-14 03:22:47 -0500
  • 1fcdd62adf Merge branch 'master' into sp/fast-import Shawn O. Pearce 2007-01-14 02:44:18 -0500
  • 9938ffc53a Allow creating branches without committing in fast-import. Shawn O. Pearce 2007-01-11 22:28:39 -0500
  • 62b6f48388 Support creation of merge commits in fast-import. Shawn O. Pearce 2007-01-11 22:21:38 -0500
  • cacbdd0afb Fix repository corruption when using marks for modified blobs. Shawn O. Pearce 2007-01-11 21:25:01 -0500
  • 8a8c55ea70 Additional fast-import tree delta corruption cleanups. Shawn O. Pearce 2006-08-28 22:06:13 -0400
  • b54d6422b1 Correct tree corruption problems in fast-import. Shawn O. Pearce 2006-08-28 21:43:04 -0400
  • 23bc886c96 Replace ywrite in fast-import with the standard write_or_die. Shawn O. Pearce 2006-08-28 13:54:01 -0400
  • 243f801d1d Reuse the same buffer for all commits/tags in fast-import. Shawn O. Pearce 2006-08-28 13:15:48 -0400
  • e2eb469d1f Recycle data buffers for tree generation in fast-import. Shawn O. Pearce 2006-08-28 13:02:51 -0400
  • 4cabf8583f Implemented tree delta compression in fast-import. Shawn O. Pearce 2006-08-28 12:22:50 -0400
  • 445b85999a Converted hash memcpy/memcmp to new hashcpy/hashcmp/hashclr. Shawn O. Pearce 2006-08-28 10:46:58 -0400
  • 08d7e892a7 Don't crash fast-import if no branch log was requested. Shawn O. Pearce 2006-08-27 20:13:44 -0400
  • 5fced8dc6f Added 'reset' command to clear a branch's tree. Shawn O. Pearce 2006-08-27 06:20:49 -0400
  • 53dbce78a2 Map only part of the generated pack file at any point in time. Shawn O. Pearce 2006-08-27 05:53:48 -0400
  • 35ef237cf6 Fixed compile error in fast-import. Shawn O. Pearce 2006-08-26 23:37:31 -0400
  • 2eb26d8454 Fixed GPF in fast-import caused by unterminated linked list. Shawn O. Pearce 2006-08-26 22:38:02 -0400
  • 264244a042 Added --branch-log to option to fast-import. Shawn O. Pearce 2006-08-25 23:07:06 -0400
  • a6a1a831d9 Added option to export the marks table when fast-import terminates. Shawn O. Pearce 2006-08-25 16:03:04 -0400
  • 8435a9cb26 Account for tree entry memory costs in fast-import. Shawn O. Pearce 2006-08-25 14:53:32 -0400
  • 02f3389d96 Moved from command to after data to help cvs2svn. Shawn O. Pearce 2006-08-24 22:38:13 -0400
  • 00e2b8842c Remove branch creation command from fast-import. Shawn O. Pearce 2006-08-24 18:45:26 -0400
  • 8d8928b051 Round out memory pool allocations in fast-import to pointer sizes. Shawn O. Pearce 2006-08-24 04:46:29 -0400
  • 41e5257fcf Implemented tree reloading in fast-import. Shawn O. Pearce 2006-08-24 04:37:35 -0400
  • 72303d44e9 Implemented 'tag' command in fast-import. Shawn O. Pearce 2006-08-24 03:12:13 -0400
  • d6c7eb2c16 Added branch load counter to fast-import. Shawn O. Pearce 2006-08-23 04:31:12 -0400
  • d83971688b Added mark store/find to fast-import. Shawn O. Pearce 2006-08-23 04:17:45 -0400
  • d5c57b284e Converted fast-import to accept standard command line parameters. Shawn O. Pearce 2006-08-23 02:00:31 -0400
  • afde8dd96d Fixed segfault in fast-import after growing a tree. Shawn O. Pearce 2006-08-23 01:33:47 -0400
  • ace4a9d1ae Allow symlink blobs in trees during fast-import. Shawn O. Pearce 2006-08-21 03:29:13 -0400
  • c90be46abd Changed fast-import's pack header creation to use pack.h Shawn O. Pearce 2006-08-16 01:57:57 -0400
  • c44cdc7eef Converted fast-import to a text based protocol. Shawn O. Pearce 2006-08-14 20:16:28 -0400
  • 7111feede9 Implement blob ID validation in fast-import. Shawn O. Pearce 2006-08-14 02:50:18 -0400
  • 463acbe1c6 Added tree and commit writing to fast-import. Shawn O. Pearce 2006-08-14 00:58:19 -0400
  • 6bb5b3291d Implemented branch handling and basic tree support in fast-import. Shawn O. Pearce 2006-08-08 03:36:45 -0400
  • 6143f0644e Added basic command handler to fast-import. Shawn O. Pearce 2006-08-08 01:14:21 -0400
  • ac47a738a7 Refactored fast-import's internals for future additions. Shawn O. Pearce 2006-08-08 00:46:13 -0400
  • 27d6d29035 Cleaned up memory allocation for object_entry structs. Shawn O. Pearce 2006-08-08 00:03:59 -0400
  • 8bcce30126 Added automatic index generation to fast-import. Shawn O. Pearce 2006-08-06 13:51:39 -0400
  • db5e523fdd Created fast-import, a tool to quickly generating a pack from blobs. Shawn O. Pearce 2006-08-05 02:04:21 -0400
  • dcbc7bbe39 simplify the "no changes added to commit" message Nicolas Pitre 2007-01-13 21:23:55 -0500
  • c34c6008bc More tests in t3901. Junio C Hamano 2007-01-13 13:34:44 -0800
  • 5ac2715f2e Consistent message encoding while reusing log from an existing commit. Junio C Hamano 2007-01-13 13:33:07 -0800
  • 696b1b507f git-commit documentation: -a adds and also removes Junio C Hamano 2007-01-13 12:26:13 -0800
  • a731ec5eb8 t3901: test "format-patch | am" pipe with i18n Junio C Hamano 2007-01-13 01:20:53 -0800
  • f7e68b2967 Use log output encoding in --pretty=email headers. Junio C Hamano 2007-01-12 17:32:38 -0800
  • c03f77573a git-remote: no longer silent on unknown commands. Quy Tonthat 2007-01-13 22:55:21 +1100
  • e66191f483 git-svn: fix tests to work with older svn Eric Wong 2007-01-13 02:47:53 -0800
  • 5024baa437 [PATCH] Make gitk work when launched in a subdirectory Peter Baumann 2007-01-09 15:30:19 +0100
  • 6c2833284d [PATCH] gitk: add current directory to main window title Doug Maxey 2006-12-10 14:31:46 -0600
  • 533b70390e Allow whole-tree operations to be started from a subdirectory Junio C Hamano 2007-01-12 12:52:03 -0800
  • 514c09fdcf Use cd_to_toplevel in scripts that implement it by hand. Junio C Hamano 2007-01-12 12:49:05 -0800
  • 9fde9401a9 Define cd_to_toplevel shell function in git-sh-setup Junio C Hamano 2007-01-12 12:44:08 -0800
  • b60daf0515 Make git-prune-packed a bit more chatty. Junio C Hamano 2007-01-12 15:00:13 -0800
  • f215f27013 glossary typofix Junio C Hamano 2007-01-12 14:13:53 -0800
  • 5c94f87e6b use 'init' instead of 'init-db' for shipped docs and tools Nicolas Pitre 2007-01-12 16:01:46 -0500
  • 120b0dfbed Explain "Not a git repository: '.git'". Junio C Hamano 2007-01-12 12:24:16 -0800
  • 1cf716a219 merge-recursive: do not report the resulting tree object name Junio C Hamano 2007-01-12 12:05:58 -0800
  • 397dfe67c7 git-revert: Fix die before git-sh-setup defines it. Bob Proulx 2007-01-11 23:45:38 -0700
  • fc41be3b2e fix documentation for git-commit --no-verify Michael S. Tsirkin 2007-01-12 09:49:35 +0200
  • 4494c656e2 Fix up totally buggered read_or_die() Linus Torvalds 2007-01-11 20:37:38 -0800
  • d34cf19b89 Clean up write_in_full() users Linus Torvalds 2007-01-11 20:23:00 -0800
  • 9bbaa6cc68 reflog-expire: brown paper bag fix. Junio C Hamano 2007-01-11 19:56:43 -0800
  • ba70de01bb GIT v1.5.0-rc1 v1.5.0-rc1 Junio C Hamano 2007-01-11 18:22:48 -0800
  • 94d23673e3 plug a few leaks in revision walking used in describe. Junio C Hamano 2007-01-10 22:36:16 -0800
  • 80dbae03b0 Chose better tag names in git-describe after merges. Shawn O. Pearce 2007-01-10 06:39:47 -0500
  • e861ce1692 Merge branch 'jc/bare' Junio C Hamano 2007-01-11 16:50:36 -0800
  • 141d21b825 Merge branch 'ar/merge-recursive' Junio C Hamano 2007-01-11 16:48:28 -0800
  • c388761c15 Merge branch 'jc/detached-head' Junio C Hamano 2007-01-11 16:47:34 -0800
  • 4d229653ab git-status: wording update to deal with deleted files. Junio C Hamano 2007-01-11 15:34:41 -0800
  • 646ac22bdf git-rm: do not fail on already removed file. Junio C Hamano 2007-01-11 14:58:47 -0800
  • 3b97fee23d Avoid errors and warnings when attempting to do I/O on zero bytes Eric Wong 2007-01-11 13:43:40 -0800
  • 9130ac1e19 Better error messages for corrupt databases Linus Torvalds 2007-01-11 14:09:31 -0800
  • 93c1e07947 config-set: check write-in-full returns in set_multivar Junio C Hamano 2007-01-11 13:16:26 -0800
  • d1b2ddc863 index-pack: write-or-die instead of unchecked write-in-full. Junio C Hamano 2007-01-11 13:15:51 -0800
  • f6aa66cb95 write_in_full: really write in full or return error on disk full. Linus Torvalds 2007-01-11 13:04:11 -0800
  • d145144c3b Document git-init Junio C Hamano 2007-01-11 12:58:10 -0800
  • 2cdf9509df write-cache: do not leak the serialized cache-tree data. Linus Torvalds 2007-01-11 12:25:16 -0800
  • f1d2b47794 user-manual: replace init-db by init J. Bruce Fields 2007-01-11 12:44:08 -0500
  • 01997b4a25 user manual: answer some comments from Junio J. Bruce Fields 2007-01-10 23:23:37 -0500
  • eb6ae7f4ad User manual: fix typos in examples Junio C Hamano 2007-01-10 18:11:53 -0800
  • aec053bb0a Documentation: rev-list -> rev-parse, other typos, start examples J. Bruce Fields 2007-01-10 23:17:00 -0500
  • c82d7117a1 Improve merge performance by avoiding in-index merges. Shawn O. Pearce 2006-12-28 02:35:34 -0500
  • 7eff28a9b4 Disallow working directory commands in a bare repository. Shawn O. Pearce 2006-12-30 23:32:38 -0500
  • 8b944b5678 merge-recursive: do not use on-file index when not needed. Junio C Hamano 2007-01-10 11:20:58 -0800