git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-09-26 18:31:49 to 2017-09-29 06:49:46 UTC [more...]

[PATCH v16 1/6] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2017-09-29  6:49 UTC  (2+ messages)
` [PATCH v16 2/6] bisect--helper: rewrite `check_term_format` shell function in C

What's cooking in git.git (Sep 2017, #06; Fri, 29)
 2017-09-29  6:34 UTC  (2+ messages)

RFC: Another proposed hash function transition plan
 2017-09-29  6:06 UTC  (18+ messages)
  ` RFC v3: "
      ` [PATCH v4] technical doc: add a design doc for hash function transition
                      ` [PATCH] "

[PATCH] fast-import: checkpoint: dump branches/tags/marks even if object_count==0
 2017-09-29  5:40 UTC  (18+ messages)
` [PATCH 1/1] "

[PATCH] git-sh: Avoid sourcing scripts with git --exec-path
 2017-09-29  5:00 UTC  (5+ messages)

[PATCH] gitk: expand $config_file_tmp before reporting to user
 2017-09-29  4:34 UTC  (6+ messages)

[PATCH] doc: correct command formatting
 2017-09-29  4:07 UTC  (8+ messages)

[PATCH v7 00/12] Fast git status via a file system watcher
 2017-09-29  2:20 UTC  (3+ messages)
` [PATCH v8 "

[PATCH v3 00/21] Read `packed-refs` using mmap()
 2017-09-29  2:13 UTC  (3+ messages)

RFC: Design and code of partial clones (now, missing commits and trees OK)
 2017-09-29  2:03 UTC  (3+ messages)

(no subject)
 2017-09-29  1:00 UTC 

[Bug/Solution] Git hangs in compat/poll/poll.c on HPE NonStop
 2017-09-28 22:47 UTC  (2+ messages)

[PATCH] [Outreachy] cleanup: use list.h in mru.h and mru.c
 2017-09-28 22:42 UTC  (9+ messages)
  ` [PATCH Outreachy] mru: use double-linked list from list.h

[PATCH 0/8] protocol transition
 2017-09-28 22:20 UTC  (30+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] connect: in ref advertisement, shallows are last
  ` [PATCH v2 2/9] pkt-line: add packet_write function
  ` [PATCH v2 3/9] protocol: introduce protocol extention mechanisms
  ` [PATCH v2 4/9] daemon: recognize hidden request arguments
  ` [PATCH v2 5/9] upload-pack, receive-pack: introduce protocol version 1
  ` [PATCH v2 6/9] connect: teach client to recognize v1 server response
  ` [PATCH v2 7/9] connect: tell server that the client understands v1
  ` [PATCH v2 8/9] http: "
  ` [PATCH v2 9/9] i5700: add interop test for protocol transition

hacktoberfest
 2017-09-28 21:19 UTC  (2+ messages)

[PATCH] oidmap: map with OID as key
 2017-09-28 20:05 UTC  (6+ messages)

[RFC] clang-format: outline the git project's coding style
 2017-09-28 17:16 UTC  (7+ messages)

[PATCH] git: add --no-optional-locks option
 2017-09-28 16:15 UTC  (14+ messages)
` [PATCH v2] "

[PATCH 05/13] list-objects-filter-large: add large blob filter to list-objects
 2017-09-28 14:33 UTC  (9+ messages)
` [PATCH 07/13] object-filter: common declarations for object filtering
` [PATCH 09/13] rev-list: add object filtering support

Updated to v2.14.2 on macOS; git add --patch broken
 2017-09-28  5:31 UTC  (9+ messages)

diffstat summary mode change bug
 2017-09-28  4:14 UTC  (19+ messages)
      ` [PATCH] diff: correct newline in summary for renamed files

Help
 2017-09-28  3:06 UTC  (2+ messages)

BUG in git diff-index
 2017-09-27 21:06 UTC  (10+ messages)
              ` Google indexing https://public-inbox.org/git (was: BUG in git diff-index)
            ` Wrong -dirty suffix set by setlocalversion "

[PATCH 00/13] RFC object filtering for parital clone
 2017-09-27 20:49 UTC  (13+ messages)
` [PATCH 02/13] oidset2: create oidset subclass with object length and pathname
` [PATCH 03/13] list-objects: filter objects in traverse_commit_list

BUG: merge -s theirs is not in effect (does the same as -s ours)
 2017-09-27 20:21 UTC  (10+ messages)
    ` Re* "
      ` -s theirs use-case(s) Was: BUG: merge -s theirs is not in effect

What's the idea of specifying binary=true together with textconv?
 2017-09-27 19:18 UTC  (2+ messages)

[PATCH v6 00/40] Add initial experimental external ODB support
 2017-09-27 16:46 UTC  (4+ messages)
` [PATCH v6 09/40] Add initial external odb support

[PATCH 0/4] Assorted comment fixes
 2017-09-27 15:59 UTC  (4+ messages)
` [PATCH 4/4] Move documentation of string_list into string-list.h

About Magit (git client) and its fundraiser
 2017-09-27 12:49 UTC 

Speeding up history traversals with caches
 2017-09-27  8:09 UTC 

[PATCH 0/3] validate_headref: avoid reading uninitialized bytes
 2017-09-27  7:28 UTC  (8+ messages)
` [PATCH 1/3] validate_headref: NUL-terminate HEAD buffer
` [PATCH 2/3] validate_headref: use skip_prefix for symref parsing
` [PATCH 3/3] validate_headref: use get_oid_hex for detached HEADs

[PATCH 0/7] read/write_in_full leftovers
 2017-09-27  7:09 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] files-backend: prefer "0" for write_in_full() error check
  ` [PATCH v2 2/7] notes-merge: drop dead zero-write code
  ` [PATCH v2 3/7] prefer "!=" when checking read_in_full() result
  ` [PATCH v2 4/7] avoid looking at errno for short read_in_full() returns
  ` [PATCH v2 5/7] distinguish error versus short read from read_in_full()
  ` [PATCH v2 6/7] worktree: use xsize_t to access file size
  ` [PATCH v2 7/7] worktree: check the result of read_in_full()

[PATCH 3/7] read_in_full: reset errno before reading
 2017-09-27  4:27 UTC  (12+ messages)

[PATCH] t7406: submodule.<name>.update command must not be run from .gitmodules
 2017-09-27  3:21 UTC  (5+ messages)

What's cooking in git.git (Jul 2017, #01; Wed, 5)
 2017-09-27  2:02 UTC  (6+ messages)
` [PATCH v2 0/3] branch: add a --copy to go with --move
    ` [PATCH 4/3] branch: fix "copy" to never touch HEAD

git apply fails silently when on the wrong directory
 2017-09-27  1:25 UTC  (3+ messages)

[PATCH] submodule: correct error message for missing commits
 2017-09-27  0:52 UTC  (3+ messages)

[PATCH 0/3] Comment fixes
 2017-09-27  0:13 UTC  (2+ messages)

[PATCH v2 0/9] Teach 'run' perf script to read config files
 2017-09-27  0:04 UTC  (6+ messages)

[PATCH] connect: in ref advertisement, shallows are last
 2017-09-26 18:31 UTC  (3+ messages)
` [PATCH v5] "


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