git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-07-25 16:05:30 to 2016-07-27 04:20:54 UTC [more...]

[PATCH v10 01/12] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-07-27  4:20 UTC  (9+ messages)
` [PATCH v10 12/12] bisect--helper: `get_terms` & `bisect_terms` shell function in C

Current state of Git worktree used with submodules?
 2016-07-27  4:10 UTC  (14+ messages)
` [PATCH v4 0/4] Split .git/config in multiple worktree setup
  ` [PATCH v4 1/4] worktree: add per-worktree config files
  ` [PATCH v4 3/4] submodule: support running in multiple worktree setup

[PATCH v1 0/3] Git filter protocol
 2016-07-27  2:35 UTC  (34+ messages)
` [PATCH v1 2/3] convert: modernize tests
` [PATCH v1 3/3] convert: add filter.<driver>.useProtocol option
` [PATCH v2 0/5] Git filter protocol
  ` [PATCH v2 1/5] convert: quote filter names in error messages
  ` [PATCH v2 2/5] convert: modernize tests
  ` [PATCH v2 3/5] pkt-line: extract and use `set_packet_header` function
  ` [PATCH v2 4/5] convert: generate large test files only once
  ` [PATCH v2 5/5] convert: add filter.<driver>.process option

[PATCH v2 3/3] subtree: adjust style to match CodingGuidelines
 2016-07-27  0:56 UTC 

[PATCH] submodule-config: use explicit empty string instead of strbuf in config_from()
 2016-07-26 22:02 UTC  (10+ messages)
        ` [PATCH 1/2] fix passing a name for config from submodules
        ` [PATCH 2/2] submodule-config: combine error checking if clauses

[PATCH 0/2] speed up "Counting objects" when there are many packs
 2016-07-26 21:38 UTC  (10+ messages)
` [PATCH 1/2] pack-objects: break out of want_object loop early
` [PATCH 2/2] pack-objects: compute local/ignore_pack_keep early

