git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-09-29 20:13:04 to 2017-10-02 05:53:23 UTC [more...]

[PATCH 0/1] ref-filter.c: pass empty-string as NULL to atom parsers
 2017-10-02  5:53 UTC  (2+ messages)
` [PATCH] "

[PATCH 00/11] various lockfile-leaks and -fixes
 2017-10-02  5:50 UTC  (26+ 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 0/5] Support %(trailers) arguments in for-each-ref(1)
 2017-10-02  5:25 UTC  (67+ 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
      ` [PATCH v5 0/6] Support %(trailers) arguments in for-each-ref(1)
        ` [PATCH v5 1/6] pretty.c: delimit "%(trailers)" arguments with ","
          ` [PATCH v5 2/6] t6300: refactor %(trailers) tests
          ` [PATCH v5 3/6] doc: 'trailers' is the preferred way to format trailers
          ` [PATCH v5 4/6] doc: use modern "`"-style code quoting
          ` [PATCH v5 5/6] ref-filter.c: use trailer_opts to format trailers
          ` [PATCH v5 6/6] ref-filter.c: parse trailers arguments with %(contents) atom
        ` [PATCH v6 0/7] Support %(trailers) arguments in for-each-ref(1)
          ` [PATCH v6 1/7] pretty.c: delimit "%(trailers)" arguments with ","
            ` [PATCH v6 2/7] t4205: unfold across multiple lines
            ` [PATCH v6 3/7] doc: 'trailers' is the preferred way to format trailers
            ` [PATCH v6 4/7] doc: use modern "`"-style code quoting
            ` [PATCH v6 5/7] t6300: refactor %(trailers) tests
            ` [PATCH v6 6/7] ref-filter.c: use trailer_opts to format trailers
            ` [PATCH v6 7/7] ref-filter.c: parse trailers arguments with %(contents) atom

[PATCH 1/2] coccinelle: add rules to use strbuf_add() for adding buffers to strbufs
 2017-10-02  5:18 UTC  (3+ 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-02  5:11 UTC  (2+ messages)

[PATCH] tag: avoid NULL pointer arithmetic
 2017-10-02  5:08 UTC  (3+ messages)

[PATCH 00/18] Partial clone (from clone to lazy fetch in 18 patches)
 2017-10-02  4:23 UTC  (5+ messages)
` [PATCH 10/18] pack-objects: rename want_.* to ignore_.*
` [PATCH 11/18] pack-objects: support --blob-max-bytes

[PATCH] builtin/: add UNLEAKs
 2017-10-02  4:07 UTC  (2+ messages)

[PATCH v5 4/4] submodule: port submodule subcommand 'status' from shell to C
 2017-10-02  1:08 UTC  (9+ 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

"man git-checkout", man page is inconsistent between SYNOPSIS and details
 2017-10-02  0:29 UTC  (7+ messages)

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

"man git-stash" explanation of "--include-untracked" and "--all" seems ambiguous
 2017-10-01 23:29 UTC  (4+ messages)

What's cooking in git.git (Sep 2017, #06; Fri, 29)
 2017-10-01 23:09 UTC  (3+ messages)

[PATCH 00/24] object_id part 10
 2017-10-01 22:08 UTC  (25+ messages)
` [PATCH 01/24] walker: convert to struct object_id
` [PATCH 02/24] refs/files-backend: convert struct ref_to_prune to object_id
` [PATCH 03/24] refs: convert delete_ref and refs_delete_ref to struct object_id
` [PATCH 04/24] refs: convert update_ref and refs_update_ref to use "
` [PATCH 05/24] refs: update ref transactions "
` [PATCH 06/24] Convert check_connected "
` [PATCH 07/24] refs: convert resolve_refdup and refs_resolve_refdup to "
` [PATCH 08/24] refs: convert read_ref and read_ref_full to object_id
` [PATCH 09/24] refs: convert dwim_ref and expand_ref to struct object_id
` [PATCH 10/24] builtin/reflog: convert remaining unsigned char uses to object_id
` [PATCH 11/24] refs: convert dwim_log to struct object_id
` [PATCH 12/24] pack-bitmap: convert traverse_bitmap_commit_list to object_id
` [PATCH 13/24] builtin/pack-objects: convert to struct object_id
` [PATCH 14/24] refs: convert peel_ref "
` [PATCH 15/24] refs: convert read_ref_at "
` [PATCH 16/24] refs: convert reflog_expire parameter "
` [PATCH 17/24] sha1_file: convert index_path and index_fd "
` [PATCH 18/24] Convert remaining callers of resolve_gitlink_ref to object_id
` [PATCH 19/24] refs: convert resolve_gitlink_ref to struct object_id
` [PATCH 20/24] worktree: convert struct worktree to object_id
` [PATCH 21/24] refs: convert resolve_ref_unsafe to struct object_id
` [PATCH 22/24] refs: convert peel_object "
` [PATCH 23/24] refs: convert read_raw_ref backends "
` [PATCH 24/24] refs/files-backend: convert static functions to object_id

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

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] 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 

[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  (17+ messages)
  ` RFC v3: "

[PATCH] [Outreachy] cleanup: use list.h in mru.h and mru.c
 2017-09-30 18:09 UTC  (13+ 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  (5+ messages)
` [PATCH v16 1/6] "

[PATCH] oidmap: map with OID as key
 2017-09-29 23:24 UTC  (7+ 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  (10+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 3/9] protocol: introduce protocol extention mechanisms
  ` [PATCH v2 7/9] connect: tell server that the client understands v1

[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  (3+ messages)

RFC: Design and code of partial clones (now, missing commits and trees OK)
 2017-09-29 20:21 UTC  (5+ 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).