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

[PATCH] daemon: Skip unknown "extra arg" information
 2009-06-07 20:29 UTC  (5+ messages)

[EGIT PATCH 0/3] Ref log reader
 2009-06-07 20:19 UTC  (4+ messages)
` [EGIT PATCH 1/3] Assert the name and origName properties of Ref objects
  ` [EGIT PATCH 2/3] Add methods to RawParseUtils for scanning backwards
    ` [EGIT PATCH 3/3] Add a ref log reader class

Request for detailed documentation of git pack protocol
 2009-06-07 20:13 UTC  (15+ messages)
    ` Comments pack protocol description in "Git Community Book" (second round)

[WIP] Shift rev-list enumeration from upload-pack to pack-objects
 2009-06-07 18:55 UTC  (7+ messages)

[PATCH 1/2] parse-opt: make PARSE_OPT_STOP_AT_NON_OPTION available to git rev-parse
 2009-06-07 18:19 UTC  (2+ messages)
` [RESEND PATCH] "

[PATCHv2 2/3] parse-remote: support default reflist in get_remote_merge_branch
 2009-06-07 18:02 UTC  (3+ messages)

[PATCH QGit 0/4] enhancements for the context menu of the Rev list
 2009-06-07 17:18 UTC  (9+ messages)
  ` [PATCH 1/2] add a test case for threaded mails without chain-reply-to
    ` [PATCH 2/2] send-email: fix "
    ` [PATCH v2] add a test case for "

[PATCH] add strerror(errno) to die() calls where applicable
 2009-06-07 16:57 UTC  (22+ messages)
  ` [PATCH] diesys calls die and also reports strerror(errno)
    ` [PATCH v2 0/3] Thomas Rast <trast@student.ethz.ch>
    ` [PATCH v2 1/3] Introduce die_errno() that appends strerror(errno) to die()
    ` [PATCH v2 2/3] Convert existing die(..., strerror(errno)) to die_errno()
    ` [PATCH v2 3/3] Use die_errno() instead of die() when checking syscalls

[PATCH 1/2] git-send-email.perl: improve detection of MIME encoded-words
 2009-06-07 16:45 UTC  (3+ messages)
` [PATCH 2/2] send-email: use UTF-8 rather than utf-8 for consistency

[PATCH] symlinks.c: small style cleanup
 2009-06-07 16:30 UTC  (3+ messages)

[PATCH v2] symlinks.c: small style cleanup
 2009-06-07 14:43 UTC 

Git for Windows 1.6.3.2
 2009-06-07 14:33 UTC 

[PATCH 1/2] http.c: prompt for SSL client certificate password
 2009-06-07 14:10 UTC  (4+ messages)

post-update hook
 2009-06-07 13:40 UTC  (2+ messages)
` post-rebase hook (correction from Re: post-update hook)

mkstemps compat issue
 2009-06-07 12:49 UTC  (2+ messages)

[Patch] Prevent cloning over http from spewing
 2009-06-07 11:25 UTC  (10+ messages)

[PATCHv2 3/3] parse-remote: remove unused functions
 2009-06-07  9:44 UTC 

[PATCHv2 1/3] parse-remote: function to get the tracking branch to be merge
 2009-06-07  9:44 UTC 

Using different protocols for "pull" and "push"
 2009-06-07  9:00 UTC  (6+ messages)
` [WIP/RFC] Allow push and fetch urls to be different

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

[PATCH 0/7] [GSoC2009] Revision cache / git-daemon caching plan
 2009-06-07  5:43 UTC  (8+ messages)
` [PATCH 1/7] revision-cache: define revision cache as simple list of revisions

[PATCH 0/8] enhancing builds on Solaris
 2009-06-07  5:40 UTC  (20+ messages)
  ` [PATCH 1/8] Makefile: use /usr/ucb/install on SunOS platforms rather than ginstall
    ` [PATCH 2/8] Makefile: add NEEDS_RESOLV to optionally add -lresolv to compile arguments
      ` [PATCH 3/8] diff-delta.c: "diff.h" is not a required include
        ` [PATCH 4/8] On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX spec
          ` [PATCH 5/8] git-compat-util.h: tweak the way _XOPEN_SOURCE is set on Solaris
            ` [PATCH 6/8] Makefile: define __sun__ on SunOS
              ` [PATCH 7/8] Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATH
                ` [PATCH 8/8] Makefile: add section for SunOS 5.7
        ` [PATCH v2 3/8] diff-delta.c: "delta.h" is not a required include
        ` [PATCH] configure: test whether -lresolv is needed

[PATCH 00/23] http*: refactor (v6)
 2009-06-07  0:45 UTC  (5+ messages)

[PATCH 3/3] git-parse-remote: remove unused functions
 2009-06-06 21:03 UTC  (3+ messages)

parse-options: ambiguous LASTARG_DEFAULT and OPTARG
 2009-06-06 20:14 UTC  (3+ messages)

[PATCH] builtin-remote: Make "remote show" display all urls
 2009-06-06 15:16 UTC 

gitworkflows, not referenced anywhere else?
 2009-06-06 13:11 UTC  (2+ messages)
` [PATCH] Documentation: refer to gitworkflows(7) from tutorial and git(1)

