git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-04-02 06:07:08 to 2018-04-03 21:05:54 UTC [more...]

[RFC PATCH 0/7] Moved code detection: ignore space on uniform indentation
 2018-04-03 21:05 UTC  (22+ messages)
` [PATCH 1/7] xdiff/xdiff.h: remove unused flags
` [PATCH 2/7] xdiff/xdiffi.c: remove unneeded function declarations
` [PATCH 3/7] diff.c: do not pass diff options as keydata to hashmap
` [PATCH 4/7] diff.c: adjust hash function signature to match hashmap expectation
` [PATCH 5/7] diff.c: refactor internal representation for coloring moved code
        ` [PATCH] diff: add a blocks mode for moved code detection
` [PATCH 6/7] diff.c: decouple white space treatment for move detection from generic option
` [PATCH 7/7] diff.c: add --color-moved-ignore-space-delta option

Timing issue in t5570 "daemon log records all attributes"
 2018-04-03 20:32 UTC  (2+ messages)

[PATCH 0/3] Lazy-load trees when reading commit-graph
 2018-04-03 20:20 UTC  (11+ messages)
` [PATCH 1/3] commit: create get_commit_tree() method
` [PATCH 2/3] treewide: use get_commit_tree() for tree access
` [PATCH 3/3] commit-graph: lazy-load trees

Socket activation for GitWeb FastCGI with systemd?
 2018-04-03 20:04 UTC  (2+ messages)

[PATCH 0/6] Compute and consume generation numbers
 2018-04-03 19:05 UTC  (27+ messages)
` [PATCH 1/6] object.c: parse commit in graph first
` [PATCH 2/6] commit: add generation number to struct commmit
` [PATCH 3/6] commit-graph: compute generation numbers
` [PATCH 4/6] commit: use generations in paint_down_to_common()
` [PATCH 5/6] commit.c: use generation to halt paint walk
` [PATCH 6/6] commit-graph.txt: update future work

[PATCH] commit: allow partial commits with relative paths
 2018-04-03 17:57 UTC 

[PATCH] l10n: de.po: fix a 'add --interactive' message
 2018-04-03 17:35 UTC 

[PATCH] l10n: de.po: translate 132 new messages
 2018-04-03 17:34 UTC  (3+ messages)

[PATCH] l10n: TEAMS: remove inactive de team members
 2018-04-03 17:30 UTC 

[PATCH 0/9] Assorted fixes for `git config` (including the "empty sections" bug)
 2018-04-03 16:30 UTC  (36+ messages)
` [PATCH 1/9] git_config_set: fix off-by-two
        ` A potential approach to making tests faster on Windows
` [PATCH v2 00/15] Assorted fixes for `git config` (including the "empty sections" bug)
  ` [PATCH v2 01/15] git_config_set: fix off-by-two
  ` [PATCH v2 02/15] t1300: rename it to reflect that `repo-config` was deprecated
  ` [PATCH v2 03/15] t1300: demonstrate that --replace-all can "invent" newlines
  ` [PATCH v2 04/15] config --replace-all: avoid extra line breaks
  ` [PATCH v2 05/15] t1300: avoid relying on a bug
  ` [PATCH v2 06/15] t1300: remove unreasonable expectation from TODO
  ` [PATCH v2 07/15] t1300: `--unset-all` can leave an empty section behind (bug)
  ` [PATCH v2 08/15] config: introduce an optional event stream while parsing
  ` [PATCH v2 09/15] config: avoid using the global variable `store`
  ` [PATCH v2 10/15] config_set_store: rename some fields for consistency
  ` [PATCH v2 11/15] git_config_set: do not use a state machine
  ` [PATCH v2 12/15] git_config_set: make use of the config parser's event stream
  ` [PATCH v2 13/15] git config --unset: remove empty sections (in the common case)
  ` [PATCH v2 14/15] git_config_set: reuse empty sections

[PATCH] t2028: tighten grep expression to make "move worktree" test more robust
 2018-04-03 15:21 UTC  (2+ messages)

[PATCH v3 0/3] Enable more compiler warnings for devs
 2018-04-03 15:17 UTC  (5+ messages)
