git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-06-03 10:57:13 to 2009-06-05 16:09:52 UTC [more...]

[PATCH 19/23] http-push.c::fetch_symref(): use the new http API
 2009-06-05 16:05 UTC 

[PATCH 18/23] http-push.c::remote_exists(): use the new http API
 2009-06-05 16:05 UTC 

[PATCH 16/23] transport.c::get_refs_via_curl(): use the new http API
 2009-06-05 16:05 UTC 

[PATCH 17/23] http.c::http_fetch_ref(): use the new http API
 2009-06-05 16:05 UTC 

[PATCH 15/23] http.c: new functions for the http API
 2009-06-05 16:05 UTC 

[PATCH 13/23] http*: move common variables and macros to http.[ch]
 2009-06-05 16:04 UTC 

[PATCH 14/23] http: create function end_url_with_slash
 2009-06-05 16:04 UTC 

[PATCH 12/23] transport.c::get_refs_via_curl(): do not leak refs_url
 2009-06-05 16:04 UTC 

[PATCH 11/23] Don't expect verify_pack() callers to set pack_size
 2009-06-05 16:04 UTC 

[PATCH 09/23] http*: copy string returned by sha1_to_hex
 2009-06-05 16:04 UTC 

[PATCH 10/23] http-push: do not SEGV after fetching a bad pack idx file
 2009-06-05 16:04 UTC 

[PATCH 08/23] http-walker: verify remote packs
 2009-06-05 16:04 UTC 

[PATCH 07/23] http-push, http-walker: style fixes
 2009-06-05 16:04 UTC 

[PATCH 06/23] t5550-http-fetch: test fetching of packed objects
 2009-06-05 16:04 UTC 

[PATCH 04/23] http-push: send out fetch requests on queue
 2009-06-05 16:01 UTC 

[PATCH 05/23] http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue"
 2009-06-05 16:04 UTC 

[PATCH 03/23] http*: cleanup slot->local after fclose
 2009-06-05 16:01 UTC 

[PATCH 01/23] t5540-http-push: test fetching of loose objects
 2009-06-05 16:00 UTC 

[PATCH 02/23] t5540-http-push: test fetching of packed objects
 2009-06-05 16:00 UTC 

[PATCH 00/23] http*: refactor (v5)
 2009-06-05 15:59 UTC 

[BUG?] Working tree getting out of date "spontaneously"
 2009-06-05 15:39 UTC  (9+ messages)
` [BUG ext4?] "
    ` [BUG? ext4] git working "

preventing checking out remote branch in gitk
 2009-06-05 15:21 UTC 

Using different protocols for "pull" and "push"
 2009-06-05 15:03 UTC  (3+ messages)

[PATCH] daemon: Skip unknown "extra arg" information
 2009-06-05 13:16 UTC  (5+ messages)

di-git-ally managing love letters - a Git presentation
 2009-06-05 11:45 UTC  (9+ messages)

[BUG] "gitk -- ." shows nothing in file pane
 2009-06-05 11:00 UTC 

ssh git-pull fails
 2009-06-05  9:47 UTC  (2+ messages)

Request for detailed documentation of git pack protocol
 2009-06-05  8:45 UTC  (40+ messages)

Can I set up a GIT server w/o administration privileges on a Solaris machine?
 2009-06-05  8:42 UTC  (4+ messages)

[PATCH 1/2] http.c: prompt for SSL client certificate password
 2009-06-05  8:20 UTC  (3+ messages)

git repack and dumb protocols
 2009-06-05  8:16 UTC  (7+ messages)
` [PATCH] git-pack.txt: Clarify implications of -a for "
` [PATCHv1+eps] git-repack.txt: "

[WIP] Shift rev-list enumeration from upload-pack to pack-objects
 2009-06-05  8:10 UTC  (3+ messages)

[PATCH] add strerror(errno) to die() calls where applicable
 2009-06-05  7:12 UTC  (9+ messages)
  ` [PATCH] diesys calls die and also reports strerror(errno)

[PATCH v2 0/3] automatically skip away from broken commits
 2009-06-05  6:48 UTC  (6+ messages)
` [PATCH v2 1/3] bisect: add parameters to "filter_skipped"
` [PATCH v2 2/3] bisect: when skipping, choose a commit away from a skipped commit
` [PATCH v2 3/3] t6030: test skipping away from an already "

[PATCH 0/7] [GSoC2009] Revision cache / git-daemon caching plan
 2009-06-04 14:18 UTC  (8+ messages)
` [PATCH 2/7] rev-cache: add on-disk format for fast reachability lookup
` [PATCH 5/7] revision cache: maps of 'new' objects
` [PATCH 3/7] rev-cache: add 'end' objects for caching 'uninteresting' lookups
` [PATCH 1/7] revision-cache: define revision cache as simple list of revisions
` [PATCH 4/7] rev-cache: allow multiple 'start' objects per index
` [PATCH 6/7] revision cache: allow foreign 'start' commits
` [PATCH 7/7] revision cache: be even stricter with sort order

parse-options: ambiguous LASTARG_DEFAULT and OPTARG
 2009-06-05  5:43 UTC 

Troubles when directory is replaced by symlink
 2009-06-05  5:43 UTC 

[Patch] Prevent cloning over http from spewing
 2009-06-05  0:17 UTC  (12+ messages)

[PATCH] parse-options: make OPT_NUMBER's argh explicit
 2009-06-04 23:43 UTC  (6+ messages)
      ` [PATCHv2 1/2] parse-options: make OPT_INTEGER's "
        ` [PATCHv2 2/2] parse-options: simplify usage argh handling

[PATCHv2 1/2] Limit start revision of find_rev_before to max existing revision
 2009-06-04 22:38 UTC  (3+ messages)
` [PATCHv2 2/2] Add 'git svn reset' to unwind 'git svn fetch'

