git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-01-05 22:24:40 to 2012-01-10 01:55:03 UTC [more...]

[PATCH] clone: allow detached checkout when --branch takes a tag
 2012-01-10  1:54 UTC  (16+ messages)
` [PATCH v2 1/6] t5601: add &&
  ` [PATCH v2 2/6] clone: write detached HEAD in bare repositories
  ` [PATCH v2 3/6] clone: factor out checkout code
  ` [PATCH v2 4/6] clone: --branch=<branch> always means refs/heads/<branch>
  ` [PATCH v2 5/6] clone: allow --branch to take a tag
  ` [PATCH v2 6/6] clone: print advice on checking out detached HEAD

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

leaky cherry-pick
 2012-01-10  1:38 UTC  (3+ messages)

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

git-send-email: bug with sendemail.multiedit
 2012-01-09 23:15 UTC  (3+ messages)

[PATCH 1/3] Eliminate recursion in setting/clearing marks in commit list
 2012-01-09 22:51 UTC  (9+ 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()

gitignore warn about ** submission
 2012-01-09 22:33 UTC  (5+ messages)
` [PATCH] gitignore: warn about pointless syntax

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

[PATCH] rebase --fix: interactive fixup mode
 2012-01-09 20:33 UTC  (12+ messages)

Please support add -p with a new file, to add only part of the file
 2012-01-09 20:47 UTC 

[RFC][PATCH v2] git on Mac OS and precomposed unicode
 2012-01-09 19:52 UTC  (2+ messages)

git grep doesn't follow symbolic link
 2012-01-09 16:54 UTC 

[PATCH][RFC] git on Mac OS and precomposed unicode
 2012-01-09 16:42 UTC  (3+ messages)

[RFC][PATCH v2] git on Mac OS and precomposed unicode
 2012-01-09 16:45 UTC 

submodule add -f errs on un-ignored path
 2012-01-09 15:40 UTC  (2+ messages)

[patch] gitignore: warn about pointless syntax
 2012-01-09 13:44 UTC  (2+ messages)

[PATCH 1/1] git-gui: fix hunk parsing for corner case changes
 2012-01-09 13:43 UTC  (3+ messages)
` [PATCH 2/2] git-gui: fix applying line/ranges when the selection ends at the begin of a line
  ` [RFC/PATCH 3/3] git-gui: support for reverting hunks and lines

[linux.conf.au] VCS Interoperability
 2012-01-09 12:30 UTC 

Mark and protect local commits?
 2012-01-09  9:55 UTC  (2+ messages)

[PATCH] git-gui: fix selection regression introduced in a8ca786991
 2012-01-09  9:28 UTC  (2+ messages)

SVN -> Git *but* with special changes
 2012-01-09  8:26 UTC  (16+ messages)

[PATCH] Work around sed portability issue in t8006-blame-textconv
 2012-01-09  3:40 UTC  (4+ messages)

Aborting "git commit --interactive" discards updates to index (was: Re: [ANNOUNCE] Git 1.7.6)
 2012-01-09  0:41 UTC  (4+ messages)
` Aborting "git commit --interactive" discards updates to index

[PATCH 0/6] The move to sequencer.c
 2012-01-08 21:55 UTC  (29+ messages)
` [PATCH 1/6] revert: move replay_action, replay_subcommand to header
` [PATCH 2/6] revert: decouple sequencer actions from builtin commands
` [PATCH 3/6] revert: don't let revert continue a cherry-pick
` [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

enable push --quiet
 2012-01-08 21:06 UTC  (4+ messages)
` [PATCH 1/3] server_supports(): parse feature list more carefully
` [PATCH 2/3] fix push --quiet: add 'quiet' capability to receive-pack
` [PATCH 3/3] t5541: avoid TAP test miscounting

[PATCH 1/2] daemon: add tests
 2012-01-08 21:07 UTC  (33+ messages)
                      ` [PATCH] credentials: unable to connect to cache daemon
                        ` [PATCH 1/5] run-command: optionally kill children on exit
                        ` [PATCH 2/5] run-command: kill children on exit by default
                              ` [PATCH 2/5 v2] dashed externals: kill children on exit
                        ` [PATCH 3/5] git-daemon: add tests
                        ` [PATCH 4/5] git-daemon: produce output when ready
                        ` [PATCH 5/5] git-daemon tests: wait until daemon is ready

[bug] submodule --update insufficiently verbose
 2012-01-08  2:33 UTC 

How to deal with historic tar-balls
 2012-01-07 19:18 UTC  (5+ messages)

[PATCH v2] Limit refs to fetch to minimum in shallow clones
 2012-01-07 14:45 UTC  (5+ messages)
` [PATCH v3] "
  ` [PATCH v4] clone: add --single-branch to fetch only one branch

[PATCH] Documentation: rerere.enabled overrides [ -d rr-cache ]
 2012-01-07  5:17 UTC  (4+ messages)

[PATCH 0/3] Eliminate one user of extra_refs
 2012-01-07  5:08 UTC  (7+ messages)
` [PATCH 1/3] receive-pack: move more work into write_head_info()
` [PATCH 2/3] show_ref(): remove unused "flag" and "cb_data" arguments
` [PATCH 3/3] write_head_info(): handle "extra refs" locally

[PATCH] honour GIT_ASKPASS for querying username in git-svn
 2012-01-07  4:27 UTC  (21+ messages)
                ` [PATCH 0/5] honour *_ASKPASS for querying user "
                  ` [PATCH 5/5] make askpass_prompt a global prompt method for asking users
                        ` [PATCH 1/2] git-svn, perl/Git.pm: add central method for prompting passwords honoring GIT_ASKPASS and SSH_ASKPASS

[ANNOUNCE] Git 1.7.9-rc0
 2012-01-07  0:23 UTC  (2+ messages)

[PATCH] parse_object: try internal cache before reading object db
 2012-01-06 22:46 UTC  (9+ messages)
  ` [PATCH 1/2] upload-pack: avoid parsing objects during ref advertisement
  ` [PATCH 2/2] upload-pack: avoid parsing tag destinations

[ANNOUNCE] Git 1.7.8.3
 2012-01-06 21:53 UTC 

Managing signed git tags and expiring keys
 2012-01-06 20:09 UTC  (2+ messages)

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

[PATCH] Submodules always use a relative path to gitdir
 2012-01-06 18:53 UTC  (11+ messages)

[RFD] Handling of non-UTF8 data in gitweb
 2012-01-06 16:35 UTC  (2+ messages)

Warning from AV software about kill.exe
 2012-01-06 13:51 UTC  (6+ messages)

Why usage function exit with code 129?
 2012-01-06  8:18 UTC  (5+ messages)

Odd remote: error: packfile ./objects/pack/pack-FOO.pack cannot be accessed
 2012-01-06  8:01 UTC  (3+ messages)

git-subtree
 2012-01-06  1:53 UTC  (11+ messages)


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 NNTP newsgroup(s).