Commit Graph

  • e77235ea38 Fix regex pattern in commit-msg Luben Tuikov 2006-08-13 00:34:37 -0700
  • 937a515a15 upload-pack: stop the other side when they have more roots than we do. Junio C Hamano 2006-07-05 21:28:20 -0700
  • c04c4e5708 upload-pack: minor clean-up in multi-ack logic Junio C Hamano 2006-07-05 18:12:12 -0700
  • 182a8dabd5 Merge branch 'jc/upload-pack' Junio C Hamano 2006-08-12 22:16:51 -0700
  • c1e4572b7d Merge branch 'jc/racy-delay' Junio C Hamano 2006-08-12 19:41:44 -0700
  • f3c5b39567 Merge branch 'th/diff-extra' Junio C Hamano 2006-08-12 19:34:41 -0700
  • 647377c4c9 Merge branch 'jc/pack-objects' Junio C Hamano 2006-08-12 19:33:16 -0700
  • eb4541569d Merge branch 'js/read-tree' Junio C Hamano 2006-08-12 19:29:11 -0700
  • a401458099 Merge branch 'js/http-mb' Junio C Hamano 2006-08-12 19:24:51 -0700
  • edbda4d6af Merge branch 'js/color-diff' Junio C Hamano 2006-08-12 19:24:47 -0700
  • 6295ac347a Merge branch 'jn/web' Junio C Hamano 2006-08-12 19:24:15 -0700
  • efced1e06e Merge branch 'lt/web' Junio C Hamano 2006-08-12 19:24:09 -0700
  • 86183fbb09 Merge branch 'jn/conf' Junio C Hamano 2006-08-12 19:23:09 -0700
  • cd5fff64e6 Merge branch 'jc/grep' Junio C Hamano 2006-08-12 19:16:33 -0700
  • bb266cb118 Merge branch 'mk/rename' Junio C Hamano 2006-08-12 19:13:31 -0700
  • 71c87795c3 Merge branch 'ml/pager' Junio C Hamano 2006-08-12 19:13:25 -0700
  • eed94a570e Merge branch 'master' into js/c-merge-recursive Junio C Hamano 2006-08-12 18:34:36 -0700
  • 01aaf1f88d GIT 1.4.2 v1.4.2 Junio C Hamano 2006-08-12 18:32:31 -0700
  • 67e31d6234 Merge git://git.kernel.org/pub/scm/gitk/gitk Junio C Hamano 2006-08-12 18:32:17 -0700
  • 6c7f4cebdb t/t4013: fix futzing with the version string. Junio C Hamano 2006-08-12 18:04:07 -0700
  • 40aaae88ad Better error message when we are unable to lock the index file Junio C Hamano 2006-08-12 01:03:47 -0700
  • fd7bcfb524 git-am: give better diagnostics when the patch does not apply during --3way Junio C Hamano 2006-08-12 16:16:47 -0700
  • 022f25e8d4 Merge branch 'rj/header' Junio C Hamano 2006-08-12 16:09:19 -0700
  • a69a165fb4 git-svn: split the path from the url correctly with limited perms Eric Wong 2006-08-11 23:21:41 -0700
  • 0d042fecf2 git-grep: show pathnames relative to the current directory Junio C Hamano 2006-08-11 00:44:42 -0700
  • c8769f76d9 git-sh-setup: do not use repo-config to test the git directory Junio C Hamano 2006-08-11 18:47:50 -0700
  • 308906fa6e git-svn: bugfix: allow SVN:: lib users to track the root of the repository Eric Wong 2006-08-11 11:11:29 -0700
  • 17a10f3709 git-svn: correctly kill keyword expansion without munging EOLs Eric Wong 2006-08-11 04:34:07 -0700
  • 5bb1cda5f7 drop length argument of has_extension Rene Scharfe 2006-08-11 14:01:45 +0200
  • 4c78534341 Retire resolved items. Junio C Hamano 2006-08-11 00:55:03 -0700
  • ca9e3b124f Merge branch 'rn/push-dav' Junio C Hamano 2006-08-10 23:13:50 -0700
  • f59a59e22f Add the --color-words option to the diff options family Johannes Schindelin 2006-07-28 23:56:15 +0200
  • 65cdb5f165 Add Documentation/howto/setup-git-server-over-http.txt Rutger Nijlunsing 2006-08-10 22:00:26 +0200
  • 26298b5f7b gitweb: Whitespace cleanup - tabs are for indent, spaces are for align Jakub Narebski 2006-08-10 12:38:47 +0200
  • 4147d801db discard_cache(): discard index, even if no file was mmap()ed Johannes Schindelin 2006-08-10 16:47:21 +0200
  • 2e3ed670eb git-verify-pack: make builtin Rene Scharfe 2006-08-10 17:02:38 +0200
  • 44e1d764d0 Merge branch 'master' into mk/rename Junio C Hamano 2006-08-10 14:17:49 -0700
  • 0eaf22f4c4 git-verify-pack: no need to count errors Rene Scharfe 2006-08-10 17:02:37 +0200
  • f711ab5470 git-verify-pack: buffer overrun paranoia Rene Scharfe 2006-08-10 17:02:36 +0200
  • d0d619c8c5 git-verify-pack: free pack after use and a cleanup Rene Scharfe 2006-08-10 17:02:35 +0200
  • fc5fc50980 git-verify-pack: get rid of while loop Rene Scharfe 2006-08-10 17:02:34 +0200
  • 68f4c78b95 git-verify-pack: insist on .idx extension Rene Scharfe 2006-08-10 17:02:33 +0200
  • ae9c86f2b6 git-verify-pack: more careful path handling Rene Scharfe 2006-08-10 17:02:32 +0200
  • 6f05b57da8 git-verify-pack: show usage when no pack was specified Rene Scharfe 2006-08-10 17:02:31 +0200
  • 83a2b841d6 Add has_extension() Rene Scharfe 2006-08-10 17:02:30 +0200
  • 242abf106c builtin-apply: remove unused increment Junio C Hamano 2006-08-10 00:56:40 -0700
  • 306ea2df03 Fix git-diff A...B Junio C Hamano 2006-08-10 00:50:15 -0700
  • 567a03d14c combine-diff: use color Junio C Hamano 2006-08-10 00:30:33 -0700
  • 1e8d304507 http-push: Make WebDAV work with (broken?) default apache2 WebDAV module Rutger Nijlunsing 2006-08-09 20:54:23 +0200
  • 2c71810b90 git-apply: applying a patch to make a symlink shorter. Junio C Hamano 2006-08-09 22:47:25 -0700
  • 984b65707e merge-recur: do not die unnecessarily Johannes Schindelin 2006-08-09 22:31:49 +0200
  • 8918b0c9c2 merge-recur: try to merge older merge bases first Johannes Schindelin 2006-08-09 22:30:58 +0200
  • 934d9a2407 merge-recur: if there is no common ancestor, fake empty one Johannes Schindelin 2006-08-09 18:43:03 +0200
  • c1964a006f merge-recur: do not setenv("GIT_INDEX_FILE") Johannes Schindelin 2006-08-09 15:07:31 +0200
  • 5b982f84ee merge-recur: do not call git-write-tree Johannes Schindelin 2006-08-09 15:04:16 +0200
  • 943d5b73e2 allow diff.renamelimit to be set regardless of -M/-C v1.4.2-rc4 Junio C Hamano 2006-08-09 14:05:23 -0700
  • 03b9d560be make --find-copies-harder imply -C Junio C Hamano 2006-08-09 13:17:19 -0700
  • 02c5cba200 find_unique_abbrev() with len=0 should not abbreviate Junio C Hamano 2006-08-09 13:17:04 -0700
  • 72ee96c0f1 check return value from diff_setup_done() Junio C Hamano 2006-08-09 12:45:27 -0700
  • 1d17c25c38 Fix tutorial-2.html Junio C Hamano 2006-08-09 00:57:01 -0700
  • a20b4d899a autoconf: Add support for setting CURLDIR, OPENSSLDIR, EXPATDIR Jakub Narebski 2006-08-09 02:15:10 +0200
  • fb6ff943de Documentation: git-status takes the same options as git-commit Junio C Hamano 2006-08-07 22:41:32 -0700
  • d5b16cd2cc Make branches and parallelism configurable Junio C Hamano 2006-08-08 18:22:27 -0700
  • 0cc34eb2a0 Fix manpage generation Junio C Hamano 2006-08-08 18:21:37 -0700
  • 7b1e9d3d85 autoconf: It is --without-python, not --no-python Jakub Narebski 2006-08-09 02:19:22 +0200
  • d5dc6a76d4 Update git-init-db(1) and documentation of core.sharedRepository Jonas Fonseca 2006-08-09 02:26:23 +0200
  • 1b1b678e3c autoconf: clean temporary file mak.append Junio C Hamano 2006-08-08 13:42:35 -0700
  • 424adc50b7 autoconf: Move variables which we always set to config.mak.in Jakub Narebski 2006-08-08 18:39:06 +0200
  • 6015c28b1d read-cache: tweak racy-git delay logic Junio C Hamano 2006-08-08 14:47:32 -0700
  • 102cb08521 Merge branch 'master' into mk/rename Junio C Hamano 2006-08-08 15:42:20 -0700
  • af6058cc2b autoconf: Improvements in NO_PYTHON/PYTHON_PATH handling Jakub Narebski 2006-08-08 18:38:06 +0200
  • b52b1d433b autoconf: Error out on --without-shell and --without-perl Jakub Narebski 2006-08-08 18:36:21 +0200
  • 3900145ed7 autoconf: Add configure target to main Makefile Jakub Narebski 2006-08-08 18:35:23 +0200
  • 6c8d06aff1 git-push: allow pushing from subdirectories Jeff King 2006-08-08 16:01:32 -0400
  • c96c29093f GIT-VERSION-GEN: adjust for ancient git Junio C Hamano 2006-08-08 13:11:16 -0700
  • 329a304714 builtin-mv: fix use of uninitialized memory. Junio C Hamano 2006-08-08 12:21:33 -0700
  • aa5481c1af debugging: XMALLOC_POISON Junio C Hamano 2006-08-08 12:23:47 -0700
  • ceadfe90c6 gitk: Update preceding/following tag info when creating a tag Paul Mackerras 2006-08-08 20:55:36 +1000
  • 82f930dead gitweb: blame table row no highlight fix Luben Tuikov 2006-08-04 15:09:59 -0700
  • d636ad9743 gitweb: bugfix: git_commit and git_commitdiff parents Luben Tuikov 2006-08-04 15:11:47 -0700
  • f1efc38bf2 gitweb: Remove unused variables in git_shortlog_body and git_heads Jakub Narebski 2006-08-08 01:15:05 +0200
  • 9673198ee8 Merge branch 'master' into pb/gitpm Junio C Hamano 2006-08-07 17:02:07 -0700
  • 7c49cb2881 annotate: Fix bug when parsing merges with differing real and logical parents. Ryan Anderson 2006-08-07 05:11:24 -0700
  • 1dcb69224c log-tree: show_log() should respect the setting of diffopt->line_termination Ryan Anderson 2006-08-07 05:11:23 -0700
  • b20805af60 handle https:// protocol in git-clone Michael Krelin 2006-08-07 17:10:21 +0200
  • b7e58b17b5 Racy git: avoid having to be always too careful Junio C Hamano 2006-08-05 04:16:02 -0700
  • d5c31a1ccf autoconf: Unset NO_STH and NEED_STH when it is detected not needed Jakub Narebski 2006-08-04 23:43:59 +0200
  • dd04c428cf gitweb: fix $project usage Matthias Lederhofer 2006-08-06 13:25:41 +0200
  • 1568515d5b gitweb: fix commitdiff_plain for root commits Matthias Lederhofer 2006-08-06 19:24:47 +0200
  • e349d21ab4 gitweb: Skip nonmatching lines in difftree output, consistently Jakub Narebski 2006-08-06 17:59:52 +0200
  • b5ff2cf9a6 gitweb: fix commitdiff for root commits Jakub Narebski 2006-08-06 16:14:25 +0200
  • bd943f4757 gitweb: check if HTTP_ACCEPT is really set Matthias Lederhofer 2006-08-06 15:55:02 +0200
  • 403ccc4f36 Add gitweb.cgi to .gitignore Matthias Kestenholz 2006-08-06 12:47:33 +0200
  • ca6d8f58a1 gitk: Add a menu item for cherry-picking commits Paul Mackerras 2006-08-06 21:08:05 +1000
  • f16db173a4 gitweb: Refactor untabifying - converting tabs to spaces Jakub Narebski 2006-08-06 02:08:31 +0200
  • 10161355ba gitweb: Inline $rss_link Jakub Narebski 2006-08-05 13:18:58 +0200
  • 668e34d7cc gitweb: PATH_INFO=/ means no project Jakub Narebski 2006-08-05 13:16:03 +0200
  • e2860ead31 gitweb: No error messages with unescaped/unprotected user input Jakub Narebski 2006-08-05 13:15:24 +0200
  • cac4bd94fb gitweb: No periods for error messages Jakub Narebski 2006-08-05 13:13:53 +0200
  • e484a2d6ad gitweb: Cleanup and uniquify error messages Jakub Narebski 2006-08-05 13:12:51 +0200