git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2005-04-21 10:23:57 to 2005-04-22 19:47:02 UTC [more...]

[PATCH] More docs
 2005-04-22 19:50 UTC 

[3/5] Add http-pull
 2005-04-22 19:46 UTC  (4+ messages)

[PATCH] multi item packed files
 2005-04-22 19:43 UTC  (14+ messages)

"GIT_INDEX_FILE" environment variable
 2005-04-22 19:24 UTC  (9+ messages)

[patch] fixup GECOS handling
 2005-04-22 19:06 UTC  (10+ messages)

[git pasky] tarball question
 2005-04-22 18:51 UTC  (3+ messages)

[PATCH] git-pasky debian dir
 2005-04-22 18:45 UTC  (4+ messages)

[PATCH] Constify
 2005-04-22 18:08 UTC 

[FYI] Cogito rsync/download location moved
 2005-04-22 18:00 UTC 

[PATCH] use gcrypt instead of libssl for hash
 2005-04-22 17:50 UTC  (11+ messages)
    ` Mozilla SHA1 implementation
            ` (anal) Q: Are there any coding styles or development guidelines?

[ANNOUNCEMENT] /Arch/ embraces `git'
 2005-04-22 17:39 UTC  (6+ messages)
` [Gnu-arch-users] "
  ` [Gnu-arch-users] Re: [GNU-arch-dev] "

[git-pasky] updating tree and source files
 2005-04-22 17:16 UTC  (2+ messages)

[PATCH] git-pasky: Add .gitrc directory to allow command defaults like with .cvsrc
 2005-04-22 16:38 UTC  (2+ messages)

enforcing DB immutability
 2005-04-22 16:10 UTC  (2+ messages)

Pulling linux-2.6.git with gitinit.sh and gitpull.sh fails
 2005-04-22 15:24 UTC  (9+ messages)

[PATCH] git-pasky spec file
 2005-04-22 15:21 UTC  (6+ messages)
  ` [PATCH] Eliminate use of mktemp's "-t" option

First web interface and service API draft
 2005-04-22 14:23 UTC  (11+ messages)

Pasky problem with 'git init URL'
 2005-04-22 12:44 UTC  (7+ messages)

[ANNOUNCE] git-pasky-0.6.3 && request for testing
 2005-04-22 10:37 UTC  (6+ messages)

proposal: delta based git archival
 2005-04-22  9:49 UTC  (3+ messages)

(nearly trivial) patch to compile git on cygwin
 2005-04-22  8:53 UTC  (2+ messages)
` [RFC] Is there a need for binary bit in cache/tree entries to properly support Cygwin builds of GIT?

Performance of various compressors
 2005-04-22  7:37 UTC  (7+ messages)
  ` [PATCH] experimental - "
    ` HOWTO: PATCH: don't hardcode path-to-bash, use sys/limits.h
        ` [PATCH] #!/bin/sh --> #!/usr/bin/env bash

[PATCH] optimized SHA1 for powerpc
 2005-04-22  5:52 UTC 

ia64 git pull
 2005-04-22  3:30 UTC  (4+ messages)

[PATCH] Colored log on any ANSI capable terminal
 2005-04-22  1:42 UTC 

Colorized git log
 2005-04-22  1:04 UTC  (6+ messages)
  ` [PATCH] "

[PATCH] Add DEST Makefile variable
 2005-04-21 23:37 UTC  (4+ messages)

zlib version, list archives
 2005-04-21 23:27 UTC  (3+ messages)
  ` Porting to old zlib (deflateBound) & old mktemp (e.g., Red Hat Linux 9)

[PATCH] README spellcheck again
 2005-04-21 23:20 UTC 

[PATCH] Docs update
 2005-04-21 23:10 UTC  (6+ messages)

[PATCH] Missing linefeeds
 2005-04-21 23:08 UTC  (3+ messages)

[PATCH] Improve usage messages
 2005-04-21 23:02 UTC  (4+ messages)

[PATCH] Make -p flag optional from commit-tree
 2005-04-21 22:42 UTC 

wit 0.0.3 - a web interface for git available
 2005-04-21 22:33 UTC  (5+ messages)

Linux 2.6.12-rc3
 2005-04-21 22:30 UTC  (4+ messages)

git-viz tool for visualising commit trees
 2005-04-21 22:06 UTC  (15+ messages)

[PATCH] Add "git push"
 2005-04-21 20:41 UTC  (2+ messages)

