git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-05-11 18:47:52 to 2012-05-16 20:28:50 UTC [more...]

[PATCH v3] git-svn: clarify the referent of dcommit's optional argument
 2012-05-16 20:28 UTC 

git format-patch doesn't exclude merged hunks
 2012-05-16 20:13 UTC  (5+ messages)

recipe to use git for deployment
 2012-05-16 20:08 UTC  (5+ messages)

new website: where is the blob ... ?
 2012-05-16 19:59 UTC  (2+ messages)

Git commit path vs rebase path
 2012-05-16 19:02 UTC  (21+ messages)
                        ` [PATCH 0/2] "
                          ` [PATCH 1/2] git-sh-setup: define workaround wrappers before they are used
                          ` [PATCH 2/2] git-sh-setup: work around Cygwin path handling gotchas

A possible fmt-merge-msg update?
 2012-05-16 17:28 UTC  (14+ messages)
      ` [PATCH] fmt-merge-msg: show those involved in a merged series
            ` [PATCH/RFC] fmt-merge-msg: add a blank line after people info

[PATCH v5] completion: add new __git_complete helper
 2012-05-16 15:25 UTC  (11+ messages)

[PATCH] diff --no-index: don't leak buffers in queue_diff
 2012-05-16 14:50 UTC 

[PATCH] diff --no-index: reset temporary buffer lengths on directory iteration
 2012-05-16 14:28 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH 1/2] index-pack: hash non-delta objects while reading from stream
 2012-05-16 12:50 UTC  (2+ messages)
` [PATCH 2/2] index-pack: use streaming interface on large blobs (most of the time)

[PATCH] Update "gc" behavior in commit, merge, am, rebase and index-pack
 2012-05-16 12:29 UTC  (15+ messages)
` [PATCH v2 0/5] "git gc --auto" update
  ` [PATCH v2 1/5] Add convenient function to do automatic garbage collection
  ` [PATCH v2 2/5] index-pack: perform automatic gc, share receive.gc config with receive-pack
  ` [PATCH v2 3/5] commit: reinstate "gc --auto"
  ` [PATCH v2 4/5] gc: add --dry-run
  ` [PATCH v2 5/5] Update "gc" behavior in commit, merge, am and rebase

[PATCH] pack-objects: use streaming interface for reading large loose blobs
 2012-05-16 12:02 UTC  (12+ messages)
  ` [PATCH v2] "
` [PATCH v2 1/4] streaming: allow to call close_istream(NULL);
  ` [PATCH v2 2/4] pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."
  ` [PATCH v2 3/4] pack-objects: refactor write_object()
  ` [PATCH v2 4/4] pack-objects: use streaming interface for reading large loose blobs

Index format v5
 2012-05-16  5:01 UTC  (17+ messages)

[PATCH v2] git-svn: clarify the referent of dcommit's optional argument
 2012-05-16  0:59 UTC  (6+ messages)

PATCH: git-svn: support rebase --preserve-merges
 2012-05-16  0:36 UTC  (2+ messages)

Please pull git-l10n update for upcoming v1.7.10.3
 2012-05-15 23:41 UTC  (2+ messages)

Git commit error: fatal: Repository has been updated, but unable to write new_index file
 2012-05-15 21:36 UTC  (5+ messages)

cherry-pick is slow
 2012-05-15 21:03 UTC  (8+ messages)

[PATCH 1/2] Change error messages in ident.c Make error messages caused by failed reads of the /etc/passwd file easier to understand. Signed-off-by: Angus Hammond <angusgh@gmail.com>
 2012-05-15 18:10 UTC  (15+ messages)
` [PATCH 1/2] Change error messages in ident.c
        ` [PATCH 1/2] drop length limitations on gecos-derived names and emails
        ` [PATCH 2/2] ident: report passwd errors with a more friendly message

[PATCH] builtin/blame.c: Fix a "Using plain integer as NULL pointer" warning
 2012-05-15 17:33 UTC  (3+ messages)

[PATCH] rebase -i: avoid checking out $branch when possible
 2012-05-15 17:08 UTC  (6+ messages)

