git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-06-01 15:51:43 to 2017-06-04 00:31:41 UTC [more...]

[PATCH] test-lib: add ability to cap the runtime of tests
 2017-06-04  0:31 UTC  (2+ messages)

[PATCH] perf: work around the tested repo having an index.lock
 2017-06-04  0:00 UTC  (6+ messages)

[WIP 0/2] Modifying pack-objects to support --blob-size-limit
 2017-06-03 23:48 UTC  (12+ messages)
` [WIP 1/2] pack-objects: rename want_.* to ignore_.*
` [WIP 2/2] pack-objects: support --blob-size-limit
` [WIP v2 0/2] Modifying pack objects to support --blob-max-bytes
` [WIP v2 1/2] pack-objects: rename want_.* to ignore_.*
` [WIP v2 2/2] pack-objects: support --blob-max-bytes

[PATCH 0/2] Add progress to format-patch and rebase
 2017-06-03 23:45 UTC  (8+ messages)
` [PATCH 1/2] format-patch: have progress option while generating patches
` [PATCH 2/2] rebase: turn on progress option by default for format-patch

issue: "git subtree split" vs "git svn fetch" consequences
 2017-06-03 23:36 UTC 

[ANNOUNCE] git-cinnabar 0.5.0b1
 2017-06-03 22:35 UTC 

How do I regularly clean up .git/objects/pack/tmp_* files?
 2017-06-03 20:53 UTC 

[PATCH v4 0/6] Fast git status via a file system watcher
 2017-06-03 18:08 UTC  (17+ messages)
` [PATCH v4 1/6] bswap: add 64 bit endianness helper get_be64
` [PATCH v4 6/6] fsmonitor: add a sample query-fsmonitor hook script for Watchman
      ` [WIP/PATCH 7/6] perf: add a performance test for core.fsmonitor

[PATCH] git-p4: remove obsolete version check
 2017-06-03 16:55 UTC  (2+ messages)

git-2.13.0: log --date=format:%z not working
 2017-06-03 16:20 UTC  (15+ messages)
                      ` [PATCH] strbuf: let strbuf_addftime handle %z and %Z itself

[GSoC][RFC/PATCH v3 2/2] submodule: port subcommand foreach from shell to C
 2017-06-03 14:07 UTC  (3+ messages)
` [PATCH] submodule foreach: correct $sm_path in nested submodules from a dir

[PATCH 1/2] add setup step to filter-branch
 2017-06-03 10:17 UTC  (2+ messages)
` [PATCH 2/2] add [--] to usage of filter-branch

Git Error Message
 2017-06-03  8:13 UTC 

[GSoC][PATCH v5 1/3] submodule: fix buggy $path and $sm_path variable's value
 2017-06-03  2:13 UTC  (4+ messages)
` [GSoC][PATCH v6 1/2] "
  ` [GSoC][PATCH v6 2/2] submodule: port subcommand foreach from shell to C

public inbox links, was: Re: preserve untracked cache, was Re: What's cooking in git.git (Jun 2017, #01; Thu, 1)
 2017-06-03  1:24 UTC  (2+ messages)

Wrong gitattributes documentation?
 2017-06-03  1:20 UTC  (4+ messages)

[PATCH 0/3] Add regression tests for recent rebase -i fixes
 2017-06-03  0:36 UTC  (10+ messages)
` [PATCH 2/3] rebase: Add tests for console output
        ` pushing for a new hash, was "

What's cooking in git.git (Jun 2017, #01; Thu, 1)
 2017-06-03  0:26 UTC  (8+ messages)
` preserve untracked cache, was "

Unaligned accesses in sha1dc
 2017-06-03  0:15 UTC  (22+ messages)

How to avoid "Please tell me who you are..."?
 2017-06-02 23:50 UTC  (7+ messages)

[PATCH 00/33] object id conversion (grep and diff)
 2017-06-02 23:49 UTC  (30+ messages)
` [PATCH 08/33] grep: convert to struct object_id
` [PATCH 20/33] combine-diff: convert find_paths_* "
` [PATCH 22/33] notes-merge: convert notes_merge* "
` [PATCH 23/33] notes-merge: convert merge_from_diffs "
` [PATCH 25/33] notes-merge: convert verify_notes_filepair "
` [PATCH 28/33] builtin/diff-tree: cleanup references to sha1
` [PATCH 30/33] tree-diff: convert diff_tree_paths to struct object_id
` [PATCH 31/33] tree-diff: convert path_appendnew to object_id