[Gnu-arch-users] Re: [GNU-arch-dev] [ANNOUNCEMENT] /Arch/ embraces `git'
 2005-04-21 20:39 UTC  (2+ messages)
` [Gnu-arch-users] "

[Gnu-arch-users] Re: [ANNOUNCEMENT] /Arch/ embraces `git'
 2005-04-21 20:35 UTC  (3+ messages)
` [Gnu-arch-users] Re: [GNU-arch-dev] "

[PATCH] Allow "git cancel" to change branches
 2005-04-21 20:00 UTC  (3+ messages)

[RFC] A suggestion for more versatile naming conventios in the object database
 2005-04-21 19:51 UTC 

[PATCH 01-19/19] All of the above combined
 2005-04-21 18:39 UTC 

[PATCH 19/19] the end goal of the last dozen or so commits, there's no longer a global cache variable
 2005-04-21 18:39 UTC 

[PATCH 18/19] rename cache_match_stat to ce_match_stat to match other cache_entry related functions/macros
 2005-04-21 18:39 UTC 

[PATCH 17/19] temporarily change add_cache_entry to create an empty cache on demand
 2005-04-21 18:38 UTC 

[PATCH 16/19] change all call sites that use the return value of read_cache to get the # of cache entries
 2005-04-21 18:38 UTC 

[PATCH 15/19] introduce a cache struct and move the various cache globals into it
 2005-04-21 18:38 UTC 

[PATCH 14/19] move cache_header out of the public view
 2005-04-21 18:38 UTC 

[PATCH 13/19] Remove active_cache, active_nr, and active_alloc from public view
 2005-04-21 18:37 UTC 

[PATCH 12/19] fix up diff-cache.c to use new cache api's
 2005-04-21 18:37 UTC 

[PATCH 11/19] migrate write-tree.c to use the new cache api's
 2005-04-21 18:37 UTC 

[PATCH 10/19] migrate check-files.c to the new cache api's
 2005-04-21 18:36 UTC 

[PATCH 09/19] migrate read-tree.c to the new cache api's
 2005-04-21 18:36 UTC 

[PATCH 08/19] rename remove_entry_at to remove_cache_entry_at and expose as a public api
 2005-04-21 18:36 UTC 

[PATCH 07/19] migrate merge-cache.c over to the new cache api's
 2005-04-21 18:36 UTC 

[PATCH 06/19] migrate show-files.c to the new cache api's
 2005-04-21 18:35 UTC 

[PATCH 05/19] migrate checkout-cache.c to the new cache api's
 2005-04-21 18:35 UTC 

[PATCH 04/19] Migrate update-cache.c to use the new cache api's
 2005-04-21 18:35 UTC 

[PATCH 03/19] convert show-diff.c to use new cache hiding api's
 2005-04-21 18:35 UTC 

[PATCH 02/19] Add new api's to front the active_cache and active_nr cache internals
 2005-04-21 18:34 UTC 

[PATCH 01/19] write_cache api signature change, isolate active_cache and active_nr inside read-cache.c
 2005-04-21 18:34 UTC 

[PATCH 00/19] summary of patch set
 2005-04-21 18:34 UTC 

[ANNOUNCE] git-pasky-0.6.2 && heads-up on upcoming changes
 2005-04-21 18:15 UTC  (15+ messages)
        ` Removing command dispatcher (was Re: [ANNOUNCE] git-pasky-0.6.2 && heads-up on upcoming changes)

"checkout-cache" update
 2005-04-21 17:40 UTC 

on when to checksum
 2005-04-21 16:53 UTC  (2+ messages)

Switching between branches
 2005-04-21 16:39 UTC  (4+ messages)

Errors received during git pull from linux-2.6.git, but resulting kernel looks OK
 2005-04-21 16:04 UTC  (2+ messages)

[PATCH] Missing quotes
 2005-04-21 12:45 UTC 

Git-commits mailing list feed
 2005-04-21 12:23 UTC 

[ANNOUNCEMENT] /Arch/ embraces `git'
 2005-04-21 11:46 UTC  (6+ messages)
  ` [Gnu-arch-users] Re: [GNU-arch-dev] "
        ` [Gnu-arch-users] "

Possible problem with git-pasky-0.6.2 (patch: **** Only garbage was found in the patch input.)I
 2005-04-21 10:23 UTC  (4+ messages)


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).