git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-09-28 21:56:33 to 2017-10-01 22:08:53 UTC [more...]

[PATCH 00/24] object_id part 10
 2017-10-01 22:08 UTC  (3+ messages)
` [PATCH 01/24] walker: convert to struct object_id
` [PATCH 02/24] refs/files-backend: convert struct ref_to_prune to object_id

what is git's position on "classic" mac <CR>-only end of lines?
 2017-10-01 21:29 UTC  (4+ messages)

[PATCH] clang-format: adjust line break penalties
 2017-10-01 21:29 UTC  (11+ messages)
      ` [PATCH] Add a comment to .clang-format about the meaning of the file
      ` [PATCH v2] "

"man git-stash" explanation of "--include-untracked" and "--all" seems ambiguous
 2017-10-01 20:44 UTC  (3+ messages)

[PATCH] builtin/: add UNLEAKs
 2017-10-01 17:42 UTC 

[PATCH 0/5] Support %(trailers) arguments in for-each-ref(1)
 2017-10-01 16:18 UTC  (35+ messages)
` [PATCH 1/5] pretty.c: delimit "%(trailers)" arguments with ","
` [PATCH 2/5] t6300: refactor %(trailers) tests
` [PATCH 3/5] ref-filter.c: add trailer options to used_atom
` [PATCH 4/5] ref-filter.c: use trailer_opts to format trailers
` [PATCH 5/5] ref-filter.c: parse trailers arguments with %(contents) atom
` [PATCH v2 0/6] Support %(trailers) arguments in for-each-ref(1)
  ` [PATCH v2 1/6] pretty.c: delimit "%(trailers)" arguments with ","
    ` [PATCH v2 2/6] t6300: refactor %(trailers) tests
    ` [PATCH v2 3/6] doc: 'trailers' is the preferred way to format trailers
    ` [PATCH v2 4/6] doc: use modern "`"-style code fencing
    ` [PATCH v2 5/6] ref-filter.c: use trailer_opts to format trailers
    ` [PATCH v2 6/6] ref-filter.c: parse trailers arguments with %(contents) atom
    ` [PATCH v3 1/6] pretty.c: delimit "%(trailers)" arguments with ","
      ` [PATCH v3 2/6] t6300: refactor %(trailers) tests
      ` [PATCH v3 3/6] doc: 'trailers' is the preferred way to format trailers
      ` [PATCH v3 4/6] doc: use modern "`"-style code fencing
      ` [PATCH v3 5/6] ref-filter.c: use trailer_opts to format trailers
      ` [PATCH v3 6/6] ref-filter.c: parse trailers arguments with %(contents) atom
    ` [PATCH v4 0/6] Support %(trailers) arguments in for-each-ref(1)
      ` [PATCH v4 1/6] pretty.c: delimit "%(trailers)" arguments with ","
        ` [PATCH v4 2/6] t6300: refactor %(trailers) tests
        ` [PATCH v4 3/6] doc: 'trailers' is the preferred way to format trailers
        ` [PATCH v4 4/6] doc: use modern "`"-style code fencing
        ` [PATCH v4 5/6] ref-filter.c: use trailer_opts to format trailers
        ` [PATCH v4 6/6] ref-filter.c: parse trailers arguments with %(contents) atom

will git rebase has side effect
 2017-10-01 16:11 UTC  (4+ messages)

[PATCH 1/2] coccinelle: remove parentheses that become unnecessary
 2017-10-01 15:14 UTC  (2+ messages)
` [PATCH 2/2] run-command: use ALLOC_ARRAY

[PATCH] diff-lib: clear `pending` object-array in `index_differs_from()`
 2017-10-01 15:04 UTC  (9+ messages)
` [PATCH v2 0/6] reroll ma/plugleaks; more `object_array`-fixes

[PATCH 00/11] various lockfile-leaks and -fixes
 2017-10-01 14:56 UTC  (12+ messages)
` [PATCH 01/11] sha1_file: do not leak `lock_file`
` [PATCH 02/11] treewide: prefer lockfiles on the stack
` [PATCH 03/11] lockfile: fix documentation on `close_lock_file_gently()`
` [PATCH 04/11] tempfile: fix documentation on `delete_tempfile()`
` [PATCH 05/11] cache-tree: simplify locking logic
` [PATCH 06/11] apply: move lockfile into `apply_state`
` [PATCH 07/11] apply: remove `newfd` from `struct apply_state`
` [PATCH 08/11] cache.h: document `write_locked_index()`
` [PATCH 09/11] read-cache: require flags for `write_locked_index()`
` [PATCH 10/11] read-cache: don't leave dangling pointer in `do_write_index()`
` [PATCH 11/11] read-cache: roll back lock on error with `COMMIT_LOCK`

[PATCH 1/2] coccinelle: add rules to use strbuf_add() for adding buffers to strbufs
 2017-10-01 14:54 UTC  (2+ messages)
` [PATCH 2/2] commit: use strbuf_add() to add a buffer to a strbuf

[PATCH] graph: use strbuf_addchars() to add spaces
 2017-10-01 14:45 UTC 

[PATCH] tag: avoid NULL pointer arithmetic
 2017-10-01 14:45 UTC 

[PATCH] repository: use FREE_AND_NULL
 2017-10-01 14:44 UTC 

[PATCH] use strbuf_addstr() for adding strings to strbufs
 2017-10-01 14:44 UTC 