[PATCH] push: allow pushing new branches with --force-with-lease
 2016-07-26 21:19 UTC  (19+ messages)
  ` [PATCH v2 0/3] "
    ` [PATCH v3 "
    ` [PATCH v3 1/3] Documentation/git-push: fix placeholder formatting
    ` [PATCH v3 2/3] push: add shorthand for --force-with-lease branch creation
    ` [PATCH v3 3/3] push: allow pushing new branches with --force-with-lease
  ` [PATCH v2 1/3] Documentation/git-push: fix placeholder formatting
  ` [PATCH v2 2/3] push: add shorthand for --force-with-lease branch creation
  ` [PATCH v2 3/3] push: allow pushing new branches with --force-with-lease

[PATCH v8 00/41] libify apply and use lib in am, part 2
 2016-07-26 21:18 UTC  (12+ messages)
` [PATCH v8 32/41] environment: add set_index_file()
` [PATCH v8 34/41] apply: add 'be_silent' variable to 'struct apply_state'
` [PATCH v8 35/41] apply: make 'be_silent' incompatible with 'apply_verbosely'
` [PATCH v8 36/41] apply: don't print on stdout when be_silent is set
` [PATCH v8 40/41] builtin/am: use apply api in run_apply()

[PATCH v3 0/8] status: V2 porcelain status
 2016-07-26 21:11 UTC  (9+ messages)
` [PATCH v3 1/8] status: rename long-format print routines
` [PATCH v3 2/8] status: cleanup API to wt_status_print
` [PATCH v3 3/8] status: support --porcelain[=<version>]
` [PATCH v3 4/8] status: per-file data collection for --porcelain=v2
` [PATCH v3 5/8] status: print per-file porcelain v2 status data
` [PATCH v3 6/8] status: print branch info with --porcelain=v2 --branch
` [PATCH v3 7/8] status: update git-status.txt for --porcelain=v2
` [PATCH v3 8/8] status: tests "

[PATCH] merge: Run commit-msg hook
 2016-07-26 21:12 UTC  (6+ messages)

[PATCH 1/3] t7900-subtree.sh: fix quoting and broken && chains
 2016-07-26 20:54 UTC  (7+ messages)
` [PATCH 2/3] subtree: fix "git subtree split --rejoin"
` [PATCH 3/3] subtree: adjust style to match CodingGuidelines

[PATCH]submodule deinit: remove outdated comment
 2016-07-26 20:52 UTC  (2+ messages)

git cherry-pick conflict error message is deceptive when cherry-picking multiple commits
 2016-07-26 20:44 UTC  (4+ messages)

[PATCH v2] commit: Fix description of no-verify
 2016-07-26 20:44 UTC  (2+ messages)

[PATCH] t5510: become resilient to GETTEXT_POISON
 2016-07-26 20:11 UTC  (6+ messages)
` [PATCH] t5510: skip tests under GETTEXT_POISON build

[PATCH v2 0/8] status: V2 porcelain status
 2016-07-26 19:42 UTC  (20+ messages)
` [PATCH v2 1/8] status: rename long-format print routines
` [PATCH v2 2/8] status: cleanup API to wt_status_print
` [PATCH v2 3/8] status: support --porcelain[=<version>]
` [PATCH v2 4/8] status: per-file data collection for --porcelain=v2
` [PATCH v2 5/8] status: print per-file porcelain v2 status data
` [PATCH v2 6/8] status: print branch info with --porcelain=v2 --branch
` [PATCH v2 7/8] status: update git-status.txt for --porcelain=v2
` [PATCH v2 8/8] status: tests "

[PATCH v2 0/6] reflog docs and date-formatting
 2016-07-26 18:47 UTC  (4+ messages)
` [PATCH v2 5/6] date: document and test "raw-local" mode

[RFC] A Change to Commit IDs Too Ridiculous to Consider?
 2016-07-26 14:26 UTC  (6+ messages)

[PATCH v3 00/16] Use merge_recursive() directly in the builtin am
 2016-07-26 17:12 UTC  (34+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/16] Verify that `git pull --rebase` shows the helpful advice when failing
  ` [PATCH v4 02/16] Report bugs consistently
  ` [PATCH v4 06/16] merge_recursive: abort properly upon errors
  ` [PATCH v4 11/16] am -3: use merge_recursive() directly again
  ` [PATCH v5 00/16] Use merge_recursive() directly in the builtin am
    ` [PATCH v5 01/16] t5520: verify that `pull --rebase` shows the helpful advice when failing
    ` [PATCH v5 02/16] Report bugs consistently
    ` [PATCH v5 03/16] Avoid translating bug messages
    ` [PATCH v5 04/16] merge-recursive: clarify code in was_tracked()
    ` [PATCH v5 05/16] Prepare the builtins for a libified merge_recursive()
    ` [PATCH v5 06/16] merge_recursive: abort properly upon errors
    ` [PATCH v5 07/16] merge-recursive: avoid returning a wholesale struct
    ` [PATCH v5 08/16] merge-recursive: allow write_tree_from_memory() to error out
    ` [PATCH v5 09/16] merge-recursive: handle return values indicating errors
    ` [PATCH v5 10/16] merge-recursive: switch to returning errors instead of dying
    ` [PATCH v5 11/16] am -3: use merge_recursive() directly again
    ` [PATCH v5 12/16] merge-recursive: flush output buffer before printing error messages
    ` [PATCH v5 13/16] merge-recursive: write the commit title in one go
    ` [PATCH v5 14/16] merge-recursive: offer an option to retain the output in 'obuf'
    ` [PATCH v5 15/16] Ensure that the output buffer is released after calling merge_trees()
    ` [PATCH v5 16/16] merge-recursive: flush output buffer even when erroring out

[PATCH v2] i18n: notes: mark comment for translation
 2016-07-26 17:05 UTC  (6+ messages)
` [PATCH v3] "

[PATCH] merge: Run commit-msg hook
 2016-07-26 15:32 UTC 

[PATCH v2] merge: Run commit-msg hook
 2016-07-26 15:26 UTC 

[ANN] Pro Git Reedited 2nd Edition
 2016-07-26 14:22 UTC  (3+ messages)

[PATCH] commit: Fix description of no-verify
 2016-07-26 13:43 UTC  (4+ messages)

LARGE_PACKET_MAX wrong?
 2016-07-26 13:42 UTC 

[RFC] git subcommand to check if branch is up-to-date with upstream
 2016-07-26  9:32 UTC  (4+ messages)

What's cooking in git.git (Jul 2016, #07; Mon, 25)
 2016-07-26  7:14 UTC  (3+ messages)

[PATCH] config.mak.uname: correct perl path on FreeBSD
 2016-07-26  6:47 UTC  (8+ messages)

[Bug] [Git Gui] git-gui commit gpg signing problem
 2016-07-26  1:06 UTC 

[PATCH] Documentation, git submodule: Note about --reference
 2016-07-26  0:45 UTC  (4+ messages)

Client exit whilst running pre-receive hook : commit accepted but no post-receive hook ran
 2016-07-25 22:22 UTC  (2+ messages)

[RFC/PATCH 0/8] Add configuration options for split-index
 2016-07-25 21:18 UTC  (5+ messages)

[PATCH] format-patch: escape "From " lines recognized by mailsplit
 2016-07-25 20:49 UTC  (11+ messages)
    ` [PATCH 1/2] mailinfo: extract is_from_line from mailsplit

[PATCH] pack-objects: Use reachability bitmap index when generating non-stdout pack too
 2016-07-25 18:53 UTC  (5+ messages)

[PATCH 0/2] fix git-svn HTTP tests under Apache 2.4
 2016-07-25 17:42 UTC  (3+ messages)
` [PATCH 2/2] git svn: migrate tests to use lib-httpd

Bug: "git log --format='format:%+s%+b'" doesn't insert newline before body
 2016-07-25 17:28 UTC  (3+ messages)

Complex gitweb URL
 2016-07-25 16:34 UTC  (3+ messages)

git-prompt.sh incompatible with non-basic global grep.patternType
 2016-07-25 16:16 UTC  (7+ 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).