git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-06-13 17:06:16 to 2013-06-15 13:02:49 UTC [more...]

[PATCH] diff: add --ignore-blank-lines option
 2013-06-15 13:01 UTC  (2+ messages)

[PATCH v3 0/2] Fix am with stray $dotest directory
 2013-06-15 12:43 UTC  (3+ messages)
` [PATCH v3 1/2] am: handle "
` [PATCH v3 2/2] t/am: use test_path_is_missing() where appropriate

[PATCH v2 0/2] Fix am with stray $dotest directory
 2013-06-15 12:35 UTC  (15+ messages)
` [PATCH 1/2] am: handle "
` [PATCH 2/2] t/am: use test_path_is_missing() where appropriate

[PATCH 0/6] Fix git checkout - with rebase
 2013-06-15 12:13 UTC  (34+ messages)
` [PATCH 1/6] t/checkout-last: checkout - doesn't work after rebase
` [PATCH 2/6] rebase: prepare to write reflog message for checkout
` [PATCH 3/6] rebase -i: "
` [PATCH 4/6] wt-status: remove unused field in grab_1st_switch_cbdata
` [PATCH 5/6] status: do not depend on flaky reflog messages

rebase --autosquash does not handle fixup! of fixup!
 2013-06-15 10:07 UTC  (5+ messages)
  ` [PATCH] rebase -i: fixup fixup! fixup!

Is there a way to cherry-pick a merge?
 2013-06-15  3:03 UTC  (5+ messages)

[PATCH] unpack_entry: do not die when we fail to apply a delta
 2013-06-14 22:23 UTC  (11+ messages)
  ` [PATCH 0/2] recover from "failed to apply delta"
    ` [PATCH 1/2] t5303: drop "count=1" from corruption dd
    ` [PATCH 2/2] unpack_entry: do not die when we fail to apply a delta

Teams of people using signed commits
 2013-06-14 22:06 UTC  (3+ messages)

[RFH/PATCH 0/4] git http tests with apache 2.4
 2013-06-14 21:58 UTC  (3+ messages)

[[PATCH v3] 0/2] module_list enhancements
 2013-06-14 18:33 UTC  (6+ messages)
` [[PATCH v3] 1/2] [submodule] handle multibyte characters in name
` [[PATCH v3] 2/2] [submodule] Replace perl-code with sh

[PATCH 0/2] Rebasing pull with autostash
 2013-06-14 18:26 UTC  (14+ messages)
` [PATCH 1/2] pull: respect rebase.autostash
` [PATCH 2/2] pull: clarify the large && { ... } form

[PATCH v2] prompt: squelch error output from cat
 2013-06-14 18:19 UTC  (2+ messages)

[PATCH V2] git-remote-mediawiki: remove hardcoded version number in the test suite
 2013-06-14 18:09 UTC  (2+ messages)

[PATCH] git-gui: bring Wish process to front on Mac
 2013-06-14 17:54 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] . git.el: use commit.template if available
 2013-06-14 17:51 UTC  (2+ messages)

[PATCH 0/3] Get rebase to work with :/foomery committish
 2013-06-14 16:56 UTC  (8+ messages)
` [PATCH 1/3] t/rebase: add failing tests for a peculiar revision
` [PATCH 2/3] sh-setup: add new peel_committish() helper
` [PATCH 3/3] rebase: use peel_committish() where appropriate

Difficulty adding a symbolic link
 2013-06-14 16:15 UTC 

[PATCH v6 00/31] git-remote-mediawiki: Follow perlcritic's recommandations
 2013-06-14 16:03 UTC  (33+ messages)
