git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-07-13 20:47:29 to 2017-07-17 15:02:12 UTC [more...]

reftable [v2]: new ref storage format
 2017-07-17 15:01 UTC 

Detect invalid submodule names from script?
 2017-07-17 11:17 UTC 

[PATCH] merge-message: change meaning of "empty merge message"
 2017-07-17  9:08 UTC  (11+ messages)
` [PATCH] commit & merge: modularize the empty message validator

Draft of Git Rev News edition 29
 2017-07-17  7:22 UTC 

[L10N] Kickoff of translation for Git 2.14.0 round 1
 2017-07-17  0:56 UTC  (3+ messages)

[PATCH/RFC] diff/read-cache: don't assume empty files will filter to empty
 2017-07-17  0:55 UTC 

reftable: new ref storage format
 2017-07-16 21:31 UTC  (21+ messages)

[PATCH] rebase: make resolve message clearer for inexperienced users
 2017-07-16 19:42 UTC 

[L10N] af.po: New translation workflow
 2017-07-16 17:37 UTC 

[PATCH] dir: support platforms that require aligned reads
 2017-07-16 16:03 UTC  (4+ messages)

[RFC PATCH 0/3] Partial clone: promised blobs (formerly "missing blobs")
 2017-07-16 15:23 UTC  (7+ messages)
` [RFC PATCH 1/3] promised-blob, fsck: introduce promised blobs

Keeping a non-1:1 mirror in sync and keeping private branches
 2017-07-16 14:16 UTC  (4+ messages)

[PATCH] RFC: A new type of symbolic refs
 2017-07-16 14:20 UTC  (3+ messages)

[PATCH/RFC] rebase: make resolve message clearer for inexperienced users
 2017-07-16 11:39 UTC  (5+ messages)

[PATCH] ls-files: don't try to prune an empty index
 2017-07-16 11:32 UTC  (9+ messages)
` [PATCH (resend)] "

[PATCH] t: handle EOF in test_copy_bytes()
 2017-07-16 11:21 UTC  (4+ messages)

[PATCH 0/5] building git with clang/gcc address sanitizer
 2017-07-16 11:02 UTC  (5+ messages)
` [PATCH 5/5] Makefile: disable unaligned loads with UBSan

[PATCH 1/2] add MOVE_ARRAY
 2017-07-16 10:31 UTC  (6+ messages)
` [PATCH 2/2] use MOVE_ARRAY
` [PATCH 3/2] apply: use COPY_ARRAY and MOVE_ARRAY in update_image()

[PATCH] bswap: convert to unsigned before shifting in get_be32
 2017-07-16 10:28 UTC  (5+ messages)
` [PATCH 2/1] bswap: convert get_be16, get_be32 and put_be32 to inline functions

[PATCH] set FD_CLOEXEC properly when O_CLOEXEC is not supported
 2017-07-15 18:55 UTC 

[PATCH v3 00/20] object_id part 7
 2017-07-15 18:33 UTC  (3+ messages)
` [PATCH v3 06/20] builtin/receive-pack: convert portions to struct object_id

[PATCH 00/33] object id conversion (grep and diff)
 2017-07-15 18:15 UTC  (6+ messages)
` [PATCH 04/33] notes: make get_note return pointer to struct object_id
` [PATCH 30/33] tree-diff: convert diff_tree_paths "

[FEATURE] git-commit option to prepend filename to commit message
 2017-07-15 16:21 UTC 

[FEATURE] git-commit option to prepend filename to commit message
 2017-07-15 16:13 UTC 

[FEATURE] git-commit option to prepend filename to commit message
 2017-07-15 16:05 UTC  (3+ messages)

[PATCH v6 00/10] The final building block for a faster rebase -i
 2017-07-15 12:56 UTC  (15+ messages)
` [PATCH v6 01/10] t3415: verify that an empty instructionFormat is handled as before
` [PATCH v6 02/10] rebase -i: generate the script via rebase--helper
` [PATCH v6 03/10] rebase -i: remove useless indentation
` [PATCH v6 04/10] rebase -i: do not invent onelines when expanding/collapsing SHA-1s
` [PATCH v6 05/10] rebase -i: also expand/collapse the SHA-1s via the rebase--helper
` [PATCH v6 06/10] t3404: relax rebase.missingCommitsCheck tests
` [PATCH v6 07/10] rebase -i: check for missing commits in the rebase--helper
` [PATCH v6 08/10] rebase -i: skip unnecessary picks using "
` [PATCH v6 09/10] t3415: test fixup with wrapped oneline
` [PATCH v6 10/10] rebase -i: rearrange fixup/squash lines using the rebase--helper

