Commit Graph

  • ab8c9fe256 Merge branch 'ra/anno' Junio C Hamano 2006-02-22 19:20:08 -0800
  • bd2afde8a3 Give no terminating LF to error() function. Junio C Hamano 2006-02-22 17:47:10 -0800
  • 744633cbf2 checkout - eye candy. Junio C Hamano 2006-02-22 19:02:39 -0800
  • f6b39fe779 Merge branch 'cw/remove' into next Junio C Hamano 2006-02-22 17:15:01 -0800
  • 3844cdc8f1 git-rm: Fix to properly handle files with spaces, tabs, newlines, etc. Carl Worth 2006-02-22 16:37:27 -0800
  • d4a1cab541 Add new git-rm command with documentation Carl Worth 2006-02-21 15:04:51 -0800
  • 597888adc6 Merge master to get fixes up to GIT 1.2.3 Junio C Hamano 2006-02-22 16:38:21 -0800
  • 2cf3be1d31 Merge fixes up to GIT 1.2.3 Junio C Hamano 2006-02-22 16:15:42 -0800
  • 6dc78e696b git-fetch: follow tag only when tracking remote branch. v1.2.3 Junio C Hamano 2006-02-22 13:10:37 -0800
  • 183bdb2ccc pack-objects eye-candy: finishing touches. Junio C Hamano 2006-02-22 16:02:59 -0800
  • 5e8dc750ee also adds progress when actually writing a pack Nicolas Pitre 2006-02-22 17:41:32 -0500
  • b2504a0d2f nicer eye candies for pack-objects Nicolas Pitre 2006-02-22 16:00:08 -0500
  • d64e6b0429 Keep Porcelainish from failing by broken ident after making changes. Junio C Hamano 2006-02-18 20:51:26 -0800
  • 589e4f93c7 Delay "empty ident" errors until they really matter. Junio C Hamano 2006-02-18 20:31:05 -0800
  • 2fb4a21074 Make "empty ident" error message a bit more helpful. Junio C Hamano 2006-02-18 01:20:06 -0800
  • 15b4d577ae pack-objects: avoid delta chains that are too long. Junio C Hamano 2006-02-17 20:58:45 -0800
  • 4181bda156 git-repack: allow passing a couple of flags to pack-objects. Junio C Hamano 2006-02-16 11:57:18 -0800
  • ab7cd7bb8c pack-objects: finishing touches. Junio C Hamano 2006-02-16 11:55:51 -0800
  • 3f9ac8d259 pack-objects: reuse data from existing packs. Junio C Hamano 2006-02-15 17:34:29 -0800
  • 26125f6b9b detect broken alternates. Junio C Hamano 2006-02-22 11:16:38 -0800
  • d27d5b3c5b gitview: ls-remote invocation shellquote safety. Junio C Hamano 2006-02-22 03:47:20 -0800
  • a35ed7cbd1 Merge branch 'ml/cvs' into next Junio C Hamano 2006-02-22 02:17:56 -0800
  • 3fda8c4cc7 Introducing git-cvsserver -- a CVS emulator for git. Martin Langhoff 2006-02-22 22:50:15 +1300
  • 52670c9730 Merge branch 'ra/anno' into next Junio C Hamano 2006-02-22 02:07:20 -0800
  • 4788d11a0d Use Ryan's git-annotate instead of jsannotate Johannes Schindelin 2006-02-20 16:20:10 +0100
  • eb6b1cfcca Merge branch 'jc/send-insane-refs' into next Junio C Hamano 2006-02-22 01:48:49 -0800
  • 797656e58d send-pack: do not give up when remote has insanely large number of refs. Junio C Hamano 2006-02-21 18:59:37 -0800
  • 5031985034 rev-list.c: fix non-grammatical comments. Junio C Hamano 2006-02-22 01:27:02 -0800
  • 882e4dc183 Merge part of np/delta Junio C Hamano 2006-02-22 00:57:43 -0800
  • 6b7d25d97b diff-delta: produce optimal pack data Nicolas Pitre 2006-02-21 20:45:36 -0500
  • 8e1454b5ad diff-delta: big code simplification Nicolas Pitre 2006-02-21 20:43:17 -0500
  • fe474b588b diff-delta: fold two special tests into one plus cleanups Nicolas Pitre 2006-02-21 20:41:41 -0500
  • cac251d0bc relax delta selection filtering in pack-objects Nicolas Pitre 2006-02-21 20:39:25 -0500
  • d9ad59e763 Merge git://git.kernel.org/pub/scm/gitk/gitk Junio C Hamano 2006-02-22 00:35:18 -0800
  • 752b0fe287 Merge branch 'fix' Junio C Hamano 2006-02-22 00:35:07 -0800
  • 6b98579bab Merge branch 'jc/perl' Junio C Hamano 2006-02-21 22:51:21 -0800
  • 155d12912f Merge branch 'jc/pack-reuse' Junio C Hamano 2006-02-21 22:38:43 -0800
  • ee072260db Merge branch 'jc/nostat' Junio C Hamano 2006-02-21 22:33:21 -0800
  • 712b1dd389 Merge branch 'js/portable' Junio C Hamano 2006-02-21 22:28:40 -0800
  • aa064743fa git-push: Update documentation to describe the no-refspec behavior. Carl Worth 2006-02-21 20:28:50 -0800
  • d800795613 gitview: Use monospace font to draw the branch and tag name aneesh.kumar@gmail.com 2006-02-21 16:00:10 +0530
  • 5301eee92c gitview: Read tag and branch information using git ls-remote aneesh.kumar@gmail.com 2006-02-21 16:00:04 +0530
  • c8af25ca01 git-ls-files: Fix, document, and add test for --error-unmatch option. Carl Worth 2006-02-21 12:48:30 -0800
  • d0080b3cda Fix typo in git-rebase.sh. Jason Riedy 2006-02-21 12:56:14 -0800
  • 5508a61663 New test to verify that when git-clone fails it cleans up the new directory. Carl Worth 2006-02-17 13:33:28 -0800
  • 00fd12392c Merge branch 'pj/portable' Junio C Hamano 2006-02-21 18:16:29 -0800
  • fab5de7936 format-patch: pretty-print timestamp correctly. Junio C Hamano 2006-02-21 18:13:32 -0800
  • 69a60af5d0 git-rebase: Clarify usage statement and copy it into the actual documentation. Carl Worth 2006-02-21 17:10:12 -0800
  • 60ace8790f git-add: Add support for --, documentation, and test. Carl Worth 2006-02-21 15:33:49 -0800
  • b992933853 Fix "gmake -j" Johannes Schindelin 2006-02-21 13:08:21 +0100
  • 77e56ac4cc Merge branch 'fk/blame' into next Junio C Hamano 2006-02-21 01:08:21 -0800
  • deddce6f7b Merge branch 'pj/portable' into next Junio C Hamano 2006-02-21 01:07:57 -0800
  • e15f545155 Makefile tweaks: Solaris 9+ dont need iconv / move up uname variables Paul Jakma 2006-02-20 23:36:28 +0000
  • cbfb73d73f Add git-blame, a tool for assigning blame. Fredrik Kuivinen 2006-02-21 00:40:54 +0100
  • 6643688867 Merge part of jc/portable branch Junio C Hamano 2006-02-21 00:52:18 -0800
  • 83f50539a9 git-mktree: reverse of git-ls-tree. Junio C Hamano 2006-02-20 21:50:01 -0800
  • 8cf828b43c Merge branch 'lt/merge-tree' Junio C Hamano 2006-02-21 00:49:38 -0800
  • 6ead3972f5 Merge branch 'jc/ident' Junio C Hamano 2006-02-21 00:46:07 -0800
  • 0f73e92ab7 cherry-pick/revert: error-help message rewording. Junio C Hamano 2006-02-21 00:28:04 -0800
  • b164a7b715 PU - --continue. Junio C Hamano 2006-02-20 19:43:02 -0800
  • d37a1ed7f2 Fix fmt-merge-msg counting. Junio C Hamano 2006-02-20 19:26:21 -0800
  • 98968450b2 Merge branch 'jc/perl' into next Junio C Hamano 2006-02-20 14:25:50 -0800
  • 0c82a398ec Merge branch 'ra/anno' into next Junio C Hamano 2006-02-20 14:25:46 -0800
  • dd27478f09 cvsimport: avoid open "-|" list form for Perl 5.6 Junio C Hamano 2006-02-20 14:17:28 -0800
  • 7ae0dc015d svnimport: avoid open "-|" list form for Perl 5.6 Junio C Hamano 2006-02-20 14:14:15 -0800
  • e415907d6c send-email: avoid open "-|" list form for Perl 5.6 Junio C Hamano 2006-02-20 14:23:51 -0800
  • fedd273b75 rerere: avoid open "-|" list form for Perl 5.6 Junio C Hamano 2006-02-20 14:02:47 -0800
  • 2a86ec46da fmt-merge-msg: avoid open "-|" list form for Perl 5.6 Junio C Hamano 2006-02-20 14:02:25 -0800
  • c65e898754 Add git-annotate, a tool for assigning blame. Ryan Anderson 2006-02-20 05:46:09 -0500
  • 551ce28fe1 git-svn: 0.9.1: add --version and copyright/license (GPL v2+) information Eric Wong 2006-02-20 10:57:29 -0800
  • 96a40b27c9 contrib/git-svn: add Makefile, test, and associated ignores Eric Wong 2006-02-20 10:57:29 -0800
  • cf52b8f063 git-svn: fix several corner-case and rare bugs with 'commit' Eric Wong 2006-02-20 10:57:28 -0800
  • bbe0c9b8d8 contrib/git-svn.txt: add a note about renamed/copied directory support Eric Wong 2006-02-20 10:57:28 -0800
  • 472ee9e3d6 git-svn: change ; to && in addremove() Eric Wong 2006-02-20 10:57:28 -0800
  • ce6f351903 git-svn: remove any need for the XML::Simple dependency Eric Wong 2006-02-20 10:57:28 -0800
  • 8de010ad28 git-svn: Allow for more argument types for commit (from..to) Eric Wong 2006-02-20 10:57:26 -0800
  • 72942938bf git-svn: allow --find-copies-harder and -l<num> to be passed on commit Eric Wong 2006-02-20 10:57:26 -0800
  • a18b632762 git-svn: fix a typo in defining the --no-stop-on-copy option Eric Wong 2006-02-20 10:57:25 -0800
  • 5be4eabf90 Merge branch 'jc/pack-thin' into next Junio C Hamano 2006-02-20 00:45:38 -0800
  • b19696c2e7 Use thin pack transfer in "git fetch". Junio C Hamano 2006-02-20 00:38:39 -0800
  • a79a276360 Add git-push --thin. Junio C Hamano 2006-02-20 00:09:41 -0800
  • bb837eccf4 Merge branch 'jc/pack-thin' into next Junio C Hamano 2006-02-19 22:28:46 -0800
  • 2245be3e7a send-pack --thin: use "thin pack" delta transfer. Junio C Hamano 2006-02-19 15:03:49 -0800
  • 7a979d99ba Thin pack - create packfile with missing delta base. Junio C Hamano 2006-02-19 14:47:21 -0800
  • 8c0db2f519 Merge branch 'jc/rev-list' into next Junio C Hamano 2006-02-19 21:37:10 -0800
  • c649657501 rev-list --objects-edge Junio C Hamano 2006-02-19 03:32:31 -0800
  • 21a02335f8 Merge branch 'js/portable' into next Junio C Hamano 2006-02-19 21:19:39 -0800
  • 73be17f0b3 Merge branch 'jc/merge-msg' Junio C Hamano 2006-02-19 21:18:17 -0800
  • 1561a9b662 Merge branch 'jc/mv' Junio C Hamano 2006-02-19 21:17:59 -0800
  • 2e12a089ff Merge branch 'jc/merge-msg' into next Junio C Hamano 2006-02-19 21:17:06 -0800
  • a15f43312f fmt-merge-msg: do not add excess newline at the end. Junio C Hamano 2006-02-19 21:14:56 -0800
  • a348ab702a Really honour NO_PYTHON Johannes Schindelin 2006-02-19 21:13:48 +0100
  • 2a3763ef3d avoid makefile override warning Johannes Schindelin 2006-02-19 21:16:08 +0100
  • 5102349cc0 Documentation: fix typo in rev-parse --short option description. Junio C Hamano 2006-02-19 10:23:17 -0800
  • 9f1afe05c3 gitk: New improved gitk Paul Mackerras 2006-02-19 22:44:47 +1100
  • f00c80b871 Minor fix for WI script Junio C Hamano 2006-02-19 00:54:54 -0800
  • 0391212b73 Two more maintainer scripts. Junio C Hamano 2006-02-19 00:38:06 -0800
  • 0d27c3f699 Merge branch 'jc/mv' into next Junio C Hamano 2006-02-18 23:43:54 -0800
  • 9a0e6731c6 Allow git-mv to accept ./ in paths. Junio C Hamano 2006-02-18 23:42:03 -0800
  • 1a9366c0d4 Merge part of js/portable into next Junio C Hamano 2006-02-18 23:19:33 -0800