Commit Graph

  • 6a6459bc8f git-gui: Handle gitgui tags in version gen. Shawn O. Pearce 2007-02-12 16:38:29 -0500
  • 5d643cd3ce git-gui: Generate a version file on demand. Shawn O. Pearce 2007-02-12 16:14:44 -0500
  • 7e81d4eead git-gui: Rename GIT_VERSION to GITGUI_VERSION. Shawn O. Pearce 2007-02-12 16:12:04 -0500
  • 930d3cc94e When trying to map p4 integrations to git merges just record it as a single merge with the newest p4 change as secondary parent. Simon Hausmann 2007-02-12 22:05:21 +0100
  • 77083daac7 Set git fast-import marks for every imported change for future use. Simon Hausmann 2007-02-12 21:56:46 +0100
  • 53b03239aa After marking a p4 branch as merged don't ever merge it in git again. Simon Hausmann 2007-02-12 21:44:02 +0100
  • dcacf8b447 More fixes in heuristic p4 branch detection based on common path components. Simon Hausmann 2007-02-12 21:41:45 +0100
  • 663e7cf81d git-gui: Allow gitexecdir, INSTALL to be set by the caller. Shawn O. Pearce 2007-02-12 15:37:50 -0500
  • 766887e110 Started work on p4 branch detection (experimental!). Simon Hausmann 2007-02-12 21:04:59 +0100
  • 44b3add651 Code cleanups. Simon Hausmann 2007-02-12 20:28:58 +0100
  • d63ea11594 import-tars: brown paper bag fix for file mode. Michael Loeffler 2007-02-12 15:17:11 +0100
  • ea5e370aa9 fast-import: Support reusing 'from' and brown paper bag fix reset. Shawn O. Pearce 2007-02-12 04:08:43 -0500
  • b4d2b04c9b Merge git-gui Junio C Hamano 2007-02-11 23:04:00 -0800
  • 4853534e18 Add discussion section to git-tag documentation. Junio C Hamano 2007-02-11 22:29:12 -0800
  • 2092a1fefd Teach git-am to pass -p option down to git-apply Junio C Hamano 2007-02-11 22:05:36 -0800
  • c5c3fc9851 Documentation: git-rebase -C<n> Junio C Hamano 2007-02-11 22:03:55 -0800
  • b578e509d3 Merge branch 'master' of git://repo.or.cz/git/fastimport Junio C Hamano 2007-02-11 20:34:57 -0800
  • c6ec3b13b8 bash: Hide git-fast-import. Shawn O. Pearce 2007-02-11 19:55:22 -0500
  • c73461567e fast-import: Add tip about importing renames. Shawn O. Pearce 2007-02-11 19:50:50 -0500
  • bdf1c06dc1 fast-import: Hide the pack boundary commits by default. Shawn O. Pearce 2007-02-11 19:45:56 -0500
  • 0960f7d6db git-gui: Stop deleting gitk preferences. Shawn O. Pearce 2007-02-11 17:19:38 -0500
  • d414461295 Document that git-am can read standard input. Michael S. Tsirkin 2007-02-09 12:23:23 +0200
  • 602598fd5d Make gitk save and restore the user set window position. Mark Levedahl 2007-02-08 22:22:24 -0500
  • 788743240e t4016: test quoting funny pathnames in diff output Junio C Hamano 2007-02-11 13:28:42 -0800
  • e5bfbf9b3e diff.c: More logical file name quoting for renames in diffstat. Alexandre Julliard 2007-02-10 15:39:00 +0100
  • 0d26a64ece diff.c: Properly quote file names in diff --summary output. Alexandre Julliard 2007-02-10 15:37:48 +0100
  • b9f441646c diff.c: Reuse the pprint_rename function for diff --summary output. Alexandre Julliard 2007-02-10 15:36:47 +0100
  • 1187d7564d Make it easier to override path to asciidoc command Dotan Barak 2007-02-11 17:54:40 +0200
  • 4f75b115d7 Avoid ugly linewrap in git help Ren,bi(B Scharfe 2007-02-11 14:29:58 +0100
  • 12d04ca7da Cleanups, remove unused variable. Simon Hausmann 2007-02-11 21:35:34 +0100
  • fc21f8a1da Create lightweight git tags (using the "reset" trick) for the incremental import instead of full-blown ones. Also fix parsing the output of git name-rev for figuring out the last imported p4 change number. Simon Hausmann 2007-02-11 18:04:39 +0100
  • b4f020c5d0 Fixed some typos in git-repack docs Mukund 2007-02-10 23:42:01 +0530
  • 7774284ac7 git-svn: correctly handle boolean options via git-config Eric Wong 2007-02-10 21:07:12 -0800
  • dfd42a3c62 Allow aliases to expand to shell commands Theodore Ts'o 2007-02-10 19:33:58 -0500
  • f3dd015c91 Print a sane error message if an alias expands to an invalid git command Theodore Ts'o 2007-02-10 19:33:57 -0500
  • f7d63b0c99 Added a little helper script to remove unused tags from the perforce import. Simon Hausmann 2007-02-10 10:26:03 +0100
  • fe2193183a Changed the default git import branch from "p4" to "master". Simon Hausmann 2007-02-10 10:05:51 +0100
  • 8718f3ec9a Avoid the excessive use of git tags for every perforce change and instead just create one git tag for the last imported change. Simon Hausmann 2007-02-10 10:05:29 +0100
  • b41507a427 Minor code cleanups. Simon Hausmann 2007-02-10 09:25:22 +0100
  • 471efb09aa diff_flush_name(): take struct diff_options parameter. Junio C Hamano 2007-02-09 22:18:19 -0800
  • cc46a74398 wt_status_prepare(): clean up structure initialization. Junio C Hamano 2007-02-09 16:22:42 -0800
  • 02f571c73b git-fetch: document automatic tag following. Junio C Hamano 2007-02-09 15:41:35 -0800
  • ad34a028c1 remove mailmap.linux Nicolas Pitre 2007-02-09 12:18:28 -0500
  • d2589855df git-blame.el: Autoupdate while editing David Kågedal 2007-02-09 09:22:19 +0100
  • 96df551cb8 git-blame.el: Doc fixes and cleanup David Kågedal 2007-02-09 09:21:51 +0100
  • f0f39bb4c4 git-blame.el: blame unsaved changes David Kågedal 2007-02-09 09:21:32 +0100
  • fa88211600 git-blame.el: improve color handling David Kågedal 2007-02-09 09:21:03 +0100
  • 9f85fb324d Handle uncommitted changes and cache descriptions David Kågedal 2007-02-09 09:20:38 +0100
  • f6f125fbaa git-blame: Change installation instructions Jakub Narebski 2007-02-09 09:19:59 +0100
  • b52ba1a5d6 git-blame: Add Emacs Lisp file headers and GNU GPL boilerplate Jakub Narebski 2007-02-09 09:19:28 +0100
  • 9e2586ff2f Documentation/git-pull: describe default behaviour and config interactions Junio C Hamano 2007-02-08 23:35:43 -0800
  • d585e782b0 git-gui: Focus into blame panels on Mac OS. Shawn O. Pearce 2007-02-09 02:28:32 -0500
  • 40facde06e reflog: handle $name => remotes/%s/HEAD mapping consistently for logs Junio C Hamano 2007-02-08 23:24:51 -0800
  • 486ef5270c git-gui: Improve annotated file display. Shawn O. Pearce 2007-02-09 01:59:38 -0500
  • 1351ba13e5 git-gui: Jump to the first annotation block as soon as its available. Shawn O. Pearce 2007-02-08 22:41:51 -0500
  • 6910ae80d0 git-gui: Redesign the display of annotated files. Shawn O. Pearce 2007-02-08 21:39:27 -0500
  • eb3a48221f log --reflog: use dwim_log Johannes Schindelin 2007-02-09 01:28:23 +0100
  • e00de24b10 format-patch -n: make sorting easier by padding number Johannes Schindelin 2007-02-09 01:43:54 +0100
  • df6287ecd7 git-gui: Use git-config now over git-repo-config. Shawn O. Pearce 2007-02-08 19:53:36 -0500
  • 24d2bf2f02 git-gui: Relabel the Add All action. Shawn O. Pearce 2007-02-08 19:44:49 -0500
  • 258871d305 git-gui: Select subcommands like git does. Shawn O. Pearce 2007-02-08 19:41:32 -0500
  • 4e244cbc5c log --reflog: honour --relative-date Johannes Schindelin 2007-02-08 21:58:33 +0100
  • 2ebba528dc git-gui: View blame from the command line. Shawn O. Pearce 2007-02-08 19:10:52 -0500
  • b4dd485696 for_each_reflog_ent: be forgiving about missing message Johannes Schindelin 2007-02-09 00:59:47 +0100
  • 05b07ab963 Merge branch 'master' of git://repo.or.cz/git/fastimport Junio C Hamano 2007-02-08 15:47:08 -0800
  • cf39f54efc git reflog show Linus Torvalds 2007-02-08 09:51:56 -0800
  • 67dad687ad add -C[NUM] to git-am Michael S. Tsirkin 2007-02-08 15:57:08 +0200
  • 66e788bc7f Update git-log and git-show documentation Michael S. Tsirkin 2007-02-08 15:22:21 -0800
  • db7f34d4c5 git-gui: Optionally save commit buffer on exit. Shawn O. Pearce 2007-02-08 17:47:17 -0500
  • 64a906f861 git-gui: Separate transport/branch menus from multicommit. Shawn O. Pearce 2007-02-08 18:10:05 -0500
  • cf25ddc8b3 git-gui: Refactor single_commit to a proc. Shawn O. Pearce 2007-02-08 18:03:41 -0500
  • 42b922fcf6 git-gui: Replace \ with \\ when showing paths. Shawn O. Pearce 2007-02-08 17:13:51 -0500
  • 9bccb782c3 git-gui: Support keyboard traversal in browser. Shawn O. Pearce 2007-02-08 17:07:59 -0500
  • 20c7bc76b9 Added a little helper script to debug the output of the p4 python interface. Simon Hausmann 2007-02-08 23:00:19 +0100
  • 63faf4df6e git-gui: Update known branches during rescan. Shawn O. Pearce 2007-02-08 15:59:39 -0500
  • 590dd4bfd2 tar archive frontend for fast-import. Shawn O. Pearce 2007-02-08 15:26:01 -0500
  • 882227f117 Correct spelling of fast-import in docs. Shawn O. Pearce 2007-02-08 13:49:06 -0500
  • c9c527d7b6 Made the name of the git branch used for the perforce import configurable through a new --branch=<name> commandline option. Simon Hausmann 2007-02-08 15:53:11 +0100
  • 7315866824 Catch io exceptions from git fast-import again and print the error message. Simon Hausmann 2007-02-08 15:45:16 +0100
  • ed35dece27 Read cvsimport options from repo-config James Bowes 2007-02-07 17:57:43 -0500
  • d48744d1a8 create_symref(): create leading directories as needed. Junio C Hamano 2007-02-07 23:41:43 -0800
  • f842fdb01d Correct some language in fast-import documentation. Shawn O. Pearce 2007-02-08 01:53:48 -0500
  • 209f129857 Correct ^0 asciidoc syntax in fast-import docs. Shawn O. Pearce 2007-02-08 01:35:37 -0500
  • 1e30c07dfc Fix calculation of the newest imported revision for #head imports. Simon Hausmann 2007-02-07 23:51:51 +0100
  • 23efd2545b Make specifying the revision ranges more convenient. Simon Hausmann 2007-02-07 23:37:54 +0100
  • 5c553ea2de GIT v1.5.0-rc4 v1.5.0-rc4 Junio C Hamano 2007-02-07 14:31:21 -0800
  • 81f915e7f1 Documentation: Add gfi to the main command list. Junio C Hamano 2007-02-07 14:30:47 -0800
  • 1cd573866a Make incremental imports easier to use by storing the p4 depot path after an import in .git/config and re-using it when we're invoked again later. Simon Hausmann 2007-02-07 23:25:56 +0100
  • e3d37cf098 Fixed incremental imports by using the correct "from" command instead of "merge" with git fast-import. Simon Hausmann 2007-02-07 23:09:49 +0100
  • c4cf2d4f87 Minor cleanups and print an error message of git fast-import if it fails. Simon Hausmann 2007-02-07 22:57:01 +0100
  • abd4e22269 Fix "git log -z" behaviour Linus Torvalds 2007-02-07 11:49:56 -0800
  • a4f7112fde git-add -i: update removed path correctly. Junio C Hamano 2007-02-07 10:56:38 -0800
  • fa1b4d2ace t4200: skip gc-rerere test on systems with non GNU date. Junio C Hamano 2007-02-07 10:42:08 -0800
  • ecea1ed5fe Merge branch 'ml/gitk' (early part) Junio C Hamano 2007-02-07 09:47:49 -0800
  • 40db58b8dc fast-import: Fix compile warnings Johannes Schindelin 2007-02-07 12:38:21 +0100
  • fcee5a145d for-each-reflog: fix case for empty log directory Junio C Hamano 2007-02-07 09:18:57 -0800
  • 302da67472 Merge branch 'master' of git://repo.or.cz/git/fastimport Junio C Hamano 2007-02-07 08:39:16 -0800
  • 099c783767 git-clone --reference: work well with pack-ref'ed reference repository Junio C Hamano 2007-02-07 02:10:56 -0800
  • bdd9f4240f Add a Tips and Tricks section to fast-import's manual. Shawn O. Pearce 2007-02-07 03:49:08 -0500
  • 563b43ee45 Avoid ActiveState Perl IO in t800[12] Alex Riesen 2007-02-05 14:04:09 +0100