[PATCH] path: use strbuf_add_real_path()
 2017-10-01 14:44 UTC 

"man git-checkout", man page is inconsistent between SYNOPSIS and details
 2017-10-01 10:05 UTC  (6+ messages)

[PATCH 1/3] refs: make sha1 output parameter of refs_resolve_ref_unsafe() optional
 2017-10-01  8:29 UTC  (4+ messages)
` [PATCH 4/3] refs: pass NULL to refs_resolve_refdup() if hash is not needed
` [PATCH 5/3] refs: pass NULL to resolve_refdup() "

[PATCH v7 00/12] Fast git status via a file system watcher
 2017-10-01  8:24 UTC  (5+ messages)
` [PATCH v8 "

[idea] File history tracking hints
 2017-10-01  3:27 UTC  (8+ messages)

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

[PATCH] [Outreachy] cleanup: use list.h in mru.h and mru.c
 2017-09-30 18:09 UTC  (17+ messages)
` [PATCH Outreachy] mru: use double-linked list from list.h
  ` [PATCH v2 "

git submodule add fails when using both --branch and --depth
 2017-09-30 17:20 UTC 

[PATCH v15 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2017-09-30 12:59 UTC  (10+ messages)
` [PATCH v16 1/6] "
  ` [PATCH v16 2/6] bisect--helper: rewrite `check_term_format` shell function in C
  ` [PATCH v16 5/6] t6030: explicitly test for bisection cleanup
  ` [PATCH v16 4/6] bisect--helper: `bisect_clean_state` shell function in C
  ` [PATCH v16 3/6] bisect--helper: `write_terms` "
  ` [PATCH v16 6/6] bisect--helper: `is_expected_rev` & `check_expected_revs` "

[PATCH] oidmap: map with OID as key
 2017-09-29 23:24 UTC  (9+ messages)
` [PATCH v2] "

Is finalize_object_file in sha1_file.c handling errno from "rename" correctly?
 2017-09-29 23:21 UTC  (4+ messages)

[PATCH 0/8] protocol transition
 2017-09-29 21:32 UTC  (15+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 3/9] protocol: introduce protocol extention mechanisms
  ` [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 00/18] Partial clone (from clone to lazy fetch in 18 patches)
 2017-09-29 21:08 UTC  (20+ messages)
` [PATCH 01/18] fsck: introduce partialclone extension
` [PATCH 02/18] fsck: support refs pointing to promisor objects
` [PATCH 03/18] fsck: support referenced "
` [PATCH 04/18] fsck: support promisor objects as CLI argument
` [PATCH 05/18] index-pack: refactor writing of .keep files
` [PATCH 06/18] introduce fetch-object: fetch one promisor object
` [PATCH 07/18] sha1_file: support lazily fetching missing objects
` [PATCH 08/18] rev-list: support termination at promisor objects
` [PATCH 09/18] gc: do not repack promisor packfiles
` [PATCH 10/18] pack-objects: rename want_.* to ignore_.*
` [PATCH 11/18] pack-objects: support --blob-max-bytes
` [PATCH 12/18] fetch-pack: support excluding large blobs
` [PATCH 13/18] fetch: refactor calculation of remote list
` [PATCH 14/18] fetch: support excluding large blobs
` [PATCH 15/18] clone: "
` [PATCH 16/18] clone: configure blobmaxbytes in created repos
` [PATCH 17/18] unpack-trees: batch fetching of missing blobs
` [PATCH 18/18] fetch-pack: restore save_commit_buffer after use

[PATCH v6 00/40] Add initial experimental external ODB support
 2017-09-29 20:36 UTC  (5+ messages)
` [PATCH v6 09/40] Add initial external odb support

[PATCH] gitk: expand $config_file_tmp before reporting to user
 2017-09-29 20:24 UTC  (7+ messages)

RFC: Design and code of partial clones (now, missing commits and trees OK)
 2017-09-29 20:21 UTC  (7+ messages)

[PATCH 05/13] list-objects-filter-large: add large blob filter to list-objects
 2017-09-29 19:47 UTC  (7+ messages)
` [PATCH 07/13] object-filter: common declarations for object filtering

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

What's cooking in git.git (Sep 2017, #06; Fri, 29)
 2017-09-29 17:27 UTC  (4+ messages)

[ANNOUNCE] tig-2.3.0
 2017-09-29 15:31 UTC 

What's cooking in git.git (Aug 2017, #05; Tue, 22)
 2017-09-29 12:15 UTC  (14+ messages)

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

What's cooking in git.git (Sep 2017, #03; Fri, 15)
 2017-09-29 11:39 UTC  (4+ messages)

[PATCH v5 4/4] submodule: port submodule subcommand 'status' from shell to C
 2017-09-29  9:44 UTC  (5+ messages)
` [PATCH v6 0/3] Incremental rewrite of git-submodules
  ` [PATCH v6 1/3] submodule--helper: introduce get_submodule_displaypath()
  ` [PATCH v6 2/3] submodule--helper: introduce for_each_listed_submodule()
  ` [PATCH v6 3/3] submodule: port submodule subcommand 'status' from shell to C

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

[Bug/Solution] Git hangs in compat/poll/poll.c on HPE NonStop
 2017-09-29  8:41 UTC  (3+ messages)

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

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

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


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