[JGIT PATCH 0/7] Misc. transport cleanup
 2009-06-04 21:44 UTC  (8+ messages)
` [JGIT PATCH 1/7] Move hex parsing functions to RawParseUtil, accept upper case
  ` [JGIT PATCH 2/7] Disambiguate pkt-line "0000" from "0004"
    ` [JGIT PATCH 3/7] Move PacketLineIn hex parsing to RawParseUtils
      ` [JGIT PATCH 4/7] Add tests for RawParseUtil's hex string parsing
        ` [JGIT PATCH 5/7] Add tests for PacketLineIn
          ` [JGIT PATCH 6/7] Add tests for PacketLineOut
            ` [JGIT PATCH 7/7] Add tests for SideBandOutputStream

[TopGit PATCH] hooks/pre-commit: check for cycles in dependencies
 2009-06-04 21:33 UTC  (2+ messages)

[TopGit PATCH] pre-commit: check .top* files in the to-be-commited tree
 2009-06-04 21:29 UTC  (3+ messages)

Disappearing submissions to vger
 2009-06-04 20:53 UTC  (2+ messages)

[TopGit PATCH] pre-commit: check .topdeps for valid branches
 2009-06-04 12:18 UTC  (3+ messages)

[PATCH v3] To make GIT-VERSION-FILE, search for git more widely
 2009-06-04  8:35 UTC  (7+ messages)
      ` [PATCH v4] "

git-p4: submit to blank p4 repository help please
 2009-06-04  7:16 UTC 

[ANNOUNCE] GIT 1.6.3.2
 2009-06-04  7:20 UTC 

Am able to delete a file with no trace in the log
 2009-06-04  6:57 UTC  (22+ messages)

[PATCH v2] git-svn: let 'dcommit $rev' work on $rev instead of HEAD
 2009-06-04  2:45 UTC  (2+ messages)

[PATCH 1/2] Add 'git svn help [cmd]' which works outside a repo
 2009-06-04  2:48 UTC  (5+ messages)
` [PATCH 2/2] Add 'git svn reset' to unwind 'git svn fetch'

rebase and unmerged files
 2009-06-04  1:54 UTC 

Where's My Refund?
 2009-06-03 23:23 UTC 

[PATCH v3 1/2] compat: add a mkstemps() compatibility function
 2009-06-03 23:33 UTC  (5+ messages)

gitosis question: identifying/logging remote user
 2009-06-03 21:02 UTC  (7+ messages)
` [PATCH] Add USER environment variable to executed git commands when serving
      `  "

wrong expectation from "git log -p"
 2009-06-03 20:20 UTC  (5+ messages)
  ` [PATCH] completion: Add --full-diff to log/gitk options
      ` [PATCH v2] completion: Add --full-diff to log options

[PATCH 00/11] Various msysgit patches
 2009-06-03 17:23 UTC  (17+ messages)
` [PATCH 01/11] MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymore
  ` [PATCH 02/11] Quiet make: do not leave Windows behind
    ` [PATCH 03/11] Work around a regression in Windows 7, causing erase_in_line() to crash sometimes
      ` [PATCH 04/11] test-chmtime: work around Windows limitation
        ` [PATCH 05/11] winansi: fix compile warnings
          ` [PATCH 06/11] git: browsing paths with spaces when using the start command
            ` [PATCH 07/11] connect.c: Support PuTTY plink and TortoisePlink as SSH on Windows
              ` [PATCH 08/11] MinGW readdir reimplementation to support d_type
                  ` [PATCH 10/11] Fix warnings in nedmalloc when compiling with GCC 4.4.0

[JGIT PATCH] Send non-standard port in host header of git://
 2009-06-03 17:19 UTC  (2+ messages)
` [JGIT PATCH v2] "

[EGIT PATCH 2/6] Add ref rename support to JGit
 2009-06-03 16:43 UTC  (12+ messages)
` [EGIT PATCH 00/10] Rename support
  ` [EGIT PATCH 01/10] Make sure we get the right storage for loose/pack/loose and packed refs
    ` [EGIT PATCH 02/10] Add a toString for debugging to RemoteRefUpdate
      ` [EGIT PATCH 03/10] Add a toString to LockFile
        ` [EGIT PATCH 04/10] Add more tests for RefUpdate
          ` [EGIT PATCH 05/10] Do not write to the reflog unless the refupdate logmessage is set
            ` [EGIT PATCH 06/10] Add a utility method for shortening long ref names to short ones
              ` [EGIT PATCH 07/10] Set a nice reflog message in the branch command
                ` [EGIT PATCH 08/10] Add ref rename support to JGit

[PATCH] grep: fix empty word-regexp matches
 2009-06-03 16:19 UTC 

[PATCH 0/2] git-blame bug
 2009-06-03 12:40 UTC  (4+ messages)
` [PATCH 2/2] blame: Fix corner case when a directory becomes a file

[PATCH 13/17] http-push.c::fetch_symref(): use the new http API
 2009-06-03 11:55 UTC  (4+ messages)
` [PATCH 14/17] http*: add http_get_info_packs

git-rebase -i not escaping # at the beginning of the line
 2009-06-03 11:18 UTC  (4+ messages)

[PATCH] GitWeb + TopGit
 2009-06-03 11:09 UTC 


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).