git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-06-07 06:23:10 to 2013-06-08 12:15:46 UTC [more...]

[PATCH v3 0/2] cherry-pick: fix memory leaks
 2013-06-08 12:15 UTC  (5+ messages)
` [PATCH v3 1/2] unpack-trees: plug a memory leak
` [PATCH v3 2/2] read-cache: plug a few leaks

What's cooking in git.git (Jun 2013, #02; Tue, 4)
 2013-06-08 12:07 UTC  (66+ messages)
` [Administrivia] On ruby and contrib/
          ` Dependencies and packaging (Re: [Administrivia] On ruby and contrib/)
    ` [PATCH] t0005: skip signal death exit code test on Windows

Bug: `gitsubmodule` does not list modules with unicode characters
 2013-06-08 12:06 UTC  (5+ messages)

[PATCH 0/2] Move sequencer
 2013-06-08 11:42 UTC  (8+ messages)
` [PATCH 1/2] log-tree: remove dependency from sequencer
` [PATCH 2/2] Move sequencer to builtin

[PATCH] tests: fix autostash
 2013-06-08 10:24 UTC  (3+ messages)

[PATCH 0/3] Trivial patches
 2013-06-08 10:15 UTC  (8+ messages)
` [PATCH 1/3] sequencer: trivial fix
` [PATCH 2/3] test: improve rebase -q test
` [PATCH 3/3] submodule: remove unnecessary check

[PATCH 1/2] status: introduce status.short to enable --short by default
 2013-06-08  9:28 UTC  (2+ messages)
` [PATCH 2/2] status: introduce status.branch to enable --branch "

[PATCH v2 00/22] git-remote-mediawiki: Follow perlcritic's recommandations
 2013-06-08  8:51 UTC  (31+ messages)
` [PATCH v2 01/22] git-remote-mediawiki: Replace :utf8 by :encoding(UTF-8)
` [PATCH v2 02/22] git-remote-mediawiki: Use the Readonly module instead of the constant pragma
` [PATCH v2 03/22] git-remote-mediawiki: Always end a subroutine with a return
` [PATCH v2 04/22] git-remote-mediawiki: Move a variable declaration at the top of the code
` [PATCH v2 05/22] git-remote-mediawiki: Change syntax of map calls
` [PATCH v2 06/22] git-remote-mediawiki: Rewrite unclear line of instructions
` [PATCH v2 07/22] git-remote-mediawiki: Change style of some regular expressions
` [PATCH v2 08/22] git-remote-mediawiki: Add newline in the end of die() error messages
` [PATCH v2 09/22] git-remote-mediawiki: Change the name of a variable
` [PATCH v2 10/22] git-remote-mediawiki: Turn double-negated expressions into simple expressions
` [PATCH v2 11/22] git-remote-mediawiki: Remove unused variable $entry
` [PATCH v2 12/22] git-remote-mediawiki: Rename a variable ($last) which has the name of a keyword
` [PATCH v2 13/22] git-remote-mediawiki: Assign a variable as undef and make proper indentation
` [PATCH v2 14/22] git-remote-mediawiki: Check return value of open + remove import of unused open2
` [PATCH v2 15/22] git-remote-mediawiki: Put long code into a subroutine
` [PATCH v2 16/22] git-remote-mediawiki: Modify strings for a better coding-style
` [PATCH v2 17/22] git-remote-mediawiki: Brace file handles for print for more clarity
` [PATCH v2 18/22] git-remote-mediawiki: Replace "unless" statements with negated "if" statements
` [PATCH v2 19/22] git-remote-mediawiki: Don't use quotes for empty strings
` [PATCH v2 20/22] git-remote-mediawiki: Put non-trivial numeric values in constants
` [PATCH v2 21/22] git-remote-mediawiki: Fix a typo ("mediwiki" instead of "mediawiki")
` [PATCH v2 22/22] git-remote-mediawiki: Clearly rewrite double dereference

[PATCH 1/2] rm: better error message on failure for multiple files
 2013-06-08  8:33 UTC  (2+ messages)
` [PATCH 2/2] rm: introduce advice.rmHints to shorten messages

