git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-07-16 10:10:34 to 2017-07-20 14:19:47 UTC [more...]

[ANNOUNCE] Git v2.14.0-rc0
 2017-07-20 14:19 UTC  (6+ messages)
    ` [PATCH 0/6] 2.14 RelNotes improvements
    ` [PATCH 1/6] RelNotes: mention "log: add -P as a synonym for --perl-regexp"

--interactive mode: readline support ⌨⬆
 2017-07-20 12:06 UTC  (5+ messages)

Expected behavior of "git check-ignore"
 2017-07-20 10:37 UTC 

Binary files
 2017-07-20  8:32 UTC  (4+ messages)

Reducing redundant build at Travis?
 2017-07-20  8:18 UTC  (7+ messages)

Bug Report - Segmentation Fault on "git add --all"
 2017-07-20  5:01 UTC  (2+ messages)

[RFC PATCH 0/3] Partial clone: promised blobs (formerly "missing blobs")
 2017-07-20  0:55 UTC  (18+ messages)
` [RFC PATCH 1/3] promised-blob, fsck: introduce promised blobs
` [RFC PATCH 2/3] sha1-array: support appending unsigned char hash
` [RFC PATCH v2 0/4] Partial clone: promised objects (not only blobs)
` [RFC PATCH v2 1/4] object: remove "used" field from struct object
` [RFC PATCH v2 2/4] promised-object, fsck: introduce promised objects
` [RFC PATCH v2 3/4] sha1-array: support appending unsigned char hash
` [RFC PATCH v2 4/4] sha1_file: support promised object hook

[L10N] Kickoff of translation for Git 2.14.0 round 1
 2017-07-20  0:50 UTC  (15+ messages)
  ` [PATCH] PRItime: wrap PRItime for better l10n compatibility

[PATCH] fsck: remove redundant parse_tree() invocation
 2017-07-19 23:25 UTC  (2+ messages)

[PATCH] strbuf: use designated initializers in STRBUF_INIT
 2017-07-19 18:23 UTC  (3+ messages)
` [PATCH] objects: scope count variable to loop

subrepo vs submodule
 2017-07-19 17:43 UTC  (2+ messages)

[PATCH] run_processes_parallel: change confusing task_cb convention
 2017-07-19 17:16 UTC  (2+ messages)

[RFC PATCH 0/4] Improvements to sha1_file
 2017-07-19 17:12 UTC  (7+ messages)
` [PATCH v5 0/8] "
  ` [PATCH v5 8/8] sha1_file: refactor has_sha1_file_with_flags
          ` [PATCH] sha1_file: use access(), not lstat(), if possible

Handling of paths
 2017-07-19 16:48 UTC 

`make profile-fast` fails with "error: No $GIT_PERF_REPO defined, and your build directory is not a repo"
 2017-07-19 15:11 UTC  (2+ messages)

[GSoC][PATCH 0/8] Update: Week 9
 2017-07-19 14:53 UTC  (16+ messages)
` [GSoC][PATCH 1/8] submodule--helper: introduce get_submodule_displaypath()
` [GSoC][PATCH 2/8] submodule--helper: introduce for_each_submodule_list()
` [GSoC][PATCH 3/8] submodule: port set_name_rev() from shell to C
` [GSoC][PATCH 4/8] submodule: port submodule subcommand 'status' "
` [GSoC][PATCH 5/8] submodule: port submodule subcommand 'sync' "
` [GSoC][PATCH 6/8] submodule: port submodule subcommand 'deinit' "
` [GSoC][PATCH 7/8] diff: change scope of the function count_lines()
` [GSoC][PATCH 8/8] submodule: port submodule subcommand 'summary' from shell to C

reftable [v2]: new ref storage format
 2017-07-19 14:02 UTC  (7+ messages)

[ANNOUNCE] Git Rev News edition 29
 2017-07-19 11:31 UTC 

What's cooking in git.git (Jul 2017, #05; Tue, 18)
 2017-07-18 21:39 UTC 

What's cooking in git.git (Jul 2017, #04; Thu, 13)
 2017-07-18 21:38 UTC  (13+ messages)

[PATCH 0/3] Convert grep to recurse in-process
 2017-07-18 21:34 UTC  (8+ messages)
` [PATCH 2/3] setup: have the_repository use the_index

[PATCH] check for search permission
 2017-07-18 21:06 UTC  (4+ messages)
  ` [PATCH] gitweb bugfix - check for search permission on sub-directories while scanning project root to prevent program termination

Is anybody seeing t5551 get stuck, every once in a while? <EOM>
 2017-07-18 20:12 UTC 