` [PATCH v6 01/31] git-remote-mediawiki: Make a regexp clearer
` [PATCH v6 02/31] git-remote-mediawiki: Move "use warnings;" before any instruction
` [PATCH v6 03/31] git-remote-mediawiki: Replace :utf8 by :encoding(UTF-8)
` [PATCH v6 04/31] git-remote-mediawiki: Always end a subroutine with a return
` [PATCH v6 05/31] git-remote-mediawiki: Move a variable declaration at the top of the code
` [PATCH v6 06/31] git-remote-mediawiki: Change syntax of map calls
` [PATCH v6 07/31] git-remote-mediawiki: Rewrite unclear line of instructions
` [PATCH v6 08/31] git-remote-mediawiki: Remove useless regexp modifier (m)
` [PATCH v6 09/31] git-remote-mediawiki: Change the behaviour of a split
` [PATCH v6 10/31] git-remote-mediawiki: Change separator of some regexps
` [PATCH v6 11/31] git-remote-mediawiki: Change style in a regexp
` [PATCH v6 12/31] "
` [PATCH v6 13/31] git-remote-mediawiki: Add newline in the end of die() error messages
` [PATCH v6 14/31] git-remote-mediawiki: Change the name of a variable
` [PATCH v6 15/31] git-remote-mediawiki: Turn double-negated expressions into simple expressions
` [PATCH v6 16/31] git-remote-mediawiki: Remove unused variable $entry
` [PATCH v6 17/31] git-remote-mediawiki: Rename a variable ($last) which has the name of a keyword
` [PATCH v6 18/31] git-remote-mediawiki: Assign a variable as undef and make proper indentation
` [PATCH v6 19/31] git-remote-mediawiki: Check return value of open
` [PATCH v6 20/31] git-remote-mediawiki: remove import of unused open2
` [PATCH v6 21/31] git-remote-mediawiki: Put long code into a subroutine
` [PATCH v6 22/31] git-remote-mediawiki: Modify strings for a better coding-style
` [PATCH v6 23/31] git-remote-mediawiki: Brace file handles for print for more clarity
` [PATCH v6 24/31] git-remote-mediawiki: Replace "unless" statements with negated "if" statements
` [PATCH v6 25/31] git-remote-mediawiki: Don't use quotes for empty strings
` [PATCH v6 26/31] git-remote-mediawiki: Put non-trivial numeric values in constants
` [PATCH v6 27/31] git-remote-mediawiki: Fix a typo ("mediwiki" instead of "mediawiki")
` [PATCH v6 28/31] git-remote-mediawiki: Clearly rewrite double dereference
` [PATCH v6 29/31] git-remote-mediawiki: Add a .perlcriticrc file
` [PATCH v6 30/31] git-remote-mediawiki: add a perlcritic rule in Makefile
` [PATCH v6 31/31] git-remote-mediawiki: Make error message more precise

[PATCH v2 0/5] Write a good 'git stash store' for autostash
 2013-06-14 15:16 UTC  (13+ messages)
` [PATCH 1/5] stash doc: add a warning about using create
` [PATCH 2/5] stash doc: document short form -p in synopsis
` [PATCH 3/5] stash: simplify option parser for create
` [PATCH 4/5] stash: introduce 'git stash store'
` [PATCH 5/5] rebase: use 'git stash store' to simplify logic

[PATCH v2 0/2] module_list enhancements
 2013-06-14 15:02 UTC  (4+ messages)
` [PATCH v2 1/2] [submodule] handle multibyte characters in name
` [PATCH v2 2/2] [submodule] Replace perl-code with sh

[PATCH] format-patch: remove existing output-directory
 2013-06-14 13:58 UTC  (12+ messages)

[PATCH] prompt: squelch error output from cat
 2013-06-14 13:58 UTC  (4+ messages)

slow process of post-receive script on a remote (samba) share
 2013-06-14 13:06 UTC  (5+ messages)

is there a fast web-interface to git for huge repos?
 2013-06-14 10:55 UTC  (8+ messages)

[PATCH] Documentation/CommunityGuidelines
 2013-06-14  9:48 UTC  (3+ messages)

git stash while pending merge should not be allowed
 2013-06-14  8:30 UTC  (4+ messages)

[PATCH 1/4] resolve_ref: close race condition for packed refs
 2013-06-14  7:17 UTC  (5+ messages)
` [PATCH 0/4] Fix a race condition when reading loose refs
  ` [PATCH 4/4] resolve_ref_unsafe(): close race condition "

[PATCH] am: handle stray $dotest directory case
 2013-06-13 22:49 UTC  (6+ messages)

[PATCH 0/3] Fix a couple of edge cases in autostash
 2013-06-13 22:29 UTC  (3+ messages)
` [PATCH 1/3] rebase: guard against missing files in read_basic_state()

[PATCH] reset: trivial refactoring
 2013-06-13 21:34 UTC  (4+ messages)

[PATCH] match-trees: factor out fill_tree_desc_strict
 2013-06-13 21:00 UTC  (2+ messages)

[PATCH] build: get rid of the notion of a git library
 2013-06-13 18:50 UTC  (7+ messages)
` [PATCH 0/3] Refactor useful notes functions into notes-utils.[ch]

[PATCH] use logical OR (||) instead of binary OR (|) in logical context
 2013-06-13 18:19 UTC 

[PATCH 0/3] Support :/quuxery in rebase (early preview)
 2013-06-13 18:16 UTC  (4+ messages)
` [PATCH 1/3] t/rebase: add failing tests for a peculiar revision
` [PATCH 2/3] sh-setup: add new peel_committish() helper
` [PATCH 3/3] rebase: use peel_committish() where appropriate

[PATCH 0/4] Fix triangular workflows for upstream, simple
 2013-06-13 17:45 UTC  (13+ messages)
` [PATCH 2/4] push: make upstream, simple work with pushdefault

[PATCH RFC] show-branch: use pager
 2013-06-13 17:33 UTC  (2+ messages)

[PATCH 0/3] Fix git checkout - (early preview)
 2013-06-13 17:05 UTC  (7+ messages)
` [PATCH 3/3] rebase -i: write better reflog messages for start


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