git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-03-26 02:45:03 to 2017-03-29 00:07:01 UTC [more...]

[PATCH v2 00/21] object_id part 7
 2017-03-29  0:06 UTC  (36+ messages)
` [PATCH v2 01/21] Define new hash-size constants for allocating memory
` [PATCH v2 02/21] Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ
` [PATCH v2 03/21] Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ
` [PATCH v2 04/21] builtin/diff: convert to struct object_id
` [PATCH v2 05/21] builtin/pull: convert portions "
` [PATCH v2 06/21] builtin/receive-pack: fix incorrect pointer arithmetic
` [PATCH v2 07/21] builtin/receive-pack: convert portions to struct object_id
` [PATCH v2 08/21] fsck: convert init_skiplist "
` [PATCH v2 09/21] parse-options-cb: convert sha1_array_append caller "
` [PATCH v2 10/21] test-sha1-array: convert most code "
` [PATCH v2 11/21] sha1_name: convert struct disambiguate_state to object_id
` [PATCH v2 12/21] sha1_name: convert disambiguate_hint_fn to take object_id
` [PATCH v2 13/21] submodule: convert check_for_new_submodule_commits to object_id
` [PATCH v2 14/21] builtin/pull: convert to struct object_id
` [PATCH v2 15/21] sha1-array: convert internal storage for struct sha1_array to object_id
` [PATCH v2 16/21] Make sha1_array_append take a struct object_id *
` [PATCH v2 17/21] Convert remaining callers of sha1_array_lookup to object_id
` [PATCH v2 18/21] Convert sha1_array_lookup to take struct object_id
` [PATCH v2 19/21] Convert sha1_array_for_each_unique and for_each_abbrev to object_id
` [PATCH v2 20/21] Rename sha1_array to oid_array
` [PATCH v2 21/21] Documentation: update and rename api-sha1-array.txt

[PATCH v2 0/4] recursing submodules with relative pathspec (grep and ls-files)
 2017-03-28 23:58 UTC  (11+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 2/5] setup: allow for prefix to be passed to git commands

[PATCH v6 0/7] short status: improve reporting for submodule changes
 2017-03-28 23:42 UTC  (11+ messages)
` [PATCH v7 "
  ` [PATCH 7/7] submodule.c: correctly handle nested submodules in is_submodule_modified
  ` [PATCH v8 0/7] short status: improve reporting for submodule changes
    ` [PATCH 1/2] "
    ` [PATCH 2/2] submodule.c: correctly handle nested submodules in is_submodule_modified

Proposal for "fetch-any-blob Git protocol" and server design
 2017-03-28 23:19 UTC  (2+ messages)

Git fails to build on Ubuntu Server 16.04
 2017-03-28 23:17 UTC 

[PATCH 0/18] snprintf cleanups
 2017-03-28 22:33 UTC  (21+ messages)
` [PATCH 01/18] do not check odb_mkstemp return value for errors
` [PATCH 02/18] odb_mkstemp: write filename into strbuf
` [PATCH 03/18] odb_mkstemp: use git_path_buf
` [PATCH 04/18] diff: avoid fixed-size buffer for patch-ids
` [PATCH 05/18] tag: use strbuf to format tag header
` [PATCH 06/18] fetch: use heap buffer to format reflog
` [PATCH 07/18] avoid using fixed PATH_MAX buffers for refs
` [PATCH 08/18] avoid using mksnpath "
` [PATCH 09/18] create_branch: move msg setup closer to point of use
` [PATCH 10/18] create_branch: use xstrfmt for reflog message
` [PATCH 11/18] name-rev: replace static buffer with strbuf
` [PATCH 12/18] receive-pack: print --pack-header directly into argv array
` [PATCH 13/18] replace unchecked snprintf calls with heap buffers
` [PATCH 14/18] combine-diff: replace malloc/snprintf with xstrfmt
` [PATCH 15/18] convert unchecked snprintf into xsnprintf
` [PATCH 16/18] transport-helper: replace checked snprintf with xsnprintf
` [PATCH 17/18] gc: replace local buffer with git_path
` [PATCH 18/18] daemon: use an argv_array to exec children

Git hackathon New York / London - call for mentors
 2017-03-28 22:18 UTC 

[PATCH] strbuf: support long paths w/o read rights in strbuf_getcwd() on FreeBSD
 2017-03-28 21:49 UTC  (8+ messages)

[PATCH RFC 1/2] strbuf: move strbuf_add_tabexpand into strbuf.c
 2017-03-28 20:46 UTC  (6+ messages)
` [PATCH RFC 2/2] diff: teach diff to expand tabs in output

[PATCH v3 0/2] read-cache: call verify_hdr() in a background thread
 2017-03-28 19:56 UTC  (6+ messages)
` [PATCH v3 1/2] read-cache: core.checksumindex
` [PATCH v3 2/2] test-core-checksum-index: core.checksumindex test helper

[RFC] should these two topics graduate to 'master' soon?
 2017-03-28 19:19 UTC  (4+ messages)

[PATCH] [GSOC] get_non_kept_pack_filenames(): reimplement using iterators
 2017-03-28 18:23 UTC  (2+ messages)

cherry-pick --message?
 2017-03-28 18:17 UTC  (6+ messages)
      ` UNS: "

Microproject | Add more builtin patterns for userdiff
 2017-03-28 18:11 UTC  (5+ messages)
  `  "

[GSoC] Proposal: turn git-add--interactive.perl into a builtin
 2017-03-28 18:05 UTC  (2+ messages)

[PATCH v3 0/2] [GSoC] remove_subtree(): reimplement using iterators
 2017-03-28 17:13 UTC  (5+ messages)
` [PATCH v3 1/2] [GSoC] dir_iterator: iterate over dir after its contents

What's cooking in git.git (Mar 2017, #11; Mon, 27)
 2017-03-28 16:56 UTC  (3+ messages)

[GSoC] Proposal Discussion
 2017-03-28 15:49 UTC  (3+ messages)

[PATCH v2 0/2] read-cache: call verify_hdr() in a background thread
 2017-03-28 15:37 UTC  (10+ messages)
` [PATCH v2 1/2] read-cache: skip index SHA verification
` [PATCH v2 2/2] skip_verify_index: helper test

[PATCHv2 00/14] completion: speed up refs completion
 2017-03-28 15:34 UTC  (4+ messages)
` [PATCHv2 08/14] completion: let 'for-each-ref' and 'ls-remote' filter matching refs

Add configuration options for some commonly used command-line options
 2017-03-28 13:13 UTC  (7+ messages)
` [PATCH/RFC] parse-options: add facility to make options configurable
          ` [PATCH/RFC v2] WIP configurable options facility

GSoC Project | Convert interactive rebase to C
 2017-03-28  6:27 UTC  (8+ messages)
  `  "
      `  "
          `  "

[PATCH] push: allow atomic flag via configuration
 2017-03-28  0:51 UTC  (8+ messages)

[PATCH v2 0/2] Refactor the filter process code into a reusable module
 2017-03-27 23:54 UTC  (7+ messages)
` [PATCH v2 1/2] pkt-line: add packet_writel() and packet_read_line_gently()
` [PATCH v2 2/2] sub-process: refactor the filter process code into a reusable module

[PATCH v1 0/3] Add support for downloading blobs on demand
 2017-03-27 22:04 UTC  (7+ messages)
` [PATCH v1 2/3] sub-process: refactor the filter process code into a reusable module

[PATCH 0/3] fixing some random blame corner cases
 2017-03-27 22:04 UTC  (4+ messages)
` [PATCH 3/3] blame: output porcelain "previous" header for each file

[PATCH 0/3] rebase -i (reword): call the commit-msg hook again
 2017-03-27 21:03 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] sequencer: make commit options more extensible