[PATCH v2 0/3] Convert grep to recurse in-process
 2017-07-18 20:06 UTC  (14+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] repo_read_index: don't discard the index
  ` [PATCH v3 02/10] repository: have the_repository use the_index
  ` [PATCH v3 03/10] cache.h: add GITMODULES_FILE macro
  ` [PATCH v3 04/10] config: add config_from_gitmodules
  ` [PATCH v3 05/10] submodule: remove submodule.fetchjobs from submodule-config parsing
  ` [PATCH v3 06/10] submodule: remove fetch.recursesubmodules "
  ` [PATCH v3 07/10] submodule: check for unstaged .gitmodules outside of config parsing
  ` [PATCH v3 08/10] submodule: check for unmerged "
  ` [PATCH v3 09/10] submodule: merge repo_read_gitmodules and gitmodules_config
  ` [PATCH v3 10/10] grep: recurse in-process using 'struct repository'

[PATCH] t8008: rely on rev-parse'd HEAD instead of sha1 value
 2017-07-18 19:38 UTC  (4+ messages)

[PATCH 0/7] tag: more fine-grained pager-configuration
 2017-07-18 19:13 UTC  (13+ messages)
` [PATCH v2 00/10] tag: only respect `pager.tag` in list-mode
  ` [PATCH v2 01/10] builtin.h: take over documentation from api-builtin.txt
  ` [PATCH v2 02/10] builtin.h: format documentation-comment properly
  ` [PATCH v2 03/10] builtin.h: document SUPPORT_SUPER_PREFIX
  ` [PATCH v2 04/10] git.c: let builtins opt for handling `pager.foo` themselves
  ` [PATCH v2 05/10] git.c: provide setup_auto_pager()
  ` [PATCH v2 06/10] t7006: add tests for how git tag paginates
  ` [PATCH v2 07/10] tag: handle `pager.tag`-configuration within the builtin
  ` [PATCH v2 08/10] tag: respect `pager.tag` in list-mode only
  ` [PATCH v2 09/10] tag: change default of `pager.tag` to "on"
  ` [PATCH v2 10/10] git.c: ignore pager.* when launching builtin as dashed external

[PATCH] RFC: A new type of symbolic refs
 2017-07-18 19:03 UTC  (7+ messages)

reftable: new ref storage format
 2017-07-18 18:53 UTC  (14+ messages)

Fwd: New Defects reported by Coverity Scan for git
 2017-07-18 18:06 UTC  (6+ messages)

git command unrecognized argument issue?
 2017-07-18 17:28 UTC 

[PATCH] doc: reformat the paragraph containing the 'cut-line'
 2017-07-18 14:34 UTC  (4+ messages)

Warning suggestion for git stash drop
 2017-07-18  7:16 UTC  (6+ messages)

[L10N] Kickoff of translation for Git 2.14.0 round 1
 2017-07-18  3:27 UTC 

[RFC/PATCH v2 0/1] Add support for downloading blobs on demand
 2017-07-17 23:24 UTC  (5+ messages)
` [PATCH v2 1/1] sha1_file: "

[PATCH] doc: camelCase the i18n config variables to improve readability
 2017-07-17 22:12 UTC  (2+ messages)

[PATCH] rebase: make resolve message clearer for inexperienced users
 2017-07-17 21:59 UTC  (2+ messages)

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

[PATCH v2 0/3] interpret-trailers: add --where, --if-exists, --if-missing
 2017-07-17 21:13 UTC  (4+ messages)
` [PATCH v2 2/3] trailers: export action enums and corresponding lookup functions

[PATCH] commit: check for empty message before the check for untouched template
 2017-07-17 20:12 UTC  (2+ messages)

Documentation lingering inconsistency between working directory and working tree
 2017-07-17 19:34 UTC 

[PATCH/RFC] diff/read-cache: don't assume empty files will filter to empty
 2017-07-17 19:07 UTC  (2+ messages)

Detect invalid submodule names from script?
 2017-07-17 18:31 UTC  (3+ messages)

[PATCH 00/33] object id conversion (grep and diff)
 2017-07-17 17:49 UTC  (4+ messages)
` [PATCH 04/33] notes: make get_note return pointer to struct object_id

[PATCH] push: disable lazy --force-with-lease by default
 2017-07-17 17:28 UTC  (6+ messages)

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

[L10N] af.po: New translation workflow
 2017-07-17 15:53 UTC  (2+ messages)

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

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

Keeping a non-1:1 mirror in sync and keeping private branches
 2017-07-16 14:16 UTC  (4+ 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  (7+ 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  (2+ messages)

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


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