git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-01-09 16:54:21 to 2012-01-11 19:39:25 UTC [more...]

[BUG] git archive broken in 1.7.8.1
 2012-01-11 19:39 UTC  (9+ messages)
        ` [PATCH] archive: re-allow HEAD:Documentation on a remote invocation

[PATCH] clone: allow detached checkout when --branch takes a tag
 2012-01-11 19:36 UTC  (26+ messages)
` [PATCH v2 1/6] t5601: add &&
  ` [PATCH v2 3/6] clone: factor out checkout code
  ` [PATCH v2 4/6] clone: --branch=<branch> always means refs/heads/<branch>
  ` [PATCH v2 6/6] clone: print advice on checking out detached HEAD
  ` [PATCH v3 00/10] nd/clone-detached
  ` [PATCH v3 01/10] t5601: add missing && cascade
  ` [PATCH v3 02/10] clone: write detached HEAD in bare repositories
  ` [PATCH v3 03/10] clone: factor out checkout code
  ` [PATCH v3 04/10] clone: factor out HEAD update code
  ` [PATCH v3 05/10] clone: factor out remote ref writing
  ` [PATCH v3 06/10] clone: delay cloning until after remote HEAD checking
  ` [PATCH v3 07/10] clone: --branch=<branch> always means refs/heads/<branch>
  ` [PATCH v3 08/10] clone: refuse to clone if --branch points to bogus ref
  ` [PATCH v3 09/10] clone: allow --branch to take a tag
  ` [PATCH v3 10/10] clone: print advice on checking out detached HEAD

Regulator updates for 3.3
 2012-01-11 18:40 UTC  (11+ messages)
                  ` Re* "

[PATCH 0/6] The move to sequencer.c
 2012-01-11 18:40 UTC  (47+ messages)
` [PATCH 4/6] revert: allow mixing "pick" and "revert" actions
` [PATCH 5/6] revert: report fine-grained error messages from insn parser
` [PATCH 6/6] sequencer: factor code out of revert builtin
` [PATCH v2 0/8] The move to sequencer.c
  ` [PATCH 1/8] revert: prepare to move replay_action to header
  ` [PATCH 2/8] revert: decouple sequencer actions from builtin commands
                    ` [PATCH v3 0/2] The move to sequencer.c
                      ` [PATCH 1/2] revert: prepare to move replay_action to header
                      ` [PATCH 2/2] sequencer: factor code out of revert builtin
  ` [PATCH 3/8] revert: allow mixing "pick" and "revert" actions
  ` [PATCH 4/8] revert: separate out parse errors logically
  ` [PATCH 5/8] revert: report fine-grained errors from insn parser
  ` [PATCH 6/8] sha1_name: introduce getn_sha1() to take length
  ` [PATCH 7/8] revert: use getn_sha1() to simplify insn parsing
  ` [PATCH 8/8] sequencer: factor code out of revert builtin

[BUG] multi-commit cherry-pick messes up the order of commits
 2012-01-11 17:31 UTC 

[PATCH 1/2] t4034-diff-words: replace regex for diff driver
 2012-01-11 17:25 UTC  (2+ messages)
` [PATCH 2/2] diff --word-diff: use non-whitespace regex by default

why git-svn dcommit recreates master branch?
 2012-01-11 16:27 UTC 

rsync a *bunch* of git repos
 2012-01-11 16:52 UTC  (7+ messages)

git svn dcommit sends to wrong branch
 2012-01-11 15:31 UTC  (4+ messages)

git svn can't handle giant commit
 2012-01-11 13:07 UTC  (2+ messages)

What's the difference between `git show branch:file | diff -u - file` vs `git diff branch file`?
 2012-01-11 12:47 UTC  (7+ messages)
` [PATCH 0/3] Un-pessimize "diff-index $commit -- $pathspec"
  ` [PATCH 3/3] diff-index: pass pathspec down to unpack-trees machinery

[PATCH 0/2] Make t9200-git-cvsexportcommit.sh pass on MSYS
 2012-01-11 11:29 UTC  (4+ messages)
` [PATCH 1/2] t9200: On MSYS, do not pass Windows-style paths to CVS
` [PATCH 2/2] git-cvsexportcommit: Fix calling Perl's rel2abs() on MSYS
  ` [msysGit] "

