git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-11-28 18:55:24 to 2012-12-01 12:49:25 UTC [more...]

[PATCH v4 0/4] git-submodule add: Add --local-branch option (summary)
 2012-12-01 12:48 UTC  (15+ messages)
` [PATCH v5 0/2] submodule update: add --remote for submodule's upstream changes
  ` [PATCH v5 1/2] "
  ` [PATCH v5 2/2] submodule add: If --branch is given, record it in .gitmodules
  ` [RFC] git-submodule update: Add --commit option
        ` [PATCH v4 2/4] git-submodule init: Record submodule.<name>.branch in repository config
          ` [RFC] remove/deprecate 'submodule init' and 'sync'

[PATCH/RFC 0/5] win32: support echo for terminal-prompt
 2012-12-01 12:43 UTC  (20+ messages)
` [PATCH/RFC 1/5] mingw: make fgetc raise SIGINT if apropriate
    ` [msysGit] "
` [PATCH/RFC 2/5] compat/terminal: factor out echo-disabling
` [PATCH/RFC 3/5] compat/terminal: separate input and output handles
` [PATCH/RFC 4/5] mingw: reuse tty-version of git_terminal_prompt
` [PATCH/RFC 5/5] mingw: get rid of getpass implementation

[PATCH 0/5] ignore SIG{INT,QUIT} when launching editor
 2012-12-01 12:34 UTC  (7+ messages)
` [PATCH 1/5] run-command: drop silent_exec_failure arg from wait_or_whine
` [PATCH 2/5] launch_editor: refactor to use start/finish_command
` [PATCH 3/5] launch_editor: ignore terminal signals while editor has control
` [PATCH 4/5] run-command: do not warn about child death from terminal
` [PATCH 5/5] launch_editor: propagate signals from editor to git

Bug report : gitattribute export-ignore behavior does not match documentation
 2012-12-01 11:24 UTC 

[PATCH v2 0/4] git-svn: More docs for branch handling in
 2012-12-01  1:08 UTC  (5+ messages)
` [PATCH v2 3/4] git-svn: Expand documentation for --follow-parent
` [PATCH v2 4/4] git-svn: Note about tags
` [PATCH v2 1/4] git-svn: Document branches with at-sign(@)
` [PATCH v2 2/4] Recommend use of structure options for git svn

[PATCH 0/5] "diff --stat" counting fixes
 2012-12-01 10:29 UTC  (7+ messages)
` [PATCH] t4049: avoid test failures on filemode challenged file systems (Windows)

[PATCH] fast-export: Allow pruned-references in mark file
 2012-12-01 10:10 UTC  (8+ messages)

Operations on unborn branch
 2012-12-01  9:24 UTC  (15+ messages)
` [RFC/PATCH 0/2] Fix "git reset" "
  ` [RFC/PATCH 1/2] reset: learn to reset to tree
  ` [RFC/PATCH 2/2] reset: learn to reset on unborn branch

Stitching histories of several repositories
 2012-12-01  9:11 UTC 

What's cooking in git.git (Nov 2012, #06; Mon, 19)
 2012-12-01  0:36 UTC  (4+ messages)
  ` Topics currently in the Stalled category

[PATCH] gitk: add a checkbox to control the visibility of tags
 2012-11-30 21:08 UTC 

Bug report: probiem with across-branch git-diff
 2012-11-30 21:13 UTC 

[PATCH 0/5] ignore SIGINT while editor runs
 2012-11-30 20:24 UTC  (4+ messages)
