Commit Graph

  • 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
  • 451fd65a8e Documentation: add KMail in SubmittingPatches Michael 2007-02-05 14:27:32 +0100
  • 22c9f7e4c5 Don't crash fast-import if the marks cannot be exported. Shawn O. Pearce 2007-02-07 02:46:35 -0500
  • 820b931012 Dump all refs and marks during a checkpoint in fast-import. Shawn O. Pearce 2007-02-07 02:42:44 -0500
  • c499d76849 Teach fast-import how to sit quietly in the corner. Shawn O. Pearce 2007-02-07 02:19:31 -0500
  • 825769a8fe Teach fast-import how to clear the internal branch content. Shawn O. Pearce 2007-02-07 02:03:03 -0500
  • 9b92c82fde Minor timestamp related documentation corrections for fast-import. Shawn O. Pearce 2007-02-07 00:51:58 -0500
  • 6506e156d9 Remove git-merge-recur Junio C Hamano 2007-02-06 21:27:09 -0800
  • 740afd9613 Add deprecation notices. Junio C Hamano 2007-02-06 21:25:33 -0800
  • 41dc7e0044 Merge branch 'master' of git://repo.or.cz/git/fastimport Junio C Hamano 2007-02-06 19:33:22 -0800
  • a7fd83b0b0 Remove contrib/colordiff Junio C Hamano 2007-02-06 16:33:16 -0800
  • 0b2958a8b4 Call make always with CFLAGS in git.spec Horst H. von Brand 2007-02-06 16:08:55 -0300
  • 4ef40cdbe8 add replay and log to the usage string of git-bisect Uwe Kleine-König 2007-02-06 18:28:32 +0100
  • 9981b6d915 S_IFLNK != 0140000 Junio C Hamano 2007-02-06 12:46:11 -0800
  • 7073e69e38 Don't do non-fastforward updates in fast-import. Shawn O. Pearce 2007-02-06 16:08:06 -0500
  • 63e0c8b364 Support RFC 2822 date parsing in fast-import. Shawn O. Pearce 2007-02-06 14:58:30 -0500
  • ef94edb53c Minor fast-import documentation corrections. Shawn O. Pearce 2007-02-06 12:35:02 -0500
  • e7d06a4b70 Remove unnecessary null pointer checks in fast-import. Shawn O. Pearce 2007-02-06 12:05:51 -0500
  • c74ba3d344 Correct fast-import timezone documentation. Shawn O. Pearce 2007-02-06 11:59:11 -0500
  • 6cc56c9a37 Preparing for v1.5.0-rc4 Junio C Hamano 2007-02-06 02:06:43 -0800
  • e68989a739 annotate: fix for cvsserver. Junio C Hamano 2007-02-06 01:52:04 -0800
  • c8f80d4dc8 gitweb: fix mismatched parenthesis Junio C Hamano 2007-02-06 01:09:32 -0800
  • d46ae3f09a git-push: allow globbing wildcard refspec. Junio C Hamano 2007-02-05 23:01:14 -0800
  • e5b1444b96 Correct minor style issue in fast-import. Shawn O. Pearce 2007-02-06 00:43:59 -0500
  • 10e8d68820 Correct compiler warnings in fast-import. Shawn O. Pearce 2007-02-06 00:26:49 -0500
  • 0b868e0240 Remove --branch-log from fast-import. Shawn O. Pearce 2007-02-06 00:15:37 -0500
  • 88293c675c bash: Complete git-remote subcommands. Shawn O. Pearce 2007-02-04 23:52:08 -0500
  • c5650b0840 bash: Support git-rebase -m continuation completion. Shawn O. Pearce 2007-02-04 23:52:02 -0500
  • 6e411d2044 Initial draft of fast-import documentation. Shawn O. Pearce 2007-02-05 21:09:25 -0500
  • 6c3aac1c69 Don't support shell-quoted refnames in fast-import. Shawn O. Pearce 2007-02-05 20:30:37 -0500
  • 0f57a31b4c gitk: Use show-ref instead of ls-remote Junio C Hamano 2007-01-29 21:53:28 -0800
  • 3468e71f45 Make gitk work reasonably well on Cygwin. Mark Levedahl 2007-02-01 08:46:38 -0500
  • 32364b3a19 gitk - remove trailing whitespace from a few lines. Mark Levedahl 2007-02-01 08:44:46 -0500
  • 8188e73b17 Fix longstanding mismerge of ALL_CFLAGS vs BASIC_CFLAGS Junio C Hamano 2007-02-05 16:53:12 -0800
  • 35ce862279 pager: Work around window resizing bug in 'less' Linus Torvalds 2007-01-24 11:21:10 -0800
  • b6f5da1e0f Teach git-remote add to fetch and track Junio C Hamano 2007-02-01 23:30:03 -0800
  • 06e75a7237 blame: document --contents option Junio C Hamano 2007-02-05 15:04:01 -0800
  • 005f85d9ae Use pretend_sha1_file() in git-blame and git-merge-recursive. Junio C Hamano 2007-02-04 21:49:05 -0800
  • d66b37bb19 Add pretend_sha1_file() interface. Junio C Hamano 2007-02-04 21:42:38 -0800
  • 1cfe77333f git-blame: no rev means start from the working tree file. Junio C Hamano 2007-01-30 01:11:08 -0800
  • 28389d45fb git-blame: an Emacs minor mode to view file with git-blame output. David Kågedal 2007-02-05 14:22:28 -0800
  • ca28370a35 Allow forcing of a parent commit, even if the parent is not a direct one. Simon 'corecode' Schubert 2007-02-01 11:43:39 +0100
  • 4c55068683 bisect: it needs to be done in a working tree. Junio C Hamano 2007-02-05 14:03:27 -0800
  • 6d9ba67b0f Commands requiring a work tree must not run in GIT_DIR Johannes Schindelin 2007-01-23 13:30:20 +0100
  • 98d47d4ccf Add hg-to-git conversion utility. Stelian Pop 2007-01-12 22:57:03 +0100
  • 3fb624521e blameview: Support browsable functionality to blameview. Aneesh Kumar K.V 2007-01-30 13:26:50 +0530
  • 041794188f gitweb: Convert project name to UTF-8 Yasushi SHOJI 2007-01-30 19:23:38 +0900
  • b2e69f6299 bash: Support git-bisect and its subcommands. Shawn O. Pearce 2007-02-05 15:44:37 -0500
  • 1b71eb35dd bash: Support --add completion to git-config. Shawn O. Pearce 2007-02-05 15:44:32 -0500
  • e459415c9c bash: Hide git-resolve, its deprecated. Shawn O. Pearce 2007-02-05 15:44:30 -0500
  • b26c87488f bash: Offer --prune completion for git-gc. Shawn O. Pearce 2007-02-05 15:44:28 -0500
  • 983591c31e bash: Hide diff-stages from completion. Shawn O. Pearce 2007-02-05 15:44:24 -0500
  • d8a9fea5ea bash: Support completion on git-cherry. Shawn O. Pearce 2007-02-05 15:44:22 -0500
  • ea81fcc576 Show an example of deleting commits with git-rebase. Shawn O. Pearce 2007-02-05 15:21:06 -0500
  • 69057cf39f git-for-each-ref doesn't return "the bit after $GIT_DIR/refs" Andy Parkins 2007-02-05 19:58:47 +0000
  • 133f081057 t9200: Work around HFS+ issues. Junio C Hamano 2007-02-04 17:30:58 -0800
  • 10831c5513 Reduce memory usage of fast-import. Shawn O. Pearce 2007-02-05 16:34:56 -0500
  • 8c1f22da9f Include checkpoint command in the BNF. Shawn O. Pearce 2007-02-05 16:05:11 -0500
  • 798123af21 Rename get_ident() to fmt_ident() and make it available to outside Junio C Hamano 2007-02-04 17:50:14 -0800
  • 11dbe9e880 git-archimport: initial import needs empty directory Gerrit Pape 2007-02-03 22:38:59 +0000
  • 756373da25 Revert "Allow branch.*.merge to talk about remote tracking branches." Junio C Hamano 2007-02-03 16:23:38 -0800
  • d1f289c5aa Merge branch 'np/dreflog' Junio C Hamano 2007-02-04 16:54:47 -0800
  • 6e2e1cfb81 Why is it bad to rewind a branch that has already been pushed out? Robin Rosenberg 2007-02-04 17:16:39 +0100
  • 1f7d1a53fe git-clone --reference: saner handling of borrowed symrefs. Junio C Hamano 2007-02-04 03:25:12 -0800
  • 1860ce0d3a v1.5.0.txt: HEAD reflog is almost ready. Junio C Hamano 2007-02-04 00:50:21 -0800