git diff <file> HEAD^:<file> error message
 2012-01-11 11:18 UTC 

[PATCH RFC] commit: allow to commit even if there are intent-to-add entries
 2012-01-11 11:02 UTC  (6+ messages)
` [PATCH 1/2] cache-tree: update API to take abitrary flags
` [PATCH 2/2] commit: add --skip-intent-to-add to allow commit with i-t-a entries in index

leaky cherry-pick
 2012-01-11  9:00 UTC  (8+ messages)

[PATCH] t2203: fix wrong commit command
 2012-01-11  8:09 UTC  (5+ messages)

Intriguing error with Git 1.6.3.1: Too many open files
 2012-01-11  7:18 UTC  (4+ messages)

[PATCH] Fix incorrect ref namespace check
 2012-01-11  4:49 UTC  (5+ messages)

[BUG] gitattribute macro expansion oddity
 2012-01-11  4:37 UTC  (13+ messages)
    ` [PATCH] attr: don't confuse prefixes with leading directories

git svn clone terminating prematurely (I think)
 2012-01-11  4:34 UTC  (2+ messages)

[GIT PULL] use generic pci_iomap on all architectures
 2012-01-11  2:52 UTC  (3+ messages)

(unknown),
 2012-01-10 23:56 UTC 

[Wish] use postimage when showing common context in "diff -w"?
 2012-01-10 22:58 UTC  (3+ messages)
` [PATCH] xdiff: print post-image for common records instead of pre-image

Please support add -p with a new file, to add only part of the file
 2012-01-10 22:29 UTC  (7+ messages)

[PATCH] rebase --fix: interactive fixup mode
 2012-01-10 19:58 UTC  (7+ messages)

gitignore warn about ** submission
 2012-01-10 18:51 UTC  (11+ messages)
` [PATCH] gitignore: warn about pointless syntax

git grep doesn't follow symbolic link
 2012-01-10 18:22 UTC  (4+ messages)

[PATCHv3 0/13] credential helpers
 2012-01-10 17:53 UTC  (8+ messages)
` [PATCHv3 10/13] credentials: add "cache" helper

Auto-refresh git-gui
 2012-01-10 16:14 UTC  (4+ messages)

[PATCH] Documentation: rerere.enabled overrides [ -d rr-cache ]
 2012-01-10 14:57 UTC  (5+ messages)

git-send-email: bug with sendemail.multiedit
 2012-01-10 14:23 UTC  (5+ messages)

Merge seems to overwrite unstaged local changes
 2012-01-10 14:08 UTC  (6+ messages)
        ` Another casualty

[PATCH 1/3] Eliminate recursion in setting/clearing marks in commit list
 2012-01-10 13:16 UTC  (12+ messages)
` [PATCH v2 0/3] nd/index-pack-no-recurse
` [PATCH v2 1/3] Eliminate recursion in setting/clearing marks in commit list
` [PATCH v2 2/3] index-pack: eliminate recursion in find_unresolved_deltas
` [PATCH v2 3/3] index-pack: eliminate unlimited recursion in get_delta_base()

[bug] submodule --update insufficiently verbose
 2012-01-10 10:43 UTC  (2+ messages)

[linux.conf.au] VCS Interoperability
 2012-01-10  8:48 UTC  (2+ messages)

[PATCH] Work around sed portability issue in t8006-blame-textconv
 2012-01-10  4:46 UTC  (4+ messages)
` [PATCH 0/1] Re-roll of the test fix for sed on solaris
  ` [PATCH] Use perl instead of sed for t8006-blame-textconv test

What's cooking in git.git (Jan 2012, #02; Mon, 9)
 2012-01-10  0:50 UTC 

[PATCH/RFC] gitweb: Fix actionless dispatch for non-existent objects
 2012-01-09 22:05 UTC  (3+ messages)

[PATCH][RFC] git on Mac OS and precomposed unicode
 2012-01-09 20:47 UTC  (5+ messages)

[RFC][PATCH v2] git on Mac OS and precomposed unicode
 2012-01-09 19:52 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).