Commit Graph

  • f9e8a43a00 Print a more accurate error message when we fail to create a lock file. Steven Grimm 2007-01-05 19:14:04 -0800
  • 1170e8026a Describe git-clone's actual behavior in the summary Steven Grimm 2007-01-05 17:52:20 -0800
  • f08b3b0e2e Set default "tar" umask to 002 and owner.group to root.root René Scharfe 2007-01-05 23:30:22 +0100
  • 22bac0ea52 Increase packedGit{Limit,WindowSize} on 64 bit systems. Shawn O. Pearce 2007-01-04 22:28:08 -0500
  • 21afc41c36 Fix timestamp for test-tick Junio C Hamano 2007-01-06 02:16:07 -0800
  • 16157b8074 builtin-prune: memory diet. Junio C Hamano 2007-01-05 13:31:43 -0800
  • e194cd1e0e git-remote Junio C Hamano 2007-01-03 12:13:04 -0800
  • 244a70e608 Blame "linenr" link jumps to previous state at "orig_lineno" Luben Tuikov 2007-01-04 18:37:45 -0800
  • 27dd1a83cb gitweb: Fix "Use of uninitialized value" warning in git_tags_body Jakub Narebski 2007-01-03 22:54:29 +0100
  • 2a3240beaa git-svn: make --repack work consistently between fetch and multi-fetch Eric Wong 2007-01-04 18:09:56 -0800
  • 0d313b2b7b git-svn: update documentation for multi-{init|fetch} Eric Wong 2007-01-04 18:04:06 -0800
  • 98327e5891 git-svn: make multi-init less confusing Eric Wong 2007-01-04 18:02:00 -0800
  • 4fe2cc0c89 Remove shadowing variable from traverse_trees() René Scharfe 2007-01-04 19:33:36 +0100
  • 7c4c9f4cd9 Make check target depend on common-cmds.h René Scharfe 2007-01-04 19:33:48 +0100
  • 3a2d3e8678 rerere: Fix removal of already resolved path. Junio C Hamano 2007-01-04 00:06:50 -0800
  • e27e609bbf Merge branch 'maint' Junio C Hamano 2007-01-04 22:28:21 -0800
  • 8977c110b5 pack-check.c::verify_packfile(): don't run SHA-1 update on huge data v1.4.4.4 Junio C Hamano 2007-01-03 23:09:08 -0800
  • d222984e36 gitweb: Fix shortlog only showing HEAD revision. Robert Fitzsimons 2007-01-03 20:25:55 +0000
  • 60c0f8462f git-verify-tag: make sure we remove temporary file. Junio C Hamano 2007-01-03 12:34:20 -0800
  • 0bc72abdb0 git-tag: add flag to verify a tag Santi Béjar 2007-01-03 13:59:00 +0100
  • af0e4ac0ec Refactor print-functions in builtin-branch Lars Hjemli 2007-01-03 21:10:09 +0100
  • 1ebb948f65 gitweb: There can be empty patches (in git_patchset_body) Jakub Narebski 2007-01-03 20:47:25 +0100
  • 6e72cf43a7 gitweb: Fix bug in git_difftree_body (was '!=' instead of 'ne') Jakub Narebski 2007-01-03 20:47:24 +0100
  • 9c9410e115 Documentation/tutorial: misc updates Santi Béjar 2007-01-03 13:53:27 +0100
  • c1d179f88a tutorial: misc updates. Junio C Hamano 2007-01-03 08:38:01 -0800
  • f3a47405bb Skip excessive blank lines before commit body Lars Hjemli 2007-01-03 14:34:13 +0100
  • f3673988ec Add documentation for git-branch's color configuration. Brian Gernhardt 2007-01-03 10:36:29 -0500
  • 956259ee74 gitweb: Fix error in git_project_index subroutine Jakub Narebski 2007-01-03 16:03:01 +0100
  • 1084b845d9 Fix infinite loop when deleting multiple packed refs. Junio C Hamano 2007-01-02 11:19:05 -0800
  • 3c1eb9cb2d Improve cached content header of status output Jürgen Rühle 2007-01-02 20:26:21 +0100
  • 98bf8a47c2 Support --amend on initial commit in status output Jürgen Rühle 2007-01-02 20:26:23 +0100
  • 6e458bf63f Improve "nothing to commit" part of status output Jürgen Rühle 2007-01-02 20:26:22 +0100
  • e54eef9e1f Clarify syntax and role of git-add in status output Jürgen Rühle 2007-01-02 20:26:20 +0100
  • 825cee7b28 send pack check for failure to send revisions list Andy Whitcroft 2007-01-02 14:12:09 +0000
  • 44a167b007 instaweb: load Apache mime and dir modules if they are needed Eric Wong 2007-01-02 00:57:11 -0800
  • 54b9e0225a fetch-pack: do not use lockfile structure on stack. Junio C Hamano 2007-01-02 11:22:08 -0800
  • 96a738c0dd Remove unused variable (git-commit.sh) Junio C Hamano 2007-01-01 23:42:53 -0800
  • f4bf2184ae Update clone/fetch documentation with --depth (shallow clone) option Junio C Hamano 2007-01-01 15:08:06 -0800
  • a597fb0e71 Strongly discourage --update-head-ok in fetch-options documentation. Junio C Hamano 2007-01-01 15:07:35 -0800
  • d59269a76f v1.5.0 release notes draft updates. Junio C Hamano 2007-01-01 14:59:00 -0800
  • 9066f4ef2f Merge branch 'sp/merge' (early part) Junio C Hamano 2007-01-01 14:40:37 -0800
  • 6f0b4ac0d7 Documentation: remove master:origin example from pull-fetch-param.txt J. Bruce Fields 2007-01-01 16:40:23 -0500
  • 33a59fd07d Documentation: update git-pull.txt for new clone behavior J. Bruce Fields 2007-01-01 16:39:06 -0500
  • ac9c1108d8 git-fetch: remove .keep file at the end. Junio C Hamano 2007-01-01 12:24:15 -0800
  • d1014a1745 fail pull/merge early in the middle of conflicted merge Junio C Hamano 2006-12-31 23:21:50 -0800
  • 9d0524d42f Update send-pack pipeline documentation. Junio C Hamano 2007-01-01 12:07:26 -0800
  • 4385355454 git-svn: t/t91??-*: optimize the tests a bit Eric Wong 2006-12-31 21:49:47 -0800
  • 5bd3870c37 git-svn: t/t9100-git-svn-basic: remove old check for NO_SYMLINK Eric Wong 2006-12-31 21:49:46 -0800
  • c6d499a82f git-svn: remove svnadmin dependency from the tests Eric Wong 2006-12-31 21:49:45 -0800
  • e90068a904 i18n: do not leak 'encoding' header even when we cheat the conversion. Junio C Hamano 2006-12-31 18:18:23 -0800
  • fbc9012307 Do not merge random set of refs out of wildcarded refs Junio C Hamano 2006-12-31 17:44:37 -0800
  • 63c97ce228 Fix formatting for urls section of fetch, pull, and push manpages Theodore Tso 2006-12-30 23:11:52 -0500
  • d66409f068 Documentation: update tutorial's discussion of origin J. Bruce Fields 2006-12-31 18:47:38 -0500
  • f65bb2c66f Documentation: update glossary entry for "origin" J. Bruce Fields 2006-12-31 18:47:36 -0500
  • 36566cc0bc Documentation: update git-clone.txt for clone's new default behavior J. Bruce Fields 2006-12-31 18:47:34 -0500
  • c04197ee1e Docs: update cvs-migration.txt to reflect clone's new default behavior J. Bruce Fields 2006-12-31 18:47:33 -0500
  • 0ae5f98c7b send-pack: tell pack-objects to use its internal rev-list. Junio C Hamano 2006-12-31 01:26:53 -0800
  • 4b4ee90e58 send-pack.c: use is_null_sha1() Junio C Hamano 2006-12-31 00:59:53 -0800
  • 87a3d29f46 Update documentation for update hook. Junio C Hamano 2006-12-31 00:52:25 -0800
  • cc06c87068 Merge branch 'jc/send-pack-pipeline' Junio C Hamano 2006-12-31 00:31:26 -0800
  • 27086d0f84 Add test case for update hooks in receive-pack. Shawn O. Pearce 2006-12-31 02:20:23 -0500
  • eb92242f19 Update packedGit config option documentation. Shawn O. Pearce 2006-12-30 22:13:43 -0500
  • 76d4e079ad Merge branch 'master' into sp/mmap Junio C Hamano 2006-12-30 22:42:43 -0800
  • a862f97e98 Documentation/config.txt (and repo-config manpage): mark-up fix. Junio C Hamano 2006-12-30 22:39:24 -0800
  • d77a64d353 Teach Git how to parse standard power of 2 suffixes. Shawn O. Pearce 2006-12-30 22:13:05 -0500
  • 95d3c4f546 Use /dev/null for update hook stdin. Shawn O. Pearce 2006-12-30 21:55:22 -0500
  • cd83c74cb3 Redirect update hook stdout to stderr. Shawn O. Pearce 2006-12-30 21:55:19 -0500
  • 9b0b50936e Remove unnecessary argc parameter from run_command_v. Shawn O. Pearce 2006-12-30 21:55:15 -0500
  • ad1a382fbb Automatically detect a bare git repository. Shawn O. Pearce 2006-12-30 23:30:19 -0500
  • 45b097947d Replace "GIT_DIR" with GIT_DIR_ENVIRONMENT. Shawn O. Pearce 2006-12-30 23:29:11 -0500
  • ef5ddb2fe0 Use PATH_MAX constant for --bare. Shawn O. Pearce 2006-12-30 23:28:53 -0500
  • c869753ebb Force core.filemode to false on Cygwin. Shawn O. Pearce 2006-12-30 23:53:55 -0500
  • 400e74df98 Fix formatting for urls section of fetch, pull, and push manpages Theodore Ts'o 2006-12-30 20:03:51 -0500
  • 22b6abcd08 Fix yet another subtle xdl_merge() bug Johannes Schindelin 2006-12-31 02:07:41 +0100
  • d1c76fbe26 v1.5.0 notes -- further rewording of old news items. Junio C Hamano 2006-12-30 17:30:29 -0800
  • 53af9816bc i18n: drop "encoding" header in the output after re-coding. Junio C Hamano 2006-12-30 15:49:32 -0800
  • 677cfed56a commit-tree: cope with different ways "utf-8" can be spelled. Junio C Hamano 2006-12-30 12:20:43 -0800
  • 7cbcf4d557 Move commit reencoding parameter parsing to revision.c Junio C Hamano 2006-12-30 11:59:08 -0800
  • 99e09cce8d Documentation: minor rewording for git-log and git-show pages. Junio C Hamano 2006-12-30 02:21:48 -0800
  • 5dc7bcc245 Documentation: i18n commit log message notes. Junio C Hamano 2006-12-30 02:22:38 -0800
  • 000792830b t3900: test log --encoding=none Junio C Hamano 2006-12-30 02:35:14 -0800
  • 4b46e22d48 commit re-encoding: fix confusion between no and default conversion. Junio C Hamano 2006-12-30 02:18:24 -0800
  • b5ffa5ceef Documentation: illustrate send-pack pipeline. Junio C Hamano 2006-12-29 12:14:30 -0800
  • e40a9e2c9e send-pack: fix pipeline. Junio C Hamano 2006-12-29 02:35:40 -0800
  • 2c039da804 mmap: set FD_CLOEXEC for file descriptors we keep open for mmap() Junio C Hamano 2006-12-29 00:30:01 -0800
  • 9c18df1907 pack-objects: fix use of use_pack(). Junio C Hamano 2006-12-28 22:29:06 -0800
  • f5b1b5a07e Fix random segfaults in pack-objects. Shawn O. Pearce 2006-12-27 02:46:23 -0500
  • 5fe5c8300d Cleanup read_cache_from error handling. Shawn O. Pearce 2006-12-25 23:40:58 -0500
  • c4712e4553 Replace mmap with xmmap, better handling MAP_FAILED. Shawn O. Pearce 2006-12-24 00:47:23 -0500
  • 97bfeb34df Release pack windows before reporting out of memory. Shawn O. Pearce 2006-12-24 00:47:19 -0500
  • 8c82534d89 Default core.packdGitWindowSize to 1 MiB if NO_MMAP. Shawn O. Pearce 2006-12-24 00:46:13 -0500
  • 2dee8af676 Test suite for sliding window mmap implementation. Shawn O. Pearce 2006-12-23 02:34:51 -0500
  • a53128b601 Create pack_report() as a debugging aid. Shawn O. Pearce 2006-12-23 02:34:47 -0500
  • 11daf39b74 Support unmapping windows on 'temporary' packfiles. Shawn O. Pearce 2006-12-23 02:34:44 -0500
  • 73b4e4be71 Improve error message when packfile mmap fails. Shawn O. Pearce 2006-12-23 02:34:41 -0500
  • 40be82723c Ensure core.packedGitWindowSize cannot be less than 2 pages. Shawn O. Pearce 2006-12-23 02:34:38 -0500
  • bac2614de3 Load core configuration in git-verify-pack. Shawn O. Pearce 2006-12-23 02:34:33 -0500
  • 60bb8b1453 Fully activate the sliding window pack access. Shawn O. Pearce 2006-12-23 02:34:28 -0500
  • 54044bf825 Unmap individual windows rather than entire files. Shawn O. Pearce 2006-12-23 02:34:23 -0500
  • 8d8a4ea553 Document why header parsing won't exceed a window. Shawn O. Pearce 2006-12-23 02:34:18 -0500