Git exile Issues
 2013-06-08  7:32 UTC  (2+ messages)

[PATCH] t0070: Use precondition CANNOTWRITE
 2013-06-08  7:23 UTC  (2+ messages)

[PATCH] completion: add deprecated __git_complete_file ()
 2013-06-08  0:35 UTC  (7+ messages)

What's cooking in git.git (Jun 2013, #03; Thu, 6)
 2013-06-08  0:11 UTC  (16+ messages)

[PATCH 0/2] Build fixes
 2013-06-07 23:12 UTC  (9+ messages)
` [PATCH 1/2] build: generate test scripts
` [PATCH 2/2] build: do not install git-remote-testgit

[PATCH] unpack-trees: improve maintainability
 2013-06-07 22:23 UTC 

[PATCH] contrib: related: print the amount of involvement
 2013-06-07 22:07 UTC 

[PATCH 00/11] Increase test coverage on Windows by removing SYMLINKS from many tests
 2013-06-07 22:04 UTC  (13+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] test-chmtime: Fix exit code on Windows
  ` [PATCH v2 02/10] t3010: modernize style
  ` [PATCH v2 03/10] tests: introduce test_ln_s_add
  ` [PATCH v2 04/10] tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)
  ` [PATCH v2 05/10] t0000: use test_ln_s_add to remove SYMLINKS prerequisite
  ` [PATCH v2 06/10] t3030: "
  ` [PATCH v2 07/10] t3100: "
  ` [PATCH v2 08/10] t3509, t4023, t4114: "
  ` [PATCH v2 09/10] t6035: "
  ` [PATCH v2 10/10] t4011: "

[PATCH] gitweb: fix problem causing erroneous project list
 2013-06-07 21:59 UTC  (4+ messages)

[PATCH] git-gui: bring Wish process to front on Mac
 2013-06-07 21:58 UTC  (2+ messages)

[PATCH] git-gui: bring Wish process to front on Mac
 2013-06-07 21:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH/RFC] git-remote-mediawiki: new tool to preview local changes without pushing
 2013-06-07 21:50 UTC 

[PATCH 00/18] git-remote-mediawiki: Follow perlcritic's recommandations
 2013-06-07 20:32 UTC  (16+ messages)
` [PATCH 01/18] Follow perlcritic's recommendations - level 5 and 4
` [PATCH 02/18] Change style of some regular expressions to make them clearer
` [PATCH 05/18] Turn double-negated expressions into simple expressions
` [PATCH 08/18] Explicitely assign local variable as undef and make a proper one-instruction-by- line indentation
` [PATCH 09/18] Check return value of open and remove import of unused open2

[PATCH v3 0/9] cherry-pick: improvements
 2013-06-07 20:28 UTC  (6+ messages)
` [PATCH v3 3/9] cherry-pick: add --skip-empty option

is there a fast web-interface to git for huge repos?
 2013-06-07 20:21 UTC  (7+ messages)

[PATCH v5 0/7] Rebase topology test
 2013-06-07 19:37 UTC  (4+ messages)
` [PATCH v6 0/8] "

git stash while pending merge should not be allowed
 2013-06-07 18:47 UTC  (2+ messages)

[PATCH 0/6] Minor prompt, completion cleanups
 2013-06-07 18:45 UTC  (8+ messages)
` [PATCH 2/6] completion: add common options for rev-parse
` [PATCH 6/6] completion: clarify ls-tree, archive, show completion

branch.<name>.pushremote not working with push.default simple or upstream
 2013-06-07 18:34 UTC  (9+ messages)

git diff bug?
 2013-06-07 16:01 UTC  (4+ messages)

[PATCH] fetch doc: escape asterisk in --tags paragraph
 2013-06-07 15:13 UTC  (4+ messages)

REQUEST-PULL: some msysgit build patches for upstream
 2013-06-07 14:39 UTC  (2+ messages)

Important Proposal!
 2013-06-07 14:09 UTC 

Is there a library for monitoring a git repository for any changes?
 2013-06-07 13:00 UTC  (2+ messages)

feature suggestion
 2013-06-07  8:59 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).