git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-05-13 14:31:55 to 2011-05-16 16:26:25 UTC [more...]

[PATCH] add-interactive: shortcut for add hunk and quit
 2011-05-16 16:26 UTC  (3+ messages)
  ` [PATCH] add-interactive: shortcut to "

Bikeshedding advice on the ab/i18n-scripts series
 2011-05-16 16:26 UTC  (2+ messages)

ACLs for GIT
 2011-05-16 15:36 UTC  (9+ messages)

git cherry-pick --strategy=resolve segfaults if picking a root commit
 2011-05-16 15:01 UTC  (5+ messages)

git commit -a reports untracked files after a clone
 2011-05-16 14:55 UTC  (9+ messages)

[PATCH 00/11] writing out a huge blob to working tree
 2011-05-16 14:39 UTC  (19+ messages)
` [PATCH 01/11] packed_object_info_detail(): do not return a string
` [PATCH 02/11] sha1_object_info_extended(): expose a bit more info
` [PATCH 03/11] sha1_object_info_extended(): hint about objects in delta-base cache
` [PATCH 04/11] unpack_object_header(): make it public
` [PATCH 05/11] write_entry(): separate two helper functions out
` [PATCH 06/11] streaming: a new API to read from the object store
` [PATCH 07/11] streaming_write_entry(): use streaming API in write_entry()
` [PATCH 08/11] streaming_write_entry(): support files with holes
` [PATCH 09/11] streaming: read non-delta incrementally from a pack
` [PATCH 10/11] sha1_file.c: expose helpers to read loose objects
` [PATCH 11/11] streaming: read loose objects incrementally

[RFC/PATCH] completion: __git_ps1() returns exit status now
 2011-05-16 13:23 UTC 

[PATCH] Adds 'stash.index' configuration option
 2011-05-16 12:54 UTC  (10+ messages)
        ` RFC proposal: set git defaults options from config

[PATCH] gitweb: Use GITWEB_CONFIG_SYSTEM even if GITWEB_CONFIG does exist
 2011-05-16 12:10 UTC  (5+ messages)
    ` [PATCHv2] "

[BUG] rebase -p loses commits
 2011-05-16 10:33 UTC 

[PATCH 2/2] receive-pack: Add receive.denyObjectLimit to refuse push with too many objects
 2011-05-16  9:53 UTC  (40+ messages)
    ` [PATCHv2 2/2] receive-pack: Add receive.objectCountLimit "
              ` [PATCHv3 0/9] Push limits
                ` [PATCHv3 1/9] Update technical docs to reflect side-band-64k capability in receive-pack
                ` [PATCHv3 2/9] send-pack: Attempt to retrieve remote status even if pack-objects fails
                        ` [PATCH 1/3] connect: treat generic proxy processes like ssh processes
                        ` [PATCH 2/3] connect: let callers know if connection is a socket
                        ` [PATCH 3/3] send-pack: avoid deadlock on git:// push with failed pack-objects
                ` [PATCHv3 3/9] pack-objects: Allow --max-pack-size to be used together with --stdout
                ` [PATCHv3 4/9] pack-objects: Teach new option --max-object-count, similar to --max-pack-size
                ` [PATCHv3 5/9] pack-objects: Teach new option --max-commit-count, limiting #commits in pack
                ` [PATCHv3 6/9] receive-pack: Prepare for addition of the new 'limit-*' family of capabilities
                ` [PATCHv3 7/9] send-pack/receive-pack: Allow server to refuse pushes with too many objects
                ` [PATCHv3 8/9] send-pack/receive-pack: Allow server to refuse pushing too large packs
                ` [PATCHv3 9/9] send-pack/receive-pack: Allow server to refuse pushes with too many commits

RFD: Misleading log --graph online
 2011-05-16  8:58 UTC 

[PATCH] Add log.abbrev-commit config option
 2011-05-16  8:24 UTC  (17+ messages)
    ` [PATCH] add, merge, diff: do not use strcasecmp to compare config variable names
  ` [PATCH v2] Add log.abbrevCommit config variable
        ` [PATCH v3] "

git difftool does does not respect current working directory
 2011-05-16  5:39 UTC  (2+ messages)

[PATCH 0/8] Sequencer Foundations
 2011-05-16  4:14 UTC  (6+ messages)
` [PATCH 2/8] revert: Make "commit" and "me" local variables

