Commit Graph

  • 22600a2515 git-svn: do not let Git.pm warn if we prematurely close pipes Eric Wong 2007-02-01 13:12:26 -0800
  • 1e5db3075a Update the documentation for the new '@{...}' syntax Johannes Schindelin 2007-02-02 00:21:49 +0100
  • d271fd5311 Teach the '@{...}' notation to git-log -g Johannes Schindelin 2007-02-02 00:07:24 +0100
  • 11cf8801d7 provide a nice @{...} syntax to always mean the current branch reflog Nicolas Pitre 2007-02-01 17:29:33 -0500
  • fe55851624 prevent HEAD reflog to be interpreted as current branch reflog Nicolas Pitre 2007-02-01 12:33:23 -0500
  • 08f1675059 Use "git checkout -q" in git-bisect Junio C Hamano 2007-02-01 21:47:34 -0800
  • 6124aee5d9 add a quiet option to git-checkout Nicolas Pitre 2007-02-01 12:31:26 -0500
  • 92cf95696f reword the detached head message a little again Nicolas Pitre 2007-02-01 12:30:28 -0500
  • 6d48d12f5d Initial support for importing a directory from Perforce at a specified revision. Simon Hausmann 2007-02-01 18:19:55 +0100
  • 68f1336fe3 Code cleanups, move the code to create a commit with fast-import into a separate function out of the main loop. Simon Hausmann 2007-02-01 17:42:23 +0100
  • e4b0e4ab8e detached HEAD -- finishing touches Junio C Hamano 2007-02-01 01:08:41 -0800
  • f16255f559 Simplify the incremental import by elimination the need for a temporary import branch. Simon Hausmann 2007-02-01 08:23:39 +0100
  • 8c4e4ef0f5 GIT v1.5.0-rc3 v1.5.0-rc3 Junio C Hamano 2007-01-31 15:06:21 -0800
  • bfcd4ca3da Do not use hardcoded path to xhmtl.xsl to generate user's manual Junio C Hamano 2007-01-31 15:41:27 -0800
  • 61b3cf7c47 Started working on incremental imports from Perforce. Simon Hausmann 2007-02-01 00:08:51 +0100
  • c0b4a003e4 git main documentation: point at the user's manual. Junio C Hamano 2007-01-31 14:53:51 -0800
  • 9299c4f147 Merge branch 'master' of git://linux-nfs.org/~bfields/git Junio C Hamano 2007-01-31 14:41:17 -0800
  • 3c23d66fc3 t9200: do not test -x bit if the filesystem does not support it. Junio C Hamano 2007-01-31 14:25:52 -0800
  • 1a91ebf917 t9200: Re-code non-ascii path test in UTF-8 Junio C Hamano 2007-01-31 14:21:48 -0800
  • 79799d52b2 Fix file permissions of p4-fast-export.py to be executable. Simon Hausmann 2007-01-31 23:09:24 +0100
  • 71f7c0d0bb Create a git tag for every changeset imported from perforce. Simon Hausmann 2007-01-31 23:03:01 +0100
  • 214bed8239 Fixed displaying import progress by calling flush on stdout. Simon Hausmann 2007-01-31 22:47:53 +0100
  • f26037dce3 Permit calling p4-fast-export with a depot path that has the typical ... wildcard at the end. Simon Hausmann 2007-01-31 22:41:08 +0100
  • 2385536282 Avoid calling fstat for every imported file (slow!) and instead read the file data first into the python process and use the length of the bytes read for the size field of git fast-import. Simon Hausmann 2007-01-31 22:38:07 +0100
  • 8933364da1 Update git-cat-file documentation Aneesh Kumar K.V 2007-01-30 13:26:51 +0530
  • 0dd0b9d011 Ported the remaining functions that parsed p4 shell output over to the p4 python interface. Simon Hausmann 2007-01-31 22:31:28 +0100
  • 84a978f118 Documentation: "git-checkout <tree> <path>" takes any tree-ish Junio C Hamano 2007-01-31 13:30:54 -0800
  • a39811b46e Instead of parsing the output of "p4 users" use the python objects of "p4 -G users". Simon Hausmann 2007-01-31 22:19:18 +0100
  • 6e598c326d Improved error message from git-rebase David Kågedal 2007-01-31 17:12:03 +0100
  • 9ebe6cf953 Fix git-update-index to work with relative pathnames. Alex Riesen 2007-01-31 14:34:17 +0100
  • f6148d9129 Minor code cleanups and ported some p4 interfacing code over to the p4 python mode. Simon Hausmann 2007-01-31 22:13:17 +0100
  • 4a91a1f37e Escape --upload-pack from expr. Shawn O. Pearce 2007-01-30 13:11:49 -0500
  • 76f8a302c7 Don't coredump on bad refs in update-server-info. Shawn O. Pearce 2007-01-31 02:24:44 -0500
  • d117452a80 tone down the detached head warning Nicolas Pitre 2007-01-31 14:10:37 -0500
  • 701ce87633 Changed the import mechanism to write to git fast-import through a pipe instead of having p4-fast-export write to stdout and let the caller connect it to git fast-import. Simon Hausmann 2007-01-31 21:54:56 +0100
  • 3f2ddd47c7 Removed unused p4cat function and added helper function for the perforce python interface (p4Cmd). Simon Hausmann 2007-01-31 20:48:39 +0100
  • 9466d479e2 Speed up the import of individual files from Perforce into git by passing the output of "p4 print" directly to git fast-import. Also try to set the mode of the file in git correctly based on file type heuristics. Simon Hausmann 2007-01-31 20:16:26 +0100
  • d93ed31ac4 Some fixes to the timezone conversion between the date of a perforce change and the git commit. Simon Hausmann 2007-01-31 19:43:16 +0100
  • 72b2f0ada3 Implemented basic support for converting the date of the perforce change to the git format. The timezone isn't correctly set up yet though. Simon Hausmann 2007-01-31 16:39:46 +0100
  • 06bb04454f Slightly improved help usage output and made specifying the trailing slash for the depot path optional. Simon Hausmann 2007-01-31 09:49:41 +0100
  • da96cd9e24 Added basic support for specifying the depot path to import from as well as the range of perforce changes. Simon Hausmann 2007-01-31 09:39:20 +0100
  • 63460f285c Fix git-tag -u Junio C Hamano 2007-01-30 21:03:11 -0800
  • 16d6b8ab6f Initial import of a python script to import changesets from Perforce into git. Simon Hausmann 2007-01-31 00:16:59 +0100
  • 0b375ab0a5 user-manual: todo's J. Bruce Fields 2007-01-30 12:48:48 -0500
  • a8cd1402f0 user-manual: point to README for gitweb information J. Bruce Fields 2007-01-30 12:43:36 -0500
  • 76db9dec81 Merge branch 'master' into sp/gfi Shawn O. Pearce 2007-01-30 11:07:24 -0500
  • 73a2acc0a0 blameview: Use git-cat-file to read the file content. Aneesh Kumar K.V 2007-01-30 13:26:49 +0530
  • 153e98d263 git-fetch: Allow fetching the remote HEAD Santi Béjar 2007-01-30 10:36:24 +0100
  • 3740b04f6c git-send-email: remove debugging output. Junio C Hamano 2007-01-30 02:22:37 -0800
  • f8306418a6 Add a missing fork() error check. Johannes Sixt 2007-01-24 16:03:42 +0100
  • 1732a1fd94 git-blame: somewhat better commenting. Junio C Hamano 2007-01-29 17:36:22 -0800
  • b4dfefe00f Make fsck and fsck-objects be builtins. Mark Wooding 2007-01-29 15:48:06 +0000
  • 37f1db80a4 git-gui: Assign background colors to each blame hunk. Shawn O. Pearce 2007-01-29 06:56:00 -0500
  • 747c0cf93c git-gui: Use a grid layout for the blame viewer. Shawn O. Pearce 2007-01-29 06:23:12 -0500
  • e7fb6c69f7 git-gui: Install column headers in blame viewer. Shawn O. Pearce 2007-01-29 05:51:49 -0500
  • 8fb5b9db66 v1.5.0.txt: Post -rc2 updates Junio C Hamano 2007-01-29 02:47:28 -0800
  • 915616e4eb git-gui: Display original filename and line number in blame. Shawn O. Pearce 2007-01-29 05:33:27 -0500
  • dbaa06a2b0 git-commit -s: no extra space when sign-offs appear at the end already. Junio C Hamano 2007-01-29 01:06:27 -0800
  • def2747d0e Replace perl code with pure shell code Simon 'corecode' Schubert 2007-01-29 09:09:25 +0100
  • a2f9fe92eb lock_any_ref_for_update(): do not accept malformatted refs. Junio C Hamano 2007-01-29 00:57:07 -0800
  • 8f6c07b902 git-gui: Correctly handle spaces in filepaths. Shawn O. Pearce 2007-01-29 03:09:28 -0500
  • 463ca37b61 git-gui: Use -M and -C when running blame. Shawn O. Pearce 2007-01-29 03:03:29 -0500
  • db45378165 git-gui: Allow users to edit user.name, user.email from options. Shawn O. Pearce 2007-01-29 02:56:07 -0500
  • c94dd1c8c2 git-gui: Display the current branch name in browsers. Shawn O. Pearce 2007-01-29 02:52:06 -0500
  • 3eddda9843 git-gui: Improve the icons used in the browser display. Shawn O. Pearce 2007-01-29 02:50:10 -0500
  • 036be17e0a Two small typofixes. Junio C Hamano 2007-01-28 23:16:46 -0800
  • d55ae921ce user-manual: SHA1 -> object name J. Bruce Fields 2007-01-29 02:16:45 -0500
  • 4a7979ca82 user-manual: document git-show-branch example J. Bruce Fields 2007-01-29 01:55:33 -0500
  • 9a241220fd user-manual: minor "TODO" updates J. Bruce Fields 2007-01-29 01:43:33 -0500
  • 1191ee1824 user-manual: rewrap a few long lines J. Bruce Fields 2007-01-29 01:33:55 -0500
  • 559e4d7a0d user-manual: reflogs, other recovery J. Bruce Fields 2007-01-29 01:31:35 -0500
  • 35874c163e git-gui: Implemented file browser and incremental blame. Shawn O. Pearce 2007-01-29 00:50:41 -0500
  • 20ddfcaa7e git-gui: Test for Cygwin differently than from Windows. Shawn O. Pearce 2007-01-28 20:58:47 -0500
  • 273984fc4f git-gui: Offer quick access to the HTML formatted documentation. Shawn O. Pearce 2007-01-28 20:00:36 -0500
  • 61b41790c4 user-manual: fix a header level J. Bruce Fields 2007-01-29 00:45:33 -0500
  • 988b27d3f5 user-manual: typo fix J. Bruce Fields 2007-01-29 00:33:57 -0500
  • fc90c536dc user-manual: add references to git-config man page J. Bruce Fields 2007-01-29 00:17:51 -0500
  • 9d13bda3ff user-manual: repo-config -> config J. Bruce Fields 2007-01-28 23:50:22 -0500
  • 04e50e9457 user-manual: fsck-objects -> fsck J. Bruce Fields 2007-01-28 23:31:47 -0500
  • 21dcb3b7ab user-manual: git-fsck, dangling objects J. Bruce Fields 2007-01-28 23:29:19 -0500
  • df391b192d git-fsck-objects is now synonym to git-fsck Junio C Hamano 2007-01-28 16:33:58 -0800
  • e0d10e1c63 [PATCH] Rename git-repo-config to git-config. Tom Prince 2007-01-28 16:16:53 -0800
  • 829a686f1b Heavily expanded update hook to send more useful emails than the old hook Andy Parkins 2007-01-26 09:01:04 +0000
  • a69aba6af3 UNIX reference time of 1970-01-01 00:00 is UTC timezone, not local time zone Andy Parkins 2007-01-26 08:58:48 +0000
  • 5558e55c06 Teach for-each-ref about a little language called Tcl. Shawn O. Pearce 2007-01-28 02:39:13 -0500
  • cace16fdcb Add a sample program 'blameview' to show how to use git-blame --incremental Jeff King 2007-01-28 12:53:26 -0800
  • 4b3b1e1e48 git-push through git protocol Linus Torvalds 2007-01-21 11:04:13 -0800
  • 57e7a0a494 Document 'git-blame --incremental' Junio C Hamano 2007-01-28 12:21:53 -0800
  • 4f193f20a3 Documentation/config.txt: Fix documentation of colour config tweaks. Mark Wooding 2007-01-28 15:17:36 +0000
  • c3e821c636 wt-status: Actually accept `color.status.BLAH' configuration variables. Mark Wooding 2007-01-28 14:55:03 +0000
  • 4f0219a4c7 git-blame --incremental: don't use pager Ren,Ai(B Scharfe 2007-01-28 15:25:55 +0100
  • a7e4fbf990 add reflog when moving HEAD to a new branch Nicolas Pitre 2007-01-26 17:26:11 -0500
  • 47fc52e287 create_symref(): do not assume pathname from git_path() persists long enough Junio C Hamano 2007-01-26 17:49:00 -0800
  • 8b5157e407 add logref support to git-symbolic-ref Nicolas Pitre 2007-01-26 17:26:10 -0500
  • 41b625b047 move create_symref() past log_ref_write() Nicolas Pitre 2007-01-26 17:26:09 -0500
  • e1dde3d06c add reflog entries for HEAD when detached Nicolas Pitre 2007-01-26 17:26:08 -0500
  • bd104db164 enable separate reflog for HEAD Nicolas Pitre 2007-01-26 17:26:07 -0500
  • 1655707c9e lock_ref_sha1_basic(): remember the original name of a ref when resolving it Nicolas Pitre 2007-01-26 17:26:06 -0500
  • 9a13f0b71b make reflog filename independent from struct ref_lock Nicolas Pitre 2007-01-26 17:26:05 -0500
  • 1b600e659a Compute accurate distances in git-describe before output. Shawn O. Pearce 2007-01-27 01:54:21 -0500