What's cooking in git.git (Jul 2017, #04; Thu, 13)
 2017-07-15 11:12 UTC  (6+ messages)

[PATCH] strbuf: use designated initializers in STRBUF_INIT
 2017-07-15 11:08 UTC  (18+ messages)

[PATCH] push: disable lazy --force-with-lease by default
 2017-07-15 10:45 UTC  (5+ messages)

[ANNOUNCE] Git v2.14.0-rc0
 2017-07-15 10:09 UTC  (4+ messages)

[PATCH 0/2] Fix regression: CamelCased aliases
 2017-07-15  0:01 UTC  (10+ messages)
` [PATCH 1/2] t1300: demonstrate that CamelCased aliases regressed
` [PATCH 2/2] alias: compare alias name *case-insensitively*

[PATCH 0/3] Convert grep to recurse in-process
 2017-07-14 22:28 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] repo_read_index: don't discard the index
  ` [PATCH v2 2/3] repository: have the_repository use the_index
  ` [PATCH v2 3/3] grep: recurse in-process using 'struct repository'

Git Bash Bug
 2017-07-14 21:52 UTC  (9+ messages)

[PATCH v2 00/13] object_id part 9
 2017-07-14 19:35 UTC  (15+ messages)
` [PATCH v2 01/13] builtin/fsck: convert remaining caller of get_sha1 to object_id
` [PATCH v2 02/13] builtin/merge-tree: "
` [PATCH v2 03/13] submodule: convert submodule config lookup to use object_id
` [PATCH v2 04/13] remote: convert struct push_cas to struct object_id
` [PATCH v2 05/13] sequencer: convert "
` [PATCH v2 06/13] builtin/update_ref: "
` [PATCH v2 07/13] bisect: convert bisect_checkout "
` [PATCH v2 08/13] builtin/unpack-file: convert "
` [PATCH v2 09/13] builtin/verify-tag: "
` [PATCH v2 10/13] Convert remaining callers of get_sha1 to get_oid
` [PATCH v2 11/13] sha1_name: convert get_sha1* to get_oid*
` [PATCH v2 12/13] sha1_name: convert GET_SHA1* flags to GET_OID*
` [PATCH v2 13/13] sha1_name: convert uses of 40 to GIT_SHA1_HEXSZ

bug with check-ref-format outside of repository
 2017-07-14 18:18 UTC  (3+ messages)
  ` [PATCH] check-ref-format: require a repository for --branch

[PATCH] l10n: de.po: update German translation
 2017-07-14 16:12 UTC 

Reducing redundant build at Travis?
 2017-07-14 15:32 UTC  (6+ messages)

Regression in v2.13.3, fixed in master: aliases in worktrees
 2017-07-14 15:20 UTC  (2+ messages)

[RFC/PATCH v2 0/1] Add support for downloading blobs on demand
 2017-07-14 15:18 UTC  (3+ messages)
` [PATCH v2 1/1] sha1_file: "

Git on macOS shows committed files as untracked
 2017-07-14 13:29 UTC  (6+ messages)

[PATCH 0/15] making user-format colors conditional on config/tty
 2017-07-14 11:50 UTC  (12+ messages)
` [PATCH 03/15] t: use test_decode_color rather than literal ANSI codes
` [PATCH 05/15] ref-filter: abstract ref format into its own struct

[PATCH v1 0/4] Teach 'run' perf script to read config files
 2017-07-14  8:05 UTC  (6+ messages)

Strange behavior with Git add -p in version 2.13.3
 2017-07-14  1:53 UTC  (2+ messages)

[PATCH 1/2] commit: convert lookup_commit_graft to struct object_id
 2017-07-13 23:45 UTC  (7+ messages)
` [PATCH 2/2] tag: convert gpg_verify_tag to use "

A note from the maintainer
 2017-07-13 23:43 UTC 

"groups of files" in Git?
 2017-07-13 23:40 UTC  (10+ messages)

[GSoC][PATCH 1/5 v3] submodule--helper: introduce get_submodule_displaypath()
 2017-07-13 22:44 UTC  (4+ messages)
` [GSoC][PATCH 1/5 v4] "
  ` [GSoC][PATCH 4/5 v4] submodule: port submodule subcommand 'status' from shell to C

What's cooking in git.git (Jul 2017, #03; Mon, 10)
 2017-07-13 21:24 UTC  (9+ messages)

[PATCH] submodule: use cheaper check for submodule pushes
 2017-07-13 20:54 UTC  (8+ messages)

[PATCH] RFC: Introduce '.gitorderfile'
 2017-07-13 20:47 UTC  (9+ 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).