git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-07-28 16:03:18 to 2016-07-30 17:25:37 UTC [more...]

[PATCH v9 00/41] libify apply and use lib in am, part 2
 2016-07-30 17:24 UTC  (4+ messages)
` [PATCH v9 01/41] apply: make some names more specific
` [PATCH v9 02/41] apply: move 'struct apply_state' to apply.h
` [PATCH v9 03/41] builtin/apply: make apply_patch() return -1 or -128 instead of die()ing

[PATCH v3 0/8] status: V2 porcelain status
 2016-07-30 17:22 UTC  (3+ messages)
` [PATCH v3 7/8] status: update git-status.txt for --porcelain=v2

Issue with global config defaults "user.useConfigOnly = true" + "pull.rebase = preserve" - "user.email"
 2016-07-30 16:41 UTC  (13+ messages)

[PATCH 1/2] format-patch: Add a config option format.from to set the default for --from
 2016-07-30 15:40 UTC  (3+ messages)
` [PATCH 2/2] format-patch: Default to --from

[PATCH 0/3] diff-highlight: add support for git log --graph output
 2016-07-30 15:11 UTC  (4+ messages)
` [PATCH 1/3] diff-highlight: add some tests
` [PATCH 2/3] diff-highlight: add failing test for handling --graph output
` [PATCH 3/3] diff-highlight: add support for "

[PATCH v3 00/10] Git filter protocol
 2016-07-30 13:58 UTC  (17+ messages)
  ` [PATCH v3 01/10] pkt-line: extract set_packet_header()
  ` [PATCH v3 02/10] pkt-line: add direct_packet_write() and direct_packet_write_data()
  ` [PATCH v3 03/10] pkt-line: add packet_flush_gentle()
  ` [PATCH v3 04/10] pkt-line: call packet_trace() only if a packet is actually send
  ` [PATCH v3 05/10] pack-protocol: fix maximum pkt-line size
  ` [PATCH v3 06/10] run-command: add clean_on_exit_handler
  ` [PATCH v3 07/10] convert: quote filter names in error messages
  ` [PATCH v3 08/10] convert: modernize tests
  ` [PATCH v3 09/10] convert: generate large test files only once
  ` [PATCH v3 10/10] convert: add filter.<driver>.process option

t7063 failure on FreeBSD 10.3 i386/amd64
 2016-07-30 13:54 UTC  (6+ messages)

[RFC] git-format-patch: default to --from to avoid spoofed mails?
 2016-07-30  9:41 UTC  (16+ messages)
                  ` [PATCH 0/2] format-patch: Transition the default to --from to avoid spoofed mails

[PATCH v1 0/3] Git filter protocol
 2016-07-30  9:32 UTC  (23+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 5/5] convert: add filter.<driver>.process option

[PATCH] t4130: work around Windows limitation
 2016-07-30  8:11 UTC  (4+ messages)

Small trivial annoyance with the nice new builtin "git am"
 2016-07-30  2:41 UTC  (18+ messages)
          ` [PATCH] reset cached ident date before creating objects

What's cooking in git.git (Jul 2016, #09; Fri, 29)
 2016-07-30  1:11 UTC 

Does anything document --date=tea/yesterday/noon/midnight/never/now etc.?
 2016-07-29 22:55 UTC 

[PATCH v2 2/3] Make test t3700-add.sh more robust
 2016-07-29 22:03 UTC  (2+ messages)

[PATCH v2 1/3] Enhance test t3700-add.sh
 2016-07-29 21:57 UTC  (2+ messages)

[[PATCH v2] 0/4] Use header data patch ids for rebase to avoid loading file content
 2016-07-29 21:46 UTC  (10+ messages)
` [[PATCH v2] 1/4] patch-ids: stop using a hand-rolled hashmap implementation
` [[PATCH v2] 2/4] patch-ids: replace the seen indicator with a commit pointer
` [[PATCH v2] 3/4] patch-ids: add flag to create the diff patch id using header only data
` [[PATCH v2] 4/4] rebase: avoid computing unnecessary patch IDs

[PATCH v2 3/3] Simplify test t3700-add.sh
 2016-07-29 21:12 UTC 

[PATCH v8 00/41] libify apply and use lib in am, part 2
 2016-07-29 18:58 UTC  (9+ messages)