[PATCH v2 0/7] thread lazy_init_name_hash
 2017-03-27 20:50 UTC  (4+ messages)
` [PATCH v2 5/7] name-hash: perf improvement for lazy_init_name_hash

[PATCH 1/2] describe: localize debug output fully
 2017-03-27 20:44 UTC  (5+ messages)
` [PATCH v2 0/2] describe: localize debug output
  ` [PATCH v2 1/2] describe: localize debug output fully
  ` [PATCH v2 2/2] l10n: de: translate describe debug terms

[PATCH] git-p4: Add failing test case for name-rev vs symbolic-ref
 2017-03-27 20:30 UTC  (5+ messages)
` [PATCH] git-p4: add failing test for name-rev rather than symbolic-ref

[PATCH] l10n: add framework for localizing the manpages
 2017-03-27 20:29 UTC  (7+ messages)
` [PATCH v3 2/2] l10n: Add git-add.txt to localized man pages

[ANNOUNCE] Git for Windows 2.12.2
 2017-03-27 19:48 UTC 

[PATCH] rev-parse: match @{u}, @{push} and ^{<type>} case-insensitively
 2017-03-27 18:05 UTC  (16+ messages)
` [PATCH v2 0/3] rev-parse case insensitivity & @{p} synonym
` [PATCH v2 1/3] rev-parse: match @{upstream}, @{u} and @{push} case-insensitively
    ` [PATCH v3] "
` [PATCH v2 2/3] rev-parse: add @{p} as a synonym for @{push}
` [PATCH v2 3/3] rev-parse: match ^{<type>} case-insensitively

[PATCH 0/7] PREVIEW: Introduce DC_AND_OPENSSL_SHA1 make flag
 2017-03-27 17:15 UTC  (8+ messages)

[PATCH] sha1dc: safeguard against outside definitions of BIGENDIAN
 2017-03-27 17:05 UTC  (5+ messages)

--no-commit option does not work
 2017-03-27  5:44 UTC  (2+ messages)

[PATCH] pretty: add extra headers and MIME boundary directly
 2017-03-27  3:12 UTC  (6+ messages)

What's cooking in git.git (Mar 2017, #10; Fri, 24)
 2017-03-26 23:02 UTC  (3+ messages)

[PATCH v2 0/5] Kill manual ref parsing code in worktree.c
 2017-03-26  8:26 UTC  (7+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 2/4] refs: introduce get_worktree_ref_store()

[PATCH] contrib/subtree: add "--no-commit" flag for merge and pull
 2017-03-26  7:02 UTC 

Will OpenSSL's license change impact us?
 2017-03-26  4:43 UTC  (4+ messages)

[PATCH v4 0/2] diff --no-index: support symlinks and pipes
 2017-03-26  3:42 UTC  (5+ messages)
` [PATCH v4 1/2] diff --no-index: optionally follow symlinks

[PATCH v6 00/27] Remove submodule from files-backend.c
 2017-03-26  2:42 UTC  (13+ messages)
` [PATCH v7 00/28] "
  ` [PATCH v7 18/28] refs: move submodule code out of files-backend.c
  ` [PATCH v7 19/28] files-backend: replace submodule_allowed check in files_downcast()
  ` [PATCH v7 20/28] refs: rename get_ref_store() to get_submodule_ref_store() and make it public
  ` [PATCH v7 21/28] refs: add new ref-store api
  ` [PATCH v7 22/28] refs: new transaction related "
  ` [PATCH v7 23/28] files-backend: avoid ref api targetting main ref store
  ` [PATCH v7 24/28] refs: delete pack_refs() in favor of refs_pack_refs()
  ` [PATCH v7 25/28] t/helper: add test-ref-store to test ref-store functions
  ` [PATCH v7 26/28] t1405: some basic tests on main ref store
  ` [PATCH v7 27/28] t1406: new tests for submodule "
  ` [PATCH v7 28/28] refs.h: add a note about sorting order of for_each_ref_*


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