ls-tree and wildcards
 2012-05-15 15:35 UTC  (6+ messages)

[BUG] "fetch $there +refs/*:refs/*" fails if there is a stash
 2012-05-15 15:19 UTC  (6+ messages)
` [PATCH] fetch/push: allow refs/*:refs/*

[PATCH] git-svn: support rebase --preserve-merges
 2012-05-15 12:09 UTC 

Some help on gitweb project
 2012-05-15  0:17 UTC  (4+ messages)

Please pull git-l10n maint branch with de, zh_CN l10n updates
 2012-05-14 23:29 UTC  (4+ messages)

Arguments to git hooks
 2012-05-14 20:34 UTC  (3+ messages)

submodule update --force
 2012-05-14 20:16 UTC  (12+ messages)

[PATCH] document submdule.$name.update=none option for gitmodules
 2012-05-14 19:36 UTC  (4+ messages)
  ` [PATCH] link to gitmodules page at the beginning of git-submodule documentation
    ` [PATCH] link to gitmodules page at the beginning of git-submoduledocumentation

surprising behavior from merge
 2012-05-14 18:14 UTC  (5+ messages)

git-diff-tree does not use alternate objects for submodules
 2012-05-14 18:03 UTC  (11+ messages)
            ` [PATCH v2] teach add_submodule_odb() to look for alternates

how to clone/checkout branch/tag vesion from GIT repository
 2012-05-14 17:33 UTC  (9+ messages)

git rebase -f --autosquash
 2012-05-14 16:35 UTC  (3+ messages)

[PATCH] pack-protocol: fix first-want separator in the examples
 2012-05-14 16:32 UTC  (2+ messages)

What's cooking in git.git (May 2012, #04; Fri, 11)
 2012-05-14 13:40 UTC  (2+ messages)

http://git-scm.com/docs/git-rebase is (partially) not well formatted
 2012-05-14 12:09 UTC  (2+ messages)

[PATCH v3] completion: add new _GIT_complete helper
 2012-05-14  9:11 UTC  (8+ messages)
        ` Jonathan gives feedback --> flamewars inevitable? (Re: [PATCH v3] completion: add new _GIT_complete helper)

[PATCH] Documentation: have ls-files and ls-tree "see also" each other
 2012-05-14  3:28 UTC 

[PATCH] builtin/apply.c: Fix a "Using plain integer as NULL pointer" warning
 2012-05-13 21:42 UTC 

[PATCH v5 0/3] push: submodule support
 2012-05-13 14:47 UTC  (5+ messages)
` [PATCH v5 3/3] push: teach --recurse-submodules the on-demand option
      ` [RFC/PATCH] read from 2 filedescriptors simultaneously into one strbuf

git svn rebase following a merge causes duplicate commits
 2012-05-13  9:19 UTC 

XSS in search form at git-scm.com
 2012-05-13  3:14 UTC  (3+ messages)

Incorrect time on different machines = file changes loss
 2012-05-12 12:55 UTC  (2+ messages)

Finding all branches(remote and local) include given commit?
 2012-05-12 12:52 UTC  (6+ messages)

Equivalent of "fixup" for git filter-branch
 2012-05-12 12:12 UTC  (6+ messages)

git-notes, how do they work?
 2012-05-12 11:41 UTC  (4+ messages)

[PATCH 0/4] git-notes ui fixes regarding non-blobs notes
 2012-05-12  6:58 UTC  (6+ messages)
` [PATCH v2 1/4] notes: preserve object type given by "add -C"

Please review this pull request for maint branch with update of de.po
 2012-05-11 22:28 UTC  (8+ messages)

[ANNOUNCE] Git 1.7.10.2
 2012-05-11 20:49 UTC 

Git fetch/pull stopped working
 2012-05-11 20:28 UTC  (9+ messages)

Subtree in Git
 2012-05-11 20:24 UTC  (8+ messages)

*IMPORTANT* to Linus Torvalds
 2012-05-11 19:04 UTC  (2+ 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).