git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2005-07-04 20:17:17 to 2005-07-09 00:15:47 UTC [more...]

arch 2.0 first source available (git related)
 2005-07-09  0:12 UTC 

patches to support working without the object database
 2005-07-08 20:09 UTC  (4+ messages)

cogito Mac OS X compatibility
 2005-07-08 23:34 UTC 

New script: cg-clean
 2005-07-08 22:59 UTC  (2+ messages)

Bootstrapping into git, commit gripes at me
 2005-07-08 23:07 UTC 

git and commiting
 2005-07-08 20:10 UTC  (2+ messages)

pack-e3117bbaf6a59cb53c3f6f0d9b17b9433f0e4135.pack
 2005-07-08 19:50 UTC  (3+ messages)

[PATCH] add --no-check option to git-write-tree
 2005-07-08 19:42 UTC  (2+ messages)

Please rename t/t6000-lib.sh - it gets run as test
 2005-07-08 18:14 UTC  (2+ messages)

Linus kernel tree corrupt?
 2005-07-08 17:06 UTC  (2+ messages)

[ANNOUNCE] Cogito-0.12
 2005-07-08 15:56 UTC  (35+ messages)
          ` Dumb servers (was: [ANNOUNCE] Cogito-0.12)
            ` [PATCH] Pull efficiently from a dumb git store
              ` [PATCH] rev-list: add "--objects=self-sufficient" flag
                  ` [PATCH] rev-list: add "--full-objects" flag
                  ` [PATCH] Give --full-objects flag to rev-list when preparing a dumb server
              ` [PATCH] Use --objects=self-sufficient flag to rev-list

Updated git HOWTO for kernel hackers
 2005-07-08 15:18 UTC  (2+ messages)

[PATCH] 5/7 Add the -N option to cg-add
 2005-07-08 10:54 UTC 

[PATCH] 6/7 Add the -N option to cg-commit
 2005-07-08 10:54 UTC 

[PATCH] 2/7 Prepare for the next two patches
 2005-07-08 10:54 UTC 

[PATCH] 7/7 add -N option to cg-init
 2005-07-08 10:54 UTC 

[PATCH] 4/7 Use SHA1 for git-update-cache --refresh
 2005-07-08 10:54 UTC 

[PATCH] 3/7 Add --info-only option to git-update-cache
 2005-07-08 10:54 UTC 

Stacked GIT 0.3 (now more Quilt-like)
 2005-07-08  9:32 UTC  (14+ messages)

git-pull-script hates me
 2005-07-08  7:02 UTC  (10+ messages)
    ` [PATCH] Make sq_expand() available as sq_quote()
      ` [PATCH] Use sq_quote() to properly quote the parameter to call shell

Cogito-0.12: problem with local clone
 2005-07-07 23:00 UTC 

[PATCH] Prevent t6000 series from dropping useless sed.script in t/
 2005-07-07 22:40 UTC  (2+ messages)

[PATCH] Typofix an error message in pack-check.c
 2005-07-07 22:12 UTC 

Where'd my GIT tree go?
 2005-07-07 20:48 UTC  (4+ messages)

[GIT PATCH] Add infrastructure for git rpm build
 2005-07-07 20:25 UTC 

[PATCH] cogito.spec.in update
 2005-07-07 18:33 UTC 

BUG: "rpmbuild -ta cogito-0.12.tar.gz" fails
 2005-07-07 17:26 UTC  (7+ messages)

2.6.12 hangs on boot
 2005-07-07 14:18 UTC  (2+ messages)

using git without blobs in the object database
 2005-07-07 12:10 UTC 

"git-send-pack"
 2005-07-07  3:31 UTC  (28+ messages)
          ` Tags

Summary Of Jon's Recent Patches
 2005-07-07  2:53 UTC  (2+ messages)

[PATCH 1/2] Add test case that shows --topo-order, --max-age break
 2005-07-07  2:38 UTC 

[PATCH 2/2] Fix --topo-order, --max-age interaction issue
 2005-07-07  2:38 UTC 

[PATCH] Simplification - remove unnecessary list reversal from epoch.c
 2005-07-07  2:27 UTC 

[PATCH] Move SEEN flag into epoch.h, replace use of VISITED flag with SEEN flag
 2005-07-07  2:11 UTC 

[PATCH] Remove use of SHOWN flag
 2005-07-07  2:00 UTC 

[PATCH] Tidy up - remove use of (*f)() idiom from epoch.c
 2005-07-07  1:26 UTC 

expensive local git clone
 2005-07-06 20:04 UTC  (14+ messages)
        ` [PATCH] Short-cut git-fetch-pack while cloning locally
    ` [PATCH] Short-circuit git-clone-pack "
        ` [PATCH] Short-circuit git-clone-pack while cloning locally (take 2)

[PATCH 1/2] Add t/t6003 with some --topo-order tests
 2005-07-07  1:01 UTC  (2+ messages)

[PATCH] Ensure list insertion method does not depend on position of --merge-order argument
 2005-07-07  0:59 UTC 

