git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-03-31 20:06:42 to 2009-04-02 23:19:23 UTC [more...]

[PATCH] mailmap: resurrect lower-casing of email addresses
 2009-04-02 23:17 UTC  (7+ messages)

[ANNOUNCE] GIT 1.6.2.2
 2009-04-02 22:36 UTC 

[PATCH 1/3] mergetool-lib: specialize kdiff3 options when in diff mode
 2009-04-02 21:20 UTC  (6+ messages)
` [PATCH 2/3] mergetool-lib: specialize xxdiff "
  ` [PATCH 3/3] mergetool-lib: add diffuse as merge and diff tool

[PATCH] git remote update: New option --prune (-p)
 2009-04-02 20:52 UTC  (11+ messages)

[PATCH] Fix 'git checkout <submodule>' to update the index
 2009-04-02 20:27 UTC  (3+ messages)

git-{diff,merge} refactor round 2
 2009-04-02 20:16 UTC  (19+ messages)
` [PATCH 01/10] difftool: add support for a difftool.prompt config variable
  ` [PATCH 02/10] mergetool: use $( ... ) instead of `backticks`
    ` [PATCH 03/10] Add a mergetool-lib scriptlet for holding common merge tool functions
      ` [PATCH 04/10] mergetool: use get_mergetool_path from git-mergetool-lib
        ` [PATCH 05/10] difftool: "
          ` [PATCH 06/10] mergetool: use valid_tool "
            ` [PATCH 07/10] difftool: "
              ` [PATCH 08/10] mergetool-lib: introduce run_mergetool
                ` [PATCH 09/10] difftool: use run_mergetool from git-mergetool-lib
                  ` [PATCH 10/10] mergetool: "

[PATCH] {diff,merge}tool: rename helpers to remove them from tab-completion
 2009-04-02 20:04 UTC  (2+ messages)

Whitespace options
 2009-04-02 19:18 UTC 

[EGIT PATCH 0/5] Quickdiff improvements
 2009-04-02 18:46 UTC  (6+ messages)
` [EGIT PATCH 1/5] Make the equals method work for AnyObjectId, not just ObjectId
  ` [EGIT PATCH 2/5] quickdiff - Don't add GitDocument as repository listener more than once
    ` [EGIT PATCH 3/5] Move dcocument to repository mapping to GitDocument
      ` [EGIT PATCH 4/5] Update Quickdiff tracing statements
        ` [EGIT PATCH 5/5] Cache resolved ids in quickdiff document for faster update

Broken t9001 tests
 2009-04-02 18:07 UTC  (4+ messages)

[PATCH] git-svn: fix ls-tree usage with dash-prefixed paths
 2009-04-02 16:36 UTC  (6+ messages)
` [PATCH] tree_entry_interesting: Only recurse when the pathspec is a leading path component
    ` [PATCH] match_tree_entry(): a pathspec only matches at directory boundaries

[StGit PATCH] Convert "pop" to the lib infrastructure
 2009-04-02 16:20 UTC  (3+ messages)

"git reflog expire --all" very slow
 2009-04-02 15:30 UTC  (8+ messages)

More help with "pull" please
 2009-04-02 15:18 UTC  (8+ messages)

[PATCH] builtin-clone.c: allow multiple cmd_clone() calls
 2009-04-02 14:22 UTC 

[PATCH] bash completion: add git-difftool
 2009-04-02 11:30 UTC 

[PATCH 0/5] Header includes cleanup
 2009-04-02 11:27 UTC  (6+ messages)

"git clone --depth <depth>" producing history with <depth + 1> commits?
 2009-04-02 11:00 UTC  (6+ messages)

How to sync two svn repositories via git?
 2009-04-02 10:36 UTC  (3+ messages)

[PATCH] git submodule: fix add usage line
 2009-04-02  8:47 UTC 

[PATCH] Allow curl to rewind the read buffers
 2009-04-02  7:03 UTC  (5+ messages)

[PATCH] Build RPMs locally unless overruled in ~/.rpmmacros
 2009-04-02  6:47 UTC  (2+ messages)

[PATCHv2 0/4] push.default and branch.<name>.{remote,merge} changes
 2009-04-02  6:08 UTC  (5+ messages)
` [PATCHv2 3/4] Documentation: branch.*.merge can also afect 'git-push'

[PATCH 6/8 v2] sh-tools: add a run_merge_tool function
 2009-04-02  5:33 UTC  (5+ messages)

[PATCH] Add warning about known issues to documentation of cvsimport
 2009-04-02  5:25 UTC  (16+ messages)
      ` [PATCH] Cleanup warning about known issues in cvsimport documentation
          ` [PATCH v2] "
          ` [PATCH] Documentation: use "spurious .sp" XSLT if DOCBOOK_SUPPRESS_SP is set

[PATCH] git-svn: don't output git commits in quiet mode
 2009-04-02  5:24 UTC  (6+ messages)
    ` [PATCH] git-svn: add a double quiet option to hide git commits

