git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-06-06 19:35:21 to 2013-06-07 21:57:26 UTC [more...]

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

What's cooking in git.git (Jun 2013, #03; Thu, 6)
 2013-06-07 21:53 UTC  (15+ messages)

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

[PATCH v2 00/22] git-remote-mediawiki: Follow perlcritic's recommandations
 2013-06-07 21:42 UTC  (23+ 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 00/11] Increase test coverage on Windows by removing SYMLINKS from many tests
 2013-06-07 20:53 UTC  (12+ 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 20:39 UTC  (3+ messages)

[PATCH] completion: add deprecated __git_complete_file ()
 2013-06-07 20:38 UTC  (5+ messages)

[PATCH 0/3] Trivial patches
 2013-06-07 20:32 UTC  (4+ messages)
` [PATCH 1/3] sequencer: trivial fix
` [PATCH 2/3] test: improve rebase -q test
` [PATCH 3/3] submodule: remove unnecessary check

[PATCH 00/18] git-remote-mediawiki: Follow perlcritic's recommandations
 2013-06-07 20:32 UTC  (41+ 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 07/18] Rename a variable ($last) so that it does not have the name of a keyword
` [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 10/18] Put long code into a submodule
` [PATCH 11/18] Modify strings for a better coding-style
` [PATCH 12/18] Brace file handles for print for more clarity
` [PATCH 13/18] Remove "unless" statements and replace them by negated "if" statements
` [PATCH 14/18] Don't use quotes for empty strings
` [PATCH 15/18] Put non-trivial numeric values (e.g., different from 0, 1 and 2) in constants
` [PATCH 16/18] Fix a typo ("mediwiki" instead of "mediawiki")
` [PATCH 17/18] Place the open() call inside the do{} struct and prevent failing close
` [PATCH 18/18] Clearly rewrite double dereference

[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

What's cooking in git.git (Jun 2013, #02; Tue, 4)
 2013-06-07 20:24 UTC  (62+ 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

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  (11+ messages)
` [PATCH v6 0/8] "
  ` [PATCH v6 1/7] add simple tests of consistency across rebase types
  ` [PATCH v6 2/7] add tests for rebasing with patch-equivalence present
  ` [PATCH v6 3/7] add tests for rebasing of empty commits
  ` [PATCH v6 4/7] add tests for rebasing root
  ` [PATCH v6 5/7] add tests for rebasing merged history
  ` [PATCH v6 6/7] t3406: modernize style
  ` [PATCH v6 7/7] tests: move test for rebase messages from t3400 to t3406

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 

[PATCH/RFC] add --authorship-order flag to git log / rev-list
 2013-06-07  5:29 UTC  (17+ messages)
` [PATCH/RFC] rev-list: add --authorship-order alternative ordering
            ` [PATCH] toposort: rename "lifo" field
                ` [PATCH 0/3] Preparing for --date-order=author
                  ` [PATCH 1/3] toposort: rename "lifo" field
                  ` [PATCH 2/3] commit-queue: LIFO or priority queue of commits
                  ` [PATCH 3/3] sort-in-topological-order: use commit-queue

[RFC/PATCH 0/4] real reachability checks for upload-archive
 2013-06-07  0:50 UTC  (3+ messages)
` [PATCH 4/4] archive: ignore blob objects when checking reachability

Ignoring pattern in un-ignored directory not working anymore
 2013-06-06 21:08 UTC  (3+ messages)


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