[PATCH QGit 4/4] Create a separate submenu for tags
 2009-06-06 11:57 UTC 

[PATCH QGit 2/4] Correctly count the entries in the revs context menu
 2009-06-06 11:57 UTC 

[PATCH QGit 3/4] Avoid submenus with merely 1 entry
 2009-06-06 11:57 UTC 

[PATCH QGit 1/4] Don't count the submenu entries for checking if it is empty
 2009-06-06 11:57 UTC 

git-svn stubbornly re-creating branch "master"
 2009-06-06 10:55 UTC  (4+ messages)

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

[BUG] git config --rename-section and variable replacement can lose config data
 2009-06-06  8:52 UTC 

[PATCH 01/23] t5540-http-push: test fetching of loose objects
 2009-06-06  8:44 UTC  (23+ messages)
` [PATCH 02/23] t5540-http-push: test fetching of packed objects
` [PATCH 03/23] http*: cleanup slot->local after fclose
` [PATCH 04/23] http-push: send out fetch requests on queue
` [PATCH 05/23] http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue"
` [PATCH 06/23] t5550-http-fetch: test fetching of packed objects
` [PATCH 07/23] http-push, http-walker: style fixes
` [PATCH 08/23] http-walker: verify remote packs
` [PATCH 09/23] http*: copy string returned by sha1_to_hex
` [PATCH 10/23] http-push: do not SEGV after fetching a bad pack idx file
` [PATCH 11/23] Don't expect verify_pack() callers to set pack_size
` [PATCH 12/23] transport.c::get_refs_via_curl(): do not leak refs_url
` [PATCH 13/23] http*: move common variables and macros to http.[ch]
` [PATCH 14/23] http: create function end_url_with_slash
` [PATCH 15/23] http.c: new functions for the http API
` [PATCH 16/23] transport.c::get_refs_via_curl(): use the new "
` [PATCH 17/23] http.c::http_fetch_ref(): "
` [PATCH 18/23] http-push.c::remote_exists(): "
` [PATCH 19/23] http-push.c::fetch_symref(): "
` [PATCH 20/23] http*: add http_get_info_packs
` [PATCH 21/23] http: use new http API in fetch_index()
` [PATCH 22/23] http*: add helper methods for fetching packs
` [PATCH 23/23] http*: add helper methods for fetching objects (loose)

di-git-ally managing love letters - a Git presentation
 2009-06-06  8:29 UTC  (4+ messages)

[PATCH 2/3] pull --rebase: Add support for rebased default upstream
 2009-06-06  8:00 UTC  (3+ messages)

[PATCH 15/23] http.c: new functions for the http API
 2009-06-06  7:21 UTC  (4+ messages)

[PATCH 19/23] http-push.c::fetch_symref(): use the new http API
 2009-06-06  7:20 UTC  (5+ messages)

[PATCH 17/23] http.c::http_fetch_ref(): use the new http API
 2009-06-06  7:17 UTC  (4+ messages)

[PATCH v2 0/3] automatically skip away from broken commits
 2009-06-06  5:19 UTC  (8+ 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

preventing checking out remote branch in gitk
 2009-06-06  4:06 UTC  (2+ messages)
` [PATCH] gitk: disable checkout of remote branch

[PATCH 03/23] http*: cleanup slot->local after fclose
 2009-06-06  1:15 UTC  (3+ messages)

[PATCH 04/23] http-push: send out fetch requests on queue
 2009-06-06  1:14 UTC  (3+ messages)

[PATCH 00/23] http*: refactor (v5)
 2009-06-06  1:12 UTC  (3+ messages)

[PATCH 12/23] transport.c::get_refs_via_curl(): do not leak refs_url
 2009-06-06  1:04 UTC  (3+ messages)

[PATCH 18/23] http-push.c::remote_exists(): use the new http API
 2009-06-06  1:03 UTC  (3+ messages)

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

[TopGit PATCH] hooks/pre-commit: check for cycles in dependencies
 2009-06-05 20:25 UTC  (2+ messages)

Best way to merge two repos with same content, different history
 2009-06-05 20:08 UTC  (11+ messages)
      ` Best way to merge two repos with same content, differenthistory

Git confused when file is renamed/renamed+modified and result merged
 2009-06-05 20:06 UTC 

[PATCH 1/3] parse-remote: function to get the tracking branch to be merge
 2009-06-05 19:53 UTC 

git repack and dumb protocols
 2009-06-05 19:14 UTC  (5+ messages)
` [PATCHv1+eps] git-repack.txt: Clarify implications of -a for "

configure.ac and friends could use some love
 2009-06-05 16:16 UTC  (4+ messages)

[PATCH 23/23] http*: add helper methods for fetching objects (loose)
 2009-06-05 16:06 UTC 

[PATCH 21/23] http: use new http API in fetch_index()
 2009-06-05 16:06 UTC 

[PATCH 22/23] http*: add helper methods for fetching packs
 2009-06-05 16:06 UTC 

[PATCH 20/23] http*: add http_get_info_packs
 2009-06-05 16:06 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).