` [PATCH v8 32/41] environment: add set_index_file()

git bisect for reachable commits only
 2016-07-29 18:03 UTC  (2+ messages)

[ANNOUNCE] git-series: track changes to a patch series over time
 2016-07-29 16:59 UTC  (6+ messages)

[PATCH] Fix failing test t3700-add.sh
 2016-07-29 16:49 UTC  (4+ messages)

[PATCH 0/3] diff-highlight: add support for git log --graph output
 2016-07-29 16:40 UTC  (2+ messages)

[PATCH/RFC 0/7] Add possibility to clone specific subdirectories
 2016-07-29 15:51 UTC  (10+ messages)
` [PATCH/RFC 3/7] Skip checking integrity of files ignored by sparse
` [PATCH/RFC 4/7] fetch-pack: add sparse prefix to smart protocol
` [PATCH/RFC 5/7] fetch: add sparse-prefix option
` [PATCH/RFC 6/7] clone: "
` [PATCH/RFC 7/7] remote-curl: add sparse prefix

[PATCH v2 0/7] speed up pack-objects counting with many packs
 2016-07-29 15:02 UTC  (10+ messages)
` [PATCH v2 1/7] t/perf: add tests for many-pack scenarios
` [PATCH v2 2/7] sha1_file: drop free_pack_by_name
` [PATCH v2 3/7] add generic most-recently-used list
` [PATCH v2 4/7] find_pack_entry: replace last_found_pack with MRU cache
` [PATCH v2 5/7] pack-objects: break out of want_object loop early
` [PATCH v2 6/7] pack-objects: compute local/ignore_pack_keep early
` [PATCH v2 7/7] pack-objects: use mru list when iterating over packs

[PATCH] gitweb: escape link body in format_ref_marker
 2016-07-29 14:49 UTC 

[PATCH] pack-objects: Use reachability bitmap index when generating non-stdout pack too
 2016-07-29  7:47 UTC  (8+ messages)
          ` [PATCH 1/2] pack-objects: Teach --use-bitmap-index codepath to respect --local, --honor-pack-keep and --incremental
          ` [PATCH v4 2/2] pack-objects: Teach it to use reachability bitmap index when generating non-stdout pack too

[PATCH 0/3] diff-highlight: add support for git log --graph output
 2016-07-29  7:46 UTC  (2+ messages)

[PATCHv1] completion: add option '--recurse-submodules' to 'git clone'
 2016-07-29  1:26 UTC  (6+ messages)

[PATCHv3 0/7] submodule update: allow '.' for branch value
 2016-07-29  0:44 UTC  (8+ messages)
` [PATCHv3 1/7] t7406: future proof tests with hard coded depth
` [PATCHv3 2/7] submodule update: respect depth in subsequent fetches
` [PATCHv3 3/7] submodule update: narrow scope of local variable
` [PATCHv3 4/7] submodule--helper: fix usage string for relative-path
` [PATCHv3 5/7] submodule-config: keep configured branch around
` [PATCHv3 6/7] submodule--helper: add remote-branch helper
` [PATCHv3 7/7] submodule update: allow '.' for branch value

git-testadd: Execute a command with only the staged changes in Git applied
 2016-07-28 23:17 UTC  (5+ messages)

[Git 2.9.2] diff inserted by commit.verbose not removed when rewording
 2016-07-28 22:19 UTC 

[RFC] git-svn: allow --version to work anywhere
 2016-07-28 22:07 UTC  (6+ messages)
  ` [PATCH] "

Alternatives to mid.gmane.org?
 2016-07-28 22:06 UTC  (4+ messages)

[ANNOUNCE] more archives of this list
 2016-07-28 20:59 UTC  (2+ messages)

[PATCH va/i18n-even-more] rebase-interactive: trim leading whitespace from progress count
 2016-07-28 20:30 UTC  (4+ messages)

[PATCH 0/2] submodule update: allow '.' for branch value
 2016-07-28 20:02 UTC  (11+ messages)
` [PATCH 1/2] t7406: correct depth test in shallow test
` [PATCH 2/2] submodule update: allow '.' for branch value
  ` [PATCHv2 "

Bug? git rebase -i --autostash fails to restore working files
 2016-07-28 17:29 UTC  (3+ messages)

[PATCH] submodule-config: use explicit empty string instead of strbuf in config_from()
 2016-07-28 16:26 UTC  (10+ messages)
        ` [PATCH 1/2] fix passing a name for config from submodules
              ` [PATCH 1/3] submodule-config: passing name reference for .gitmodule blobs

[PATCH] i18n: config: unfold error messages marked for translation
 2016-07-28 16:17 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] i18n: notes: mark comment for translation
 2016-07-28 16:09 UTC  (3+ messages)
` [PATCH v4] "


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