git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-02-22 00:25:26 to 2010-02-23 17:10:54 UTC [more...]

[RFC PATCH v3 00/12] several notes refs, post-rewrite, notes rewriting
 2010-02-23 17:10 UTC  (24+ messages)
` [PATCH v4 00/11] "
  ` [PATCH v4 02/11] Support showing notes from more than one notes tree
` [PATCH v5 00/11] several notes refs, post-rewrite, notes rewriting
  ` [PATCH v5 01/11] test-lib: unset GIT_NOTES_REF to stop it from influencing tests
  ` [PATCH v5 02/11] Support showing notes from more than one notes tree
  ` [PATCH v5 03/11] Documentation: document post-rewrite hook
  ` [PATCH v5 04/11] commit --amend: invoke "
  ` [PATCH v5 05/11] rebase: "
  ` [PATCH v5 06/11] rebase -i: "
  ` [PATCH v5 07/11] notes: implement 'git notes copy --stdin'
  ` [PATCH v5 08/11] notes: implement helpers needed for note copying during rewrite
  ` [PATCH v5 09/11] rebase: support automatic notes copying
  ` [PATCH v5 10/11] commit --amend: copy notes to the new commit
  ` [PATCH v5 11/11] notes: add shorthand --ref to override GIT_NOTES_REF

APIs for automatic patch generation
 2010-02-23 17:07 UTC  (3+ messages)

git-svn detects some merges incorrectly from svn:mergeinfo
 2010-02-23 16:58 UTC  (8+ messages)
` [PATCH 1/3] t9151: Fix a few commits in the SVN dump
` [PATCH 2/3] t9151: Add two new svn:mergeinfo test cases
` [PATCH 3/3] git-svn: Fix discarding of extra parents from svn:mergeinfo
  ` [PATCH 3/3 v2] "

[GITK PATCH] gitk: support "gitk <tracheophyte> -- ."
 2010-02-23 16:51 UTC 

git-* in hook scripts
 2010-02-23 16:33 UTC 

[PATCH 1/2] bash: Enable completion for external subcommands
 2010-02-23 16:02 UTC  (4+ messages)
` [PATCH 2/2] bash: Use dynamic binding for subcommand completion functions

[PATCH] Allow '+', '-' and '.' in remote helper names
 2010-02-23 14:42 UTC  (8+ messages)

[PATCH/RFC] git-svn: Allow multiple branch and tag patterns
 2010-02-23 14:41 UTC  (4+ messages)

Bugs with detection of renames that are also overwrites
 2010-02-23 12:59 UTC  (4+ messages)

[PATCH] Wrap RUNTIME_PREFIX warning in a compile-time condition
 2010-02-23 12:57 UTC  (8+ messages)
          ` [PATCH] Print RUNTIME_PREFIX warning only when GIT_TRACE is set

RFD: git-bzr: anyone interested?
 2010-02-23 12:45 UTC  (12+ messages)

[Git-SVN] Manage merges bewteen remote branches. git-svn or svn?
 2010-02-23 11:58 UTC 

[PATCH 1/1] Use GIT_ASKPASS environment to launch thirdpart UI app to get password
 2010-02-23 11:11 UTC 

