git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-10-06 14:32:25 to 2017-10-10 04:06:14 UTC [more...]

[PATCH] pkt-line: re-'static'-ify buffer in packet_write_fmt_1()
 2017-10-10  4:06 UTC  (3+ messages)
` [PATCH 0/2] Do not call cmd_*() as a subroutine
  ` [PATCH 1/2] describe: do not use "

[L10N] Kickoff of translation for Git 2.15.0 round 1
 2017-10-10  2:35 UTC  (12+ messages)
` [PATCH] submodule: avoid sentence-lego in translated string
` [PATCH] i18n: add a missing space in message

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

[PATCH] sha1_loose_object_info: handle errors from unpack_sha1_rest
 2017-10-10  1:34 UTC  (5+ messages)

[PATCH] submodule: spell out API of submodule_move_head
 2017-10-10  1:06 UTC  (7+ messages)

What happened to "git status --color=(always|auto|never)"?
 2017-10-10  0:59 UTC  (4+ messages)

[PATCH v1 0/2] fix temporary garbage in the cache entry
 2017-10-10  0:03 UTC  (19+ messages)
` [PATCH v1 1/2] entry.c: update cache entry only for existing files
              ` [PATCH 1/3] write_entry: fix leak when retrying delayed filter
              ` [PATCH 2/3] write_entry: avoid reading blobs in CE_RETRY case
              ` [PATCH 3/3] write_entry: untangle symlink and regular-file cases
` [PATCH v1 2/2] entry.c: check if file exists after checkout

[RFC] column: show auto columns when pager is active
 2017-10-09 23:27 UTC  (2+ messages)

Branch switching with submodules where the submodule replaces a folder aborts unexpectedly
 2017-10-09 21:59 UTC  (2+ messages)

Auto adding changed files
 2017-10-09 19:47 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.14.2(2)
 2017-10-09 18:40 UTC  (3+ messages)
` [git-for-windows] "

[RFC PATCH v3 0/4] implement fetching of moved submodules
 2017-10-09 18:20 UTC  (8+ messages)
` [RFC PATCH 1/4] fetch: add test to make sure we stay backwards compatible
` [RFC PATCH 2/4] change submodule push test to use proper repository setup
` [RFC PATCH v3 3/4] implement fetching of moved submodules
` [RFC PATCH v3 4/4] submodule: simplify decision tree whether to or not to fetch

"git rm" seems to do recursive removal even without "-r"
 2017-10-09 17:52 UTC  (23+ messages)

[PATCH v4 0/4] Improve abbreviation disambiguation
 2017-10-09 13:49 UTC  (7+ messages)
` [PATCH v4 1/4] p4211-line-log.sh: add log --online --raw --parents perf test
` [PATCH v4 2/4] sha1_name: unroll len loop in find_unique_abbrev_r
` [PATCH v4 3/4] sha1_name: parse less while finding common prefix
` [PATCH v4 4/4] sha1_name: minimize OID comparisons during disambiguation

Special strings in commit messages
 2017-10-09 13:38 UTC  (3+ messages)

[PATCH v3 5/5] sha1_name: Minimize OID comparisons during disambiguation
 2017-10-09 13:33 UTC  (6+ messages)
` [PATCH] cleanup: fix possible overflow errors in binary search
      ` [PATCH v2] "

Draft of Git Rev News edition 32
 2017-10-09  9:04 UTC 

[PATCH v2 0/9] protocol transition
 2017-10-09  4:05 UTC  (11+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 03/10] protocol: introduce protocol extention mechanisms

is there a truly compelling rationale for .git/info/exclude?
 2017-10-08  8:41 UTC  (6+ messages)

[PATCH v2 0/5] Improve abbreviation disambiguation
 2017-10-08  1:46 UTC  (10+ messages)
` [PATCH v2 1/5] test-list-objects: List a subset of object ids

[RFC PATCH 0/8] sequencer: dont't fork git commit
 2017-10-07  9:54 UTC  (3+ messages)
` [RFC PATCH 2/8] commit: move code to update HEAD to libgit

[PATCH v6 3/3] submodule: port submodule subcommand 'status' from shell to C
 2017-10-07  9:35 UTC  (8+ messages)
` [PATCH v7 0/3] Incremental rewrite of git-submodules
  ` [PATCH v7 1/3] submodule--helper: introduce get_submodule_displaypath()
  ` [PATCH v7 2/3] submodule--helper: introduce for_each_listed_submodule()

Regression in 'git branch -m'?
 2017-10-07  4:36 UTC  (8+ messages)
  ` [PATCH 1/2] t3308: create a real ref directory/file conflict
  ` [PATCH 2/2] refs_resolve_ref_unsafe: handle d/f conflicts for writes

[PATCH 1/2] tests: use shell negation instead of test_must_fail for test_cmp
 2017-10-07  2:29 UTC  (11+ messages)
` [PATCH 2/2] tests: fix diff order arguments in test_cmp

[RFC PATCH 0/4] interpret-trailers: introduce "move" action
 2017-10-07  0:51 UTC  (6+ messages)

[Question] Documenting platform implications on CVE to git
 2017-10-07  0:04 UTC  (5+ messages)

[PATCH 00/11] various lockfile-leaks and -fixes
 2017-10-06 20:12 UTC  (20+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 11/12] read-cache: leave lock in right state in `write_locked_index()`
            ` [PATCH v3 00/12] Re: various lockfile-leaks and -fixes
              ` [PATCH v3 01/12] sha1_file: do not leak `lock_file`
              ` [PATCH v3 02/12] treewide: prefer lockfiles on the stack
              ` [PATCH v3 03/12] lockfile: fix documentation on `close_lock_file_gently()`
              ` [PATCH v3 04/12] tempfile: fix documentation on `delete_tempfile()`
              ` [PATCH v3 05/12] checkout-index: simplify locking logic
              ` [PATCH v3 06/12] cache-tree: "
              ` [PATCH v3 07/12] apply: move lockfile into `apply_state`
              ` [PATCH v3 08/12] apply: remove `newfd` from `struct apply_state`
              ` [PATCH v3 09/12] cache.h: document `write_locked_index()`
              ` [PATCH v3 10/12] read-cache: drop explicit `CLOSE_LOCK`-flag
              ` [PATCH v3 11/12] read-cache: leave lock in right state in `write_locked_index()`
              ` [PATCH v3 12/12] read_cache: roll back lock in `update_index_if_able()`

[RFC] Reporting index properties
 2017-10-06 19:26 UTC  (5+ messages)

Git config multiple values
 2017-10-06 18:58 UTC  (6+ messages)

git add --patch displays diff and exits
 2017-10-06 18:13 UTC  (3+ messages)

[PATCH 1/1] completion: Add forgotten describe options
 2017-10-06 18:02 UTC  (4+ messages)
` [PATCH v2 1/1] completion: add --broken and --dirty to describe

Line ending normalization doesn't work as expected
 2017-10-06 17:58 UTC  (11+ messages)

[PATCH] tag: avoid NULL pointer arithmetic
 2017-10-06 16:21 UTC  (6+ messages)
  ` [PATCH] fsck: check results of lookup_blob() and lookup_tree() for NULL
    ` [PATCH v2] fsck: handle NULL return of lookup_blob() and lookup_tree()

git send-email does not work with Google anymore?!
 2017-10-06 16:13 UTC  (4+ messages)

[bug] git add -p breaks, if color.ui is set to "always"
 2017-10-06 15:42 UTC  (2+ 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).