` [PATCH 4/3] Makefile: untangle DEVELOPER and -Werror

[PATCH] branch -l: print useful info whilst rebasing a non-local branch
 2018-04-03 14:47 UTC  (7+ messages)
` [PATCH v2 1/2] branch --list: print useful info whilst interactive rebasing a detached HEAD
  ` [PATCH v2 2/2] t3200: verify "branch --list" sanity when rebasing from "
      ` [PATCH v3 "
  ` [PATCH v2 0/2] branch --list: print useful info whilst interactive rebasing a "

Bad refspec messes up bundle
 2018-04-03 14:38 UTC  (5+ messages)

Test 5561 failed
 2018-04-03 14:01 UTC  (6+ messages)
  ` [PATCH 0/2] t5561 fails without curl installed
    ` [PATCH 1/2] t5561: drop curl stderr redirects
    ` [PATCH 2/2] t5561: skip tests if curl is not available

[PATCH v2 0/5] Add --no-ahead-behind to status
 2018-04-03 13:47 UTC  (11+ messages)
` [PATCH v2 1/5] core.aheadbehind: add new config setting

What's cooking in git.git (Mar 2018, #06; Fri, 30)
 2018-04-03 13:12 UTC  (2+ messages)
` js/runtime-prefix-windows, was "

[ANNOUNCE] Git for Windows 2.17.0
 2018-04-03 12:34 UTC 

[PATCH v6 00/14] Serialized Git Commit Graph
 2018-04-03 11:49 UTC  (18+ messages)
` [PATCH v7 "
  ` [PATCH v7 01/14] csum-file: rename hashclose() to finalize_hashfile()
  ` [PATCH v7 02/14] csum-file: refactor finalize_hashfile() method
  ` [PATCH v7 03/14] commit-graph: add format document
  ` [PATCH v7 04/14] graph: add commit graph design document
  ` [PATCH v7 05/14] commit-graph: create git-commit-graph builtin
  ` [PATCH v7 06/14] commit-graph: implement write_commit_graph()
  ` [PATCH v7 07/14] commit-graph: implement git-commit-graph write
  ` [PATCH v7 08/14] commit-graph: implement git commit-graph read
  ` [PATCH v7 09/14] commit-graph: add core.commitGraph setting
  ` [PATCH v7 10/14] commit-graph: close under reachability
  ` [PATCH v7 11/14] commit: integrate commit graph with commit parsing
  ` [PATCH v7 12/14] commit-graph: read only from specific pack-indexes
  ` [PATCH v7 13/14] commit-graph: build graph from starting commits
  ` [PATCH v7 14/14] commit-graph: implement "--additive" option

[PATCH 1/1] perl: fix installing modules from contrib
 2018-04-03 10:49 UTC  (2+ messages)

Test t2028 failes
 2018-04-03  8:51 UTC  (9+ messages)

[PATCH v12 00/10] convert: add support for different encodings
 2018-04-03  8:37 UTC  (4+ messages)

[PATCH] ls-remote: create option to sort by versions
 2018-04-03  0:48 UTC  (13+ messages)
      ` [PATCH v5] ls-remote: create '--sort' option
      ` [PATCH v6] "
` [PATCH v4] "

[ANNOUNCE] Git v2.17.0
 2018-04-02 23:47 UTC  (6+ messages)

[PATCH] send-email: report host and port separately when calling git credential
 2018-04-02 23:23 UTC  (3+ messages)
  ` [PATCH] send-email: fix docs regarding storing password with "

[PATCH] ls-remote: create '--sort' option
 2018-04-02 21:19 UTC  (4+ messages)

[PATCH v5 0/6] worktree: teach "add" to check out existing branches
 2018-04-02 22:20 UTC  (8+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/6] reset: introduce show-new-head-line option

git stash push -u deletes untracked files
 2018-04-02 21:39 UTC  (2+ messages)

[GSoC] [PATCH] travis-ci: added clang static analysis
 2018-04-02 20:08 UTC  (5+ messages)

[PATCH] Support long format for log-based submodule diff
 2018-04-02 19:35 UTC  (6+ messages)

[PATCH] graph.c: log.showRootMark to indicate root commits
 2018-04-02 18:13 UTC  (3+ messages)

[PATCH v3 00/14] Serialized Git Commit Graph
 2018-04-02 18:02 UTC  (13+ messages)
` [PATCH v4 00/13] "
  ` [PATCH v4 01/13] commit-graph: add format document

[GIT PULL] l10n updates for 2.17.0 round 1
 2018-04-02 17:17 UTC  (2+ messages)

git log --oneline cannot display dates
 2018-04-02 12:40 UTC  (2+ messages)

Possible bug in git log with date ranges
 2018-04-02 12:17 UTC  (2+ messages)

[PATCH v1 0/3] add -p: select individual hunk lines
 2018-04-02 11:39 UTC  (7+ messages)
` [PATCH v3 "

[RFC] git clone add option to track all remote branches
 2018-04-02  9:29 UTC  (2+ messages)

Need help debugging issue in git
 2018-04-02  6:53 UTC  (2+ messages)

[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
 2018-04-02  6:07 UTC  (19+ messages)
` [RFC] Rebasing merges: a jorney to the ultimate solution(RoadClear)


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