` [PATCH 5/5] launch_editor: propagate SIGINT from editor to git

[PATCH] fsck: warn about ".git" in trees
 2012-11-30 19:55 UTC  (3+ messages)

[Query] Can we ignore case for commiters name in shortlog?
 2012-11-30 15:05 UTC  (9+ messages)

[PATCH 0/8] Add function strbuf_addstr_xml_quoted() and more
 2012-11-30 13:40 UTC  (7+ messages)
` [PATCH 6/8] imap-send: change msg_data from storing (char *, len) to storing strbuf
    ` [PATCH 8/8] wrap_in_html(): process message in bulk rather than line-by-line

A typo in RelNotes/1.8.2 (v1.8.0.1-347-gf94c325)
 2012-11-30 13:15 UTC  (2+ messages)
` [PATCH] Typo in Documentation/RelNotes/1.8.2.txt

[PATCH v2 0/4] t4041 (diff-submodule-option): minor cleanup
 2012-11-30 11:37 UTC  (5+ messages)
` [PATCH v2 1/4] t4041 (diff-submodule-option): don't hardcode SHA-1 in expected outputs
` [PATCH v2 2/4] t4041 (diff-submodule-option): parse digests sensibly
` [PATCH v2 3/4] t4041 (diff-submodule-option): rewrite add_file() routine
` [PATCH v2 4/4] t4041 (diff-submodule-option): modernize style

[PATCH] Extend runtime prefix computation
 2012-11-30 10:45 UTC  (3+ messages)

[PATCH] git-remote-mediawiki: escape double quotes and LF in file names
 2012-11-30  9:39 UTC  (15+ messages)
    ` [PATCH 1/2] git-fast-import.txt: improve documentation for quoted paths
      ` [PATCH 2/2 v2] git-remote-mediawiki: escape ", \, and LF in file names
            ` [PATCH 1/2 v3] git-fast-import.txt: improve documentation for quoted paths
              ` [PATCH 2/2 v3] git-remote-mediawiki: escape ", \, and LF in file names

[PATCH v7 p2 0/2] fast-export fixes
 2012-11-30  5:57 UTC  (5+ messages)
` [PATCH v7 p2 1/2] fast-export: don't handle uninteresting refs
` [PATCH v7 p2 2/2] fast-export: make sure updated refs get updated

New git.pot is generated for git 1.8.1 l10n round 2
 2012-11-30  5:01 UTC 

[PATCH v6 0/8] push: update remote tags only with force
 2012-11-30  1:41 UTC  (9+ messages)
` [PATCH v6 1/8] push: return reject reasons as a bitset
` [PATCH v6 2/8] push: add advice for rejected tag reference
` [PATCH v6 3/8] push: flag updates
` [PATCH v6 4/8] push: flag updates that require force
` [PATCH v6 5/8] push: require force for refs under refs/tags/
` [PATCH v6 6/8] push: require force for annotated tags
` [PATCH v6 7/8] push: clarify rejection of update to non-commit-ish
` [PATCH v6 8/8] push: cleanup push rules comment

Bug: write-tree corrupts intent-to-add index state
 2012-11-30  1:26 UTC  (6+ messages)
` [PATCH] cache-tree: invalidate i-t-a paths after writing trees

[PATCH] gitweb: add readme to overview page
 2012-11-30  1:11 UTC  (3+ messages)

What's cooking in git.git (Nov 2012, #10; Thu, 29)
 2012-11-29 23:22 UTC 

[RFC/PATCH] l10n: de.po: translate 825 new messages
 2012-11-29 23:02 UTC 

[PATCH] gitweb: git_summary - show $project in title
 2012-11-29 21:07 UTC  (4+ messages)

Millisecond precision in timestamps?
 2012-11-29 20:01 UTC  (21+ messages)

[PATCH v4 0/4] git-submodule add: Add --local-branch option
 2012-11-29 18:51 UTC  (6+ messages)
` Re: [PATCH v3 1/3] git-submodule add: Add -r/--record option
    ` Re: [PATCH v4 0/4] git-submodule add: Add --local-branch option

Ubuntu: gitweb always looks for projects in /var/cache/git (“404 - no projects found”)
 2012-11-29 18:28 UTC  (2+ messages)

[PATCH] completion: fix warning for zsh
 2012-11-29 18:02 UTC  (2+ messages)

[PATCH v2] If `egrep` is aliased, temporary disable it in bash.completion
 2012-11-29 17:33 UTC  (3+ messages)

[StGit PATCH] Include emacs and vim contribs in source tarball
 2012-11-29 17:06 UTC 

[PATCH] DESTDIR support in contrib/subtree/Makefile
 2012-11-29 15:41 UTC 

gitk: highlighting commits "touching path" with globs doesn't work for files list
 2012-11-29 13:51 UTC 

git describe not matching git log
 2012-11-29 14:06 UTC  (2+ messages)

reposurgeon now writes Subversion repositories
 2012-11-29 13:55 UTC  (7+ messages)
    ` AW: "