[PATCH 07/10] rev-list: call new "filter_skip" function
 2009-04-02  4:23 UTC  (6+ messages)

[PATCH v2 03/10] Add a mergetool-lib scriptlet for holding common merge tool functions
 2009-04-02  4:20 UTC  (3+ messages)
` [PATCH v2 08/10] mergetool-lib: introduce run_mergetool
  ` [PATCH v2 10/10] mergetool: use run_mergetool from git-mergetool-lib

On git 1.6 (novice's opinion)
 2009-04-02  2:17 UTC  (34+ messages)

Segfault on merge with 1.6.2.1
 2009-04-02  0:33 UTC  (9+ messages)

[PATCH 2/2] Make local branches behave like remote branches when --tracked
 2009-04-01 21:42 UTC  (4+ messages)
` [PATCHv2 0/2] "
  ` [PATCHv2 1/2] Test for local branches being followed with --track
    ` [PATCHv2 2/2] Make local branches behave like remote branches when --tracked

[PATCH] Documentation: git-svn: fix trunk/fetch svn-remote key typo
 2009-04-01 21:02 UTC 

Detached HEAD warning (again)
 2009-04-01 20:41 UTC  (2+ messages)

[PATCH] builtin-clone.c: fix memory leak in cmd_clone()
 2009-04-01 20:17 UTC  (5+ messages)

(unknown),
 2009-04-01 17:56 UTC  (6+ messages)
` [PATCH 1/8] mergetool: use tabs consistently

[PATCH] Add configuration variable for sign-off to format-patch
 2009-04-01 17:55 UTC  (8+ messages)
      ` [PATCH v2] "

[PATCH 1/2] Add feature release instructions to MaintNotes addendum
 2009-04-01 16:15 UTC  (7+ messages)
` [PATCH 2/2] Add feature release instructions to gitworkflows man page

[RFC GSoC 2009: git-submodule for multiple, active developers on active trees]
 2009-04-01 16:13 UTC  (12+ messages)

[PATCH] Allow any HTTP authentication scheme, not only basic
 2009-04-01 15:06 UTC  (4+ messages)

[StGit PATCH] Convert "push" to the lib infrastructure
 2009-04-01 12:06 UTC  (2+ messages)

[JGIT PATCH] Addition of source and javadoc plugins to maven script
 2009-04-01 11:50 UTC  (2+ messages)
` [JGIT PATCH v2] "

[PATCH] builtin-clone.c: no need to strdup for setenv
 2009-04-01 11:22 UTC 

[JGIT PATCH/RFC] Added -crlf attribute for test patch files
 2009-04-01 10:59 UTC 

Implementing stat() with FindFirstFile()
 2009-04-01  9:28 UTC  (2+ messages)

[PATCH 0/4] send-email: correct various issues
 2009-04-01  8:33 UTC  (2+ messages)

[PATCH] builtin-clone.c: make junk_pid static
 2009-04-01  8:04 UTC 

On git 1.6 (novice's opinion)
 2009-04-01  7:42 UTC  (3+ messages)

[PATCH] git-gui: make "Git GUI Here" Explorer extension more robust
 2009-03-31 23:59 UTC  (4+ messages)

[PATCH] git-gui (Win): make "Explore Working Copy" more robust
 2009-03-31 23:55 UTC 

[PATCH] git-gui (Win): make starting via "Git GUI Here" on .git/ possible
 2009-03-31 23:55 UTC 

[PATCH] format_sanitized_subject: Don't trim past initial length of strbuf
 2009-03-31 23:29 UTC 

[PATCHv2 0/3] format-patch --attach/--inline use filename instead of SHA1
 2009-03-31 23:24 UTC  (5+ messages)
` [PATCHv3 0/6] format-patch --attach/--inline uses filename not SHA1
  ` [PATCHv3 1/6] pretty.c: add %f format specifier to format_commit_message()
      ` [PATCH] format_sanitized_subject: Don't trim past initial length of strbuf

bsd group semantics
 2009-03-31 22:25 UTC  (9+ messages)

Git, C89, and older compilers
 2009-03-31 22:22 UTC  (3+ messages)

strbuf name conflict on Mac OS
 2009-03-31 21:57 UTC  (5+ messages)

git doc build failure on OS X 10.5.6 (Leopard) during xmlto phase
 2009-03-31 20:56 UTC  (12+ messages)

Implementing stat() with FindFirstFile()
 2009-03-31 20:49 UTC  (12+ messages)

GSoC 2009 - Students - Submit Your Proposals
 2009-03-31 20:37 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).