git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-11-27 08:41:58 to 2012-11-28 18:04:56 UTC [more...]

git-prompt.sh vs leading white space in __git_ps1()::printf_format
 2012-11-28 18:04 UTC  (2+ messages)

Millisecond precision in timestamps?
 2012-11-28 17:57 UTC  (31+ messages)

[PATCH v3 0/7] New remote-bzr remote helper
 2012-11-28 17:38 UTC  (17+ messages)
` [PATCH v3 4/7] remote-bzr: update working tree
` [PATCH v3 5/7] remote-bzr: add simple tests

git fetch pack freezes
 2012-11-28 17:25 UTC  (3+ messages)

[PATCH v5 0/7] push: update remote tags only with force
 2012-11-28 16:58 UTC  (11+ messages)
` [PATCH 5/7] push: require force for refs under refs/tags/
        ` [PATCH] push: cleanup push rules comment
` [PATCH 7/7] push: clarify rejection of update to non-commit-ish

[PATCH] svnrdump_sim: start the script with /usr/bin/env python
 2012-11-28 16:57 UTC  (5+ messages)

Re: [PATCH v3 1/3] git-submodule add: Add -r/--record option
 2012-11-28 16:53 UTC  (18+ messages)
` [PATCH v4 0/4] git-submodule add: Add --local-branch option
  ` [PATCH v4 2/4] git-submodule init: Record submodule.<name>.branch in repository config
  ` [PATCH v4 3/4] git-submodule update: Add --branch option
    ` Re: [PATCH v4 0/4] git-submodule add: Add --local-branch option
  ` [PATCH v4 4/4] Hack fix for 'submodule update does not fetch already present commits'
      ` [PATCH v3 1/3] git-submodule add: Add -r/--record option
        ` [PATCH v4 0/4] git-submodule add: Add --local-branch option (summary)

[PATCH v2 0/3] Add option to change order of parents in merge commit
 2012-11-28 16:52 UTC  (11+ messages)
` [PATCH v2 1/3] Process MERGE_MODE before MERGE_HEAD
` [PATCH v2 2/3] Allow for MERGE_MODE to specify more then one mode
` [PATCH v2 3/3] Add option to transpose parents of merge commit

Python extension commands in git - request for policy change
 2012-11-28 15:39 UTC  (31+ messages)
                    `  "

[PATCH 1/4] git-svn: Document branches with at-sign(@)
 2012-11-28 14:58 UTC  (8+ messages)
` [PATCH 2/4] Recommend use of structure options for git svn
` [PATCH 3/4] git-svn: Expand documentation for --follow-parent
` [PATCH 4/4] git-svn: Note about tags

git config key bug or by design?
 2012-11-28 12:11 UTC  (3+ messages)

[PATCH] configure.ac: fix pthreads detection on Mac OS X
 2012-11-28 11:38 UTC  (3+ messages)

git-svn: What is --follow-parent / --no-follow-parent for?
 2012-11-28 10:18 UTC  (2+ messages)

Possible vulnerability to SHA-1 collisions
 2012-11-28  9:35 UTC  (6+ messages)

Operations on unborn branch
 2012-11-28  7:12 UTC  (4+ messages)

[PATCH] fsck: warn about '.' and '..' in trees
 2012-11-28  4:34 UTC  (4+ messages)

git config key bug or by design?
 2012-11-28  2:57 UTC 

[PATCH] Third try at documenting command integration requirements
 2012-11-28  3:36 UTC  (7+ messages)

What's cooking in git.git (Nov 2012, #06; Mon, 19)
 2012-11-28  3:33 UTC  (11+ messages)
  ` Topics currently in the Stalled category

[PATCH 0/4] remote-helpers: general fixes
 2012-11-28  2:30 UTC  (8+ messages)
` [PATCH 1/4] remote-hg: fix for files with spaces
` [PATCH 2/4] remote-hg: fix for older versions of python
` [PATCH 3/4] remote-bzr: add support for older versions of bzr
` [PATCH 4/4] remote-bzr: detect local repositories

[PATCH v6 p2 0/9] transport-helper and fast-export fixes
 2012-11-28  2:15 UTC  (6+ messages)