[PATCH 2/2] Write sed script directly into temp file, rather than a variable
 2005-07-07  0:50 UTC 

BUG: cg-clone accepts '_' in git_ssh: URI's, but cg-push does not
 2005-07-06 18:26 UTC  (3+ messages)

[PATCH] Add commify function to cg-Xlib
 2005-07-06 17:57 UTC  (4+ messages)
` [PATCH] Commify numbers in cg-pull

[PATCH 3/13] Introduce struct rev_list_fns to rev-list.c to reduce amount of conditional processing
 2005-07-06 16:39 UTC 

[PATCH 4/13] Add a topological sort procedure to commit.c [rev 4]
 2005-07-06 16:39 UTC 

[PATCH 0/13] Patch Series
 2005-07-06 16:39 UTC 

[PATCH 1/13] Temporary fixup to rev-list.c to restore expected order of arguments presented to --merge-order sort
 2005-07-06 16:39 UTC 

[PATCH 2/13] Swap order of insert_by_date arguments
 2005-07-06 16:39 UTC 

[PATCH 5/13] Introduce --topo-order switch to git-rev-list
 2005-07-06 16:39 UTC 

[PATCH 6/13] Change gitk so that it uses --topo-order rather than --merge-order
 2005-07-06 16:39 UTC 

[PATCH 7/13] Tidy up - slight simplification of rev-list.c
 2005-07-06 16:39 UTC 

[PATCH 8/13] Fix handling of duplicates by topological order
 2005-07-06 16:39 UTC 

[PATCH 10/13] Introduce unit tests for git-rev-list --bisect
 2005-07-06 16:39 UTC 

[PATCH 11/13] Change the sed seperator in t/t6000-lib.sh
 2005-07-06 16:39 UTC 

[PATCH 12/13] Add a t/t6001 test case for a --merge-order bug
 2005-07-06 16:39 UTC 

[PATCH 13/13] Fixes a problem with --merge-order A B (A is linear descendent of a merge B)
 2005-07-06 16:39 UTC 

[PATCH 9/13] Factor out useful test case infrastructure from t/t6001... into t/t6000-lib.sh
 2005-07-06 16:39 UTC 

[PATCH 2/2] Fixes a problem with --merge-order A B (A is linear descendent of a merge B)
 2005-07-06 14:44 UTC 

[PATCH 1/2] Add a t/t6001 test case for a --merge-order bug
 2005-07-06 14:44 UTC 

[PATCH 3/3] Change the sed seperator in t/t6000-lib.sh
 2005-07-06 10:11 UTC 

cvsimport: rewritten in Perl
 2005-07-06 10:24 UTC  (6+ messages)

[PATCH 2/3] Introduce unit tests for git-rev-list --bisect
 2005-07-06 10:11 UTC 

[PATCH 1/3] Factor out useful test case infrastructure from t/t6001... into t/t6000-lib.sh
 2005-07-06 10:11 UTC 

[PATCH] Let umask do its work upon filesystem object creation
 2005-07-06  8:21 UTC 

[PATCH] Tidy up - slight simplification of rev-list.c
 2005-07-06  8:12 UTC 

[PATCH] sha1_file.c;prepare_packed_git_one() - fix DIR leak
 2005-07-06  8:11 UTC  (2+ messages)
` [PATCH] clone-pack.c:write_one_ref() - Create leading directories

[PATCH 1/6] Temporary fixup to rev-list.c to restore expected order of arguments presented to --merge-order sort
 2005-07-06  7:51 UTC 

[PATCH 2/6] Swap order of insert_by_date arguments
 2005-07-06  7:51 UTC 

[PATCH 3/6] Introduce struct rev_list_fns to rev-list.c to reduce amount of conditional processing
 2005-07-06  7:51 UTC 

[PATCH 4/6] Add a topological sort procedure to commit.c [rev 4]
 2005-07-06  7:51 UTC 

[PATCH 5/6] Introduce --topo-order switch to git-rev-list
 2005-07-06  7:51 UTC 

[PATCH 6/6] Change gitk so that it uses --topo-order rather than --merge-order
 2005-07-06  7:51 UTC 

git-update-cache:
 2005-07-06  1:11 UTC  (3+ messages)

Merging and parents
 2005-07-06  3:26 UTC  (2+ messages)

zlib experts, please
 2005-07-06  0:04 UTC  (2+ messages)

[PATCH] Restore expected list order for --merge-order switch
 2005-07-05 23:43 UTC  (3+ messages)

[PATCH] Add script for patch submission via e-mail
 2005-07-05 20:19 UTC  (6+ messages)

Last mile for 1.0 again
 2005-07-05 13:34 UTC  (9+ messages)

Proposed script: cg-info
 2005-07-05  9:22 UTC  (2+ messages)

[PATCH] Fixlet for argument parsing in rev-list
 2005-07-05  9:14 UTC  (2+ messages)

git-fetch-pack
 2005-07-05  0:08 UTC 

[PATCH] Unlock refs files on error exit
 2005-07-04 20:08 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).