What's cooking in git.git (May 2011, #07; Sun, 15)
 2011-05-16  1:07 UTC 

[RFC PATCH 0/2] submodule update continue
 2011-05-15 21:26 UTC  (5+ messages)
` [RFC PATCH 1/2] sh-setup: Make die take the error code as param
` [RFC PATCH 2/2] submodule update: continue when a checkout fails

how to keep git-fetch from running out of memory?
 2011-05-15 20:37 UTC  (4+ messages)

What's cooking in git.git (May 2011, #06; Fri, 13)
 2011-05-15 20:23 UTC  (6+ messages)

Problems with Git's "perl" userdiff driver
 2011-05-15 20:13 UTC  (3+ messages)

[PATCH 0/5] Updates to replace-object API
 2011-05-15 19:54 UTC  (6+ messages)
` [PATCH 1/5] Declare lookup_replace_object() in cache.h, not in commit.h
` [PATCH 2/5] t6050: make sure we test not just commit replacement
` [PATCH 3/5] read_sha1_file(): get rid of read_sha1_file_repl() madness
` [PATCH 4/5] inline lookup_replace_object() calls
` [PATCH 5/5] read_sha1_file(): allow selective bypassing of replacement mechanism

[PATCH] git_open_noatime(): drop unused parameter
 2011-05-15 19:21 UTC  (2+ messages)

[PATCH] sha1_file: typofix
 2011-05-15 19:16 UTC 

GLib
 2011-05-15 18:06 UTC  (3+ messages)

[PATCH 0/7] Document translation with po4a
 2011-05-15 13:51 UTC  (17+ messages)
` [PATCH 5/7] your file
` [PATCH 6/7] update git-stage.po

Reverting a subdirectory of a repo
 2011-05-15 13:10 UTC 

Hello how are you doing?
 2011-05-15 11:20 UTC 

[PATCH/WIP] Starting work on a man page for /etc/gitweb.conf
 2011-05-15 10:34 UTC  (2+ messages)
` [RFC/PATCH] gitweb: Starting work on a man page for gitweb (WIP)

[PATCH v2 0/2] better handle .gitmodules merge conflicts
 2011-05-15  5:00 UTC  (7+ messages)
` [PATCH v2 1/2] test that git status works with merge conflict in, .gitmodules
` [PATCH v2 2/2] Submodules: Don't parse .gitmodules when it contains, merge conflicts

git status -s -v: no override
 2011-05-15  4:05 UTC  (6+ messages)
      ` [PATCH] status: store format option as an int
        ` [PATCH resend] "

[PATCH v2 0/4] i18n: Add shell script translation infrastructure
 2011-05-15  3:30 UTC  (6+ messages)
` [PATCH v2 1/4] git-sh-i18n--envsubst: our own envsubst(1) for eval_gettext()
` [PATCH v2 2/4] git-sh-i18n.sh: add no-op gettext() and eval_gettext() wrappers
` [PATCH v2 3/4] git-sh-i18n.sh: add GIT_GETTEXT_POISON support
` [PATCH v2 4/4] Makefile: add xgettext target for *.sh files

RFC: a plugin architecture for git extensions?
 2011-05-14 12:51 UTC  (11+ messages)

git rebase --interactive commits order
 2011-05-14 10:58 UTC  (10+ messages)

Qgit should use "git config" instead of "git repo-config"
 2011-05-14  8:56 UTC  (4+ messages)

[PATCH/RFC v6] git-p4: warn if git authorship won't be retained
 2011-05-13 19:46 UTC  (2+ messages)

AAARGH bisection is hard (Re: [2.6.39 regression] X locks up hard right after logging in)
 2011-05-13 19:18 UTC  (14+ messages)

[PATCH 1/2] t5400: Fix a couple of typos
 2011-05-13 16:43 UTC 

Question about git-cherry and the rev list it's using
 2011-05-13 16:29 UTC  (6+ messages)

[RFC PATCH 0/2] better handle .gitmodules merge conflicts
 2011-05-13 15:01 UTC  (2+ messages)

git-p4 issue
 2011-05-13 14:31 UTC  (8+ 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).