git-gui ignores core.hooksPath
 2017-06-02 23:21 UTC  (7+ messages)
  ` [PATCH] respect core.hooksPath, falling back to .git/hooks

[PATCH] docs: fix literal quoted spaces
 2017-06-02  2:07 UTC  (5+ messages)
` [PATCH v2] docs: fix formatting and grammar

[PATCH 0/3] Use skip_prefix() in handle_revision_{,pseudo_}opt()
 2017-06-02 20:17 UTC  (7+ messages)
` [PATCH 1/3] revision.c: stricter parsing of '--no-{min,max}-parents'
` [PATCH 2/3] revision.c: use skip_prefix() in handle_revision_opt()
` [PATCH 3/3] revision.c: use skip_prefix() in handle_revision_pseudo_opt()

[PATCH 00/31] repository object
 2017-06-02 18:39 UTC  (14+ messages)
` [PATCH 04/31] setup: don't perform lazy initialization of repository state
` [PATCH 05/31] environment: remove namespace_len variable
` [PATCH 06/31] repo: introduce the repository object
` [PATCH 31/31] ls-files: use "

[PATCH] Documentation/git-rm: correct submodule description
 2017-06-02 19:28 UTC 

[PATCH v4 0/8] PCRE v2, PCRE v1 JIT, log -P & fixes
 2017-06-02 16:45 UTC  (18+ messages)
` [PATCH v4 1/8] grep: don't redundantly compile throwaway patterns under threading
` [PATCH v4 2/8] grep: skip pthreads overhead when using one thread
` [PATCH v4 3/8] log: add -P as a synonym for --perl-regexp
` [PATCH v4 4/8] grep: add support for the PCRE v1 JIT API
` [PATCH v4 5/8] grep: un-break building with PCRE < 8.32
` [PATCH v4 6/8] grep: un-break building with PCRE < 8.20
` [PATCH v4 7/8] grep: un-break building with PCRE >= 8.32 without --enable-jit
` [PATCH v4 8/8] grep: add support for PCRE v2

What's cooking in git.git (Jun 2017, #02; Fri, 2)
 2017-06-02  6:38 UTC 

Incorrect Diff!
 2017-06-02  4:55 UTC  (2+ messages)

[PATCH v5 0/5] convert: add "status=delayed" to filter process protocol
 2017-06-02  2:21 UTC  (4+ messages)
` [PATCH v5 5/5] "

git-send-email no longer works outside a repository?
 2017-06-02  1:59 UTC  (7+ messages)
` [PATCH] send-email: check for repo before invoking hook

[PATCH 0/6] Some more git config completions
 2017-06-02  0:33 UTC  (9+ messages)
` [PATCH 1/6] completion: Add git config gc completions
` [PATCH 2/6] completion: Add git config core completions
` [PATCH 3/6] completion: Add git config am.threeWay completion
` [PATCH 4/6] completion: Add git config advice completions
` [PATCH 5/6] completion: Add git config credential completions
` [PATCH 6/6] completion: Add git config credentialCache.ignoreSIGHUP

wrong language translation part7
 2017-06-01 22:21 UTC  (4+ messages)

[PATCH/RFC v2 1/6] branch: add tests for new copy branch feature
 2017-06-01 22:05 UTC  (9+ messages)
` [PATCH/RFC v2 2/6] branch: add copy branch option
` [PATCH/RFC v3 1/3] branch: add tests for new copy branch feature
  ` [PATCH/RFC v3 2/3] config: abstract out create section from key logic
  ` [PATCH/RFC v3 3/3] branch: add copy branch feature implementation

bug: `git log --grep ... --invert-grep --author=...` negates / ignores --author
 2017-06-01 21:38 UTC  (6+ messages)

[PATCH] send-email: Net::SMTP::SSL is obsolete, use only when necessary
 2017-06-01 19:42 UTC  (6+ messages)
` [PATCH v2] "

RFC: Would a config fetch.retryCount make sense?
 2017-06-01 17:59 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).