git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-04-02 14:28:16 to 2012-04-04 18:12:05 UTC [more...]

Rebase regression in v1.7.9?
 2012-04-04 18:11 UTC  (17+ messages)
` [PATCH] rebase -i: remove CHERRY_PICK_HEAD when cherry-pick failed

How to create empty CENTRAL git with master / development branch ?
 2012-04-04 18:07 UTC  (7+ messages)

Output of 'diff' and 'diff --raw' not the same for modified submodule
 2012-04-04 18:02 UTC  (2+ messages)

[PATCH] Gitweb: Fix unintended "--no-merges" for regular Atom feed
 2012-04-04 17:47 UTC  (3+ messages)
` [PATCH (bugfix)] gitweb: "

[PATCH/RFC] contrib: add win32 credential-helper
 2012-04-04 17:44 UTC  (8+ messages)

[PATCH] gitweb: Option to omit column with time of the last change
 2012-04-04 17:14 UTC  (6+ messages)

rebase -p loses amended changes
 2012-04-04 17:11 UTC  (9+ messages)

[PATCH 0/9] Prefix-compress on-disk index entries
 2012-04-04 16:58 UTC  (15+ messages)
` [PATCH 1/9] varint: make it available outside the context of pack
` [PATCH 2/9] cache.h: hide on-disk index details
` [PATCH 3/9] read-cache.c: allow unaligned mapping of the index file
` [PATCH 4/9] read-cache.c: make create_from_disk() report number of bytes it consumed
` [PATCH 5/9] read-cache.c: report the header version we do not understand
` [PATCH 6/9] read-cache.c: move code to copy ondisk to incore cache to a helper function
` [PATCH 7/9] read-cache.c: move code to copy incore to ondisk "
` [PATCH 8/9] read-cache.c: read prefix-compressed names in index on-disk version v4
` [PATCH 9/9] read-cache.c: write index v4 format
      ` [PATCH 2/2] update-index: upgrade/downgrade on-disk index version

displaying subtree merges
 2012-04-04 16:36 UTC 

GSoC - Designing a faster index format
 2012-04-04 16:22 UTC  (13+ messages)

[PATCH 0/4] Minor sequencer.c cleanups
 2012-04-04 15:40 UTC  (8+ messages)
` [PATCH 1/4] sha1_name: introduce getn_sha1() to take length
` [PATCH 3/4] revert: simplify insn parsing logic

[PATCH] add -p: skip conflicted paths
 2012-04-04 15:36 UTC  (11+ messages)

Git push to samba/cifs share fails
 2012-04-04 12:50 UTC  (4+ messages)

[PATCH] prohibit "svn dcommit" on remote-tracking-branches
 2012-04-04  8:42 UTC 

GSoC git-add--interactive improvements
 2012-04-04  8:26 UTC  (2+ messages)

[ANNOUNCE] Git 1.7.10-rc3
 2012-04-04  7:57 UTC  (23+ messages)
        ` push.default: current vs upstream

How to add folder NON RECURSIVELY ?
 2012-04-04  6:52 UTC  (6+ messages)

[PATCH] fast-import: catch garbage after marks in from/merge
 2012-04-04  5:43 UTC  (17+ messages)
` [PATCHv2 0/2] fast-import: tighten parsing of mark references
  ` [PATCHv2 1/2] fast-import: test behavior of garbage after "
  ` [PATCHv2 2/2] fast-import: tighten parsing of "

Updated tags on repo are not updated when pull
 2012-04-03 23:39 UTC  (6+ messages)

[PATCHv1] git-p4: label import, tag export
 2012-04-03 22:52 UTC  (4+ messages)
` [PATCHv1 1/2] git-p4: fix t9800 editor check
` [PATCHv1 2/2] git-p4: import/export of labels to/from p4

GSoC intro
 2012-04-03 22:21 UTC  (14+ messages)
    ` GSOC Proposal draft: git-remote-svn

[PATCH v2] git-commit.txt: clarify -t requires editing message
 2012-04-03 21:55 UTC  (6+ messages)
` [PATCH 0/3] "commit --template" fixes

[PATCH] Fix a "Using plain integer as NULL pointer" sparse warning
 2012-04-03 20:27 UTC  (2+ messages)

[GSoC] Designing a faster index format
 2012-04-03 20:15 UTC  (19+ messages)

Maintaining historical data in a git repo
 2012-04-03 19:45 UTC  (5+ messages)
    ` Maintaining historical outlines

t7800-difftool.sh failure on pu
 2012-04-03 17:53 UTC  (7+ messages)

[ANNOUNCE] Git 1.7.10.rc4
 2012-04-03 17:12 UTC 

query: picking dependant commits from a latest tree
 2012-04-03 16:55 UTC  (4+ messages)

gitk: Failure of new tabbed preferences dialog
 2012-04-03 16:53 UTC  (6+ messages)

version mismatch in git-manpages-1.7.9.6.tar.gz
 2012-04-03 14:08 UTC 

[PATCH 8/9 v10] difftool: teach difftool to handle directory diffs
 2012-04-03 13:04 UTC 

GSoC - Some questions on the idea of "Better big-file support"
 2012-04-03 10:07 UTC  (14+ messages)
  ` GSoC - Some questions on the idea of

Git push performance problems with ~100K refs
 2012-04-03  9:19 UTC  (24+ messages)
  ` [PATCH 3/3] revision: insert unsorted, then sort in prepare_revision_walk()
                  ` [PATCH 0/3] Commit cache
                  ` [PATCH 1/3] parse_commit_buffer: rename a confusing variable name
                  ` [PATCH 2/3] Add commit cache to help speed up commit traversal
                  ` [PATCH 3/3] Add parse_commit_for_rev() to take advantage of sha1-cache

[GSOC] Contributing to git
 2012-04-03  9:03 UTC  (8+ messages)

MDaemon Notification -- Attachment Removed
 2012-04-03  2:14 UTC 

[PATCH v3 0/4] Clone fails on a repo with too many heads/tags
 2012-04-03  0:23 UTC  (9+ messages)
` [PATCH v3 1/4] fetch-pack: new --stdin option to read refs from stdin
` [PATCH v3 2/4] remote-curl: send the refs to fetch-pack on stdin
` [PATCH v3 3/4] fetch-pack: test cases for the new --stdin option
` [PATCH v3 4/4] remote-curl: main test case for the OS command line overflow

Question: how to have ls-files use the .gitignore in the index
 2012-04-02 23:07 UTC 

What's cooking in git.git (Apr 2012, #01; Mon, 2)
 2012-04-02 21:44 UTC 

[ANNOUNCE] Git 1.7.9.6
 2012-04-02 21:42 UTC 

Bug: bad errno report from lock_ref_sha1_basic() when contents bad
 2012-04-02 18:12 UTC  (3+ messages)

Please pull git-l10n update with Portuguese (Portugal) language support
 2012-04-02 16:21 UTC  (2+ messages)

[PATCH 0/2] git-svn: fixes for intermittent SIGPIPE
 2012-04-02 16:13 UTC  (3+ messages)
` [PATCH 1/2] git-svn: use POSIX::sigprocmask to block signals
` [PATCH 2/2] git-svn: ignore SIGPIPE


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