[RFC/PATCH] l10n: de.po: translate 825 new messages
 2012-11-29 11:40 UTC  (3+ messages)

Please pull l10n updates for 1.8.1 round 1
 2012-11-29  9:40 UTC  (4+ messages)

[PATCH 00/11] alternative unify appending of sob
 2012-11-29  5:56 UTC  (8+ messages)
` [PATCH 04/11] sequencer.c: recognize "(cherry picked from ..." as part of s-o-b footer
` [PATCH 06/11] sequencer.c: teach append_signoff how to detect duplicate s-o-b

git-svn: What is --follow-parent / --no-follow-parent for?
 2012-11-28 23:59 UTC  (3+ messages)

[PATCH v7 p1 00/13] fast-export and remote-testgit improvements
 2012-11-28 22:11 UTC  (14+ messages)
` [PATCH v7 p1 01/13] fast-export: avoid importing blob marks
` [PATCH v7 p1 02/13] remote-testgit: fix direction of marks
` [PATCH v7 p1 03/13] remote-helpers: fix failure message
` [PATCH v7 p1 04/13] Rename git-remote-testgit to git-remote-testpy
` [PATCH v7 p1 05/13] Add new simplified git-remote-testgit
` [PATCH v7 p1 06/13] remote-testgit: remove non-local functionality
` [PATCH v7 p1 07/13] remote-testgit: remove irrelevant test
` [PATCH v7 p1 08/13] remote-testgit: cleanup tests
` [PATCH v7 p1 09/13] remote-testgit: exercise more features
` [PATCH v7 p1 10/13] remote-testgit: report success after an import
` [PATCH v7 p1 11/13] remote-testgit: implement the "done" feature manually
` [PATCH v7 p1 12/13] fast-export: trivial cleanup
` [PATCH v7 p1 13/13] fast-export: fix comparison in tests

[PATCH 0/5] jk/send-email-sender-prompt loose ends
 2012-11-28 21:37 UTC  (7+ messages)
` [PATCH 6/5] t9001: check send-email behavior with implicit sender

[PATCH] svnrdump_sim: start the script with /usr/bin/env python
 2012-11-28 21:32 UTC  (8+ messages)

What's cooking in git.git (Nov 2012, #09; Wed, 28)
 2012-11-28 21:25 UTC  (3+ messages)

git-prompt.sh vs leading white space in __git_ps1()::printf_format
 2012-11-28 20:58 UTC  (4+ messages)

[PATCH v6 00/16] New remote-hg helper:w
 2012-11-28 20:23 UTC  (3+ messages)
` [PATCH v6 07/16] remote-hg: add support for hg-git compat mode

git config key bug or by design?
 2012-11-28 20:21 UTC  (4+ messages)

[PATCH] submodule update: document exisiting -r form for --rebase
 2012-11-28 20:08 UTC  (5+ messages)
  ` [PATCH v3 1/3] git-submodule add: Add -r/--record option

git fetch pack freezes
 2012-11-28 19:22 UTC  (4+ messages)

[PATCH] completion: add options --single-branch and --branch to "git clone"
 2012-11-28 18:57 UTC  (2+ messages)

[PATCH v4 3/4] git-submodule update: Add --branch option
 2012-11-27 18:51 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).