` [PATCH v6 p2 3/9] transport-helper: trivial code shuffle

Query for certain branches, but not the rest
 2012-11-28  1:57 UTC  (2+ messages)

[PATCH] Support for git aliasing for tcsh completion
 2012-11-28  1:56 UTC  (4+ messages)

Why is this known by git but not by gitk
 2012-11-28  0:19 UTC  (2+ messages)

[PATCH] Documentation/git-push.txt: fix typo in remote tracking branch path
 2012-11-27 23:52 UTC  (4+ messages)
    ` [PATCH] Documentation/git-push.txt: clarify the "push from satellite" workflow

[RFH/Preview/PATCH] update "howto maintain git"
 2012-11-27 23:41 UTC 

[PATCH v2 0/6] Improve remote helper documentation
 2012-11-27 23:06 UTC  (9+ messages)
` [PATCH v2 1/6] git-remote-helpers.txt: document invocation before input format
` [PATCH v2 2/6] git-remote-helpers.txt: document missing capabilities
` [PATCH v2 3/6] git-remote-helpers.txt: minor grammar fix
` [PATCH v2 4/6] git-remote-helpers.txt: rearrange description of capabilities
` [PATCH v2 5/6] git-remote-helpers.txt: clarify command <-> capability correspondences
` [PATCH v2 6/6] git-remote-helpers.txt: clarify options & ref list attributes
` [PATCH 6/6] git-remote-helpers.txt: clarify ref list attributes, link to subsections

[PATCH 0/5] "diff --stat" counting fixes
 2012-11-27 22:21 UTC  (7+ messages)
` [PATCH 1/5] test: add failing tests for "diff --stat" to t4049
` [PATCH 2/5] diff --stat: status of unmodified pair in diff-q is not zero
` [PATCH 3/5] diff --stat: use "file" temporary variable to refer to data->files[i]
` [PATCH 4/5] diff --stat: move the "total count" logic to the last loop
` [PATCH 5/5] diff --stat: do not count "unmerged" entries
` [PATCH 6/5] diff --shortstat: "

[PATCH 0/6] Improve remote helper documentation
 2012-11-27 22:02 UTC  (10+ messages)
` [PATCH 1/6] Document invocation first, then input format
` [PATCH 2/6] Document missing remote helper capabilities
` [PATCH 3/6] Fix grammar
` [PATCH 4/6] Rearrange the description of remote helper capabilities
` [PATCH 5/6] Make clearer which commands must be supported for which capabilities
` [PATCH 6/6] Remove 'for-push' from ref list attributes list, link to subsections

difftool -d symlinks, under what conditions
 2012-11-27 21:10 UTC  (3+ messages)

git-gui: textconv not used on unstaged files
 2012-11-27 20:37 UTC  (4+ messages)

Interesting git-format-patch bug
 2012-11-27 20:31 UTC  (5+ messages)

[PATCH] diff: Fixes shortstat number of files
 2012-11-27 19:14 UTC  (4+ messages)

[PATCH 0/4] t4041 (diff-submodule-option): minor cleanup
 2012-11-27 17:56 UTC  (8+ messages)
` [PATCH 1/4] t4041 (diff-submodule-option): parse digests sensibly
` [PATCH 2/4] t4041 (diff-submodule-option): rewrite add_file() routine
` [PATCH 3/4] t4041 (diff-submodule-option): modernize style
` [PATCH 4/4] t4041 (diff-submodule-option): change tense of test names

[PATCH] Documentation: improve phrasing in git-push.txt
 2012-11-27 17:09 UTC  (2+ messages)

[PATCH] Extend runtime prefix computation
 2012-11-27 16:30 UTC 

[RFC/PATCH] l10n: de.po: translate 825 new messages
 2012-11-27 11:44 UTC  (2+ messages)

diff support for the Eiffel language?
 2012-11-27 11:16 UTC  (4+ messages)
    ` Antw: "

Failure to extra stable@vger.kernel.org addresses
 2012-11-27 10:53 UTC  (9+ messages)
` [PATCH 1/5] git-send-email: remove garbage after email address
  ` [PATCH 5/5] git-send-email: allow edit invalid "

[PATCH 0.5/4] t4041 (diff-submodule-option): don't hardcode SHA-1 in expected outputs
 2012-11-27  9:12 UTC  (2+ messages)

gitpacker progress report and a question
 2012-11-27  8:51 UTC  (10+ messages)

[PATCH v4 4/4] Hack fix for 'submodule update does not fetch already present commits'
 2012-11-26 21:00 UTC 


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