Using test-lib.sh under GPLv3?
 2010-02-23  9:21 UTC  (13+ messages)
                        ` [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+

Fix signal handler
 2010-02-23  9:10 UTC  (14+ messages)
    ` [PATCH] "
                  ` [PATCH] Fix a "

[PATCH] submodules: ensure clean environment when operating in a submodule
 2010-02-23  8:30 UTC  (12+ messages)
        ` [PATCH 1/2] shell setup: clear_local_git_env() function
              ` [PATCHv2 0/2] clear environment for submodules
              ` [PATCHv2 1/2] shell setup: clear_local_git_env() function
              ` [PATCHv2 2/2] submodules: ensure clean environment when operating in a submodule
        ` [PATCH "
  ` [msysGit] [PATCH] "

[BUG] git gui blame: Show History Context broken since 29e5573d
 2010-02-23  6:40 UTC  (8+ messages)
  `  "
` [PATCH] git-gui: fix worktree initialization with empty prefix

[PATCH] merge: --no-ff configuration setting
 2010-02-23  6:32 UTC  (3+ messages)

[PATCH] add-interactive: fix bogus diff header line ordering
 2010-02-23  1:50 UTC  (5+ messages)
    ` [PATCH v2] "

What's cooking in git.git (Feb 2010, #05; Sun, 21)
 2010-02-23  0:53 UTC  (13+ messages)

[PATCH] Document shallow/unshallow/deepen protocol request and response
 2010-02-22 23:47 UTC 

[PATCH 0/4] Allow Git repositories to be shared using POSIX ACLs
 2010-02-22 22:32 UTC  (14+ messages)
` [PATCH 4/4] Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later
` [PATCH 0/6 v3] Allow Git repositories to be shared using POSIX ACLs
` [PATCH 1/6] Add a testcase for ACL with restrictive umask
` [PATCH 2/6] Move gitmkstemps to path.c
` [PATCH 3/6] git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument
` [PATCH 4/6] Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later
` [PATCH 5/6] git_mkstemps_mode: don't set errno to EINVAL on exit
` [PATCH 6/6] Use git_mkstemp_mode instead of plain mkstemp to create object files

[RFD] Deepen the git directory structure a bit
 2010-02-22 22:32 UTC  (3+ messages)

'git add' corrupts repository if the working directory is modified as it runs
 2010-02-22 22:31 UTC  (36+ messages)
            ` [PATCH] don't use mmap() to hash files
              ` [PATCH] Teach "git add" and friends to be paranoid
                      ` 16 gig, 350,000 file repository

Storing (hidden) per-commit metadata
 2010-02-22 22:13 UTC  (17+ messages)

Branching a subset of your working tree
 2010-02-22 21:44 UTC  (2+ messages)

[PATCHv3 0/3] Using git-mailsplit in mixed line ending environment
 2010-02-22 21:25 UTC  (5+ messages)
` [PATCH 2/3] git-am: Add command line parameter `--keep-cr` passing it to git-mailsplit
` [PATCH 3/3] Adding test for `--keep-cr` for git-am

'git mailinfo' whitespace bug
 2010-02-22 19:57 UTC  (4+ messages)

[PATCH 4/4] Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later
 2010-02-22 19:56 UTC  (5+ messages)
` [PATCH 5/6] git_mkstemps_mode: don't set errno to EINVAL for any error

[PATCH] sha1_file: don't malloc the whole compressed result when writing out objects
 2010-02-22 19:55 UTC  (12+ messages)

Feature request: separate namespace for remote tags
 2010-02-22 18:35 UTC  (3+ messages)

unexpected git-merge result
 2010-02-22 17:24 UTC  (5+ messages)

apologies for the test, but I can't tell if I'm getting through
 2010-02-22 16:46 UTC  (2+ messages)

[PATCH] am: remove rebase-apply directory before gc
 2010-02-22 14:35 UTC 

[PATCH] Disable OpenSSL SHA1 implementation by default
 2010-02-22 11:55 UTC  (3+ messages)

working out where git-rebase is up to?
 2010-02-22 10:51 UTC  (6+ messages)

[PATCH v2 0/7] Re: 'git svn log' no longer uses the pager
 2010-02-22  9:12 UTC  (7+ messages)
` [PATCH 6/7] tests: Add tests for automatic use of pager
    ` [PATCH v2 "
        ` [PATCH 8/7] tests: Fix race condition in t7006-pager

[BUG] girocco + git-svn: trunk is not propagated to master
 2010-02-22  8:50 UTC  (4+ messages)
    ` [PATCH] Teach Girocco to mirror http:// style SVN repos

[PATCH] improve documentation on mirroring
 2010-02-22  6:54 UTC  (2+ messages)

[PATCH] git-diff: add a test for git diff --quiet -w
 2010-02-22  6:03 UTC  (2+ messages)

[PATCH] Add `[decorate]' configuration section
 2010-02-22  5:52 UTC  (5+ messages)
` Re* "


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