git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-12-16 19:03:56 to 2016-12-19 22:54:44 UTC [more...]

[PATCH 00/13] gitk: tweak rendering of remote-tracking references
 2016-12-19 22:53 UTC  (15+ messages)
` [PATCH 01/13] gitk: when processing tag labels, don't use `marks` as scratch space
` [PATCH 02/13] gitk: keep track of tag types in a separate `types` array
` [PATCH 03/13] gitk: use a type "tags" to indicate abbreviated tags
` [PATCH 04/13] gitk: use a type "mainhead" to indicate the main HEAD branch
` [PATCH 05/13] gitk: fill in `wvals` as the tags are first processed
` [PATCH 06/13] gitk: simplify regexp
` [PATCH 07/13] gitk: extract a method `remotereftext`
` [PATCH 08/13] gitk: only change the color of the "remote" part of remote refs
` [PATCH 09/13] gitk: shorten labels displayed for modern remote-tracking refs
` [PATCH 10/13] gitk: use type "remote" for remote-tracking references
` [PATCH 11/13] gitk: introduce a constant otherrefbgcolor
` [PATCH 12/13] gitk: add a configuration setting `remoterefbgcolor`
` [PATCH 13/13] gitk: change the default colors for remote-tracking references

[PATCH] fast-import: properly fanout notes when tree is imported
 2016-12-19 22:05 UTC  (2+ messages)

[PATCH 0/2] improve relocate_git_dir to fail into a sane state
 2016-12-19 22:25 UTC  (4+ messages)
` [PATCH 1/2] dir.c: split up connect_work_tree_and_git_dir
` [PATCH 2/2] dir.c: add retry logic to relocate_gitdir

Suggestion for the "Did you mean this?" feature
 2016-12-19 22:04 UTC  (8+ messages)
  ` [PATCH] Tweak help auto-correct phrasing

[PATCH] mingw: consider that UNICODE_STRING::Length counts bytes
 2016-12-19 21:57 UTC  (2+ messages)

[PATCH v1] git-p4: add diff/merge properties to .gitattributes for GitLFS files
 2016-12-19 21:29 UTC  (2+ messages)

[PATCH v1] git-p4: fix git-p4.pathEncoding for removed files
 2016-12-19 21:29 UTC  (2+ messages)

[PATCH 00/34] Teach the sequencer to act as rebase -i's backend
 2016-12-19 21:27 UTC  (57+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/34] sequencer: support a new action: 'interactive rebase'
  ` [PATCH v2 02/34] sequencer (rebase -i): implement the 'noop' command
  ` [PATCH v2 03/34] sequencer (rebase -i): implement the 'edit' command
  ` [PATCH v2 04/34] sequencer (rebase -i): implement the 'exec' command
  ` [PATCH v2 07/34] sequencer (rebase -i): add support for the 'fixup' and 'squash' commands
  ` [PATCH v2 09/34] sequencer (rebase -i): write an author-script file
  ` [PATCH v2 11/34] sequencer (rebase -i): remove CHERRY_PICK_HEAD when no longer needed
  ` [PATCH v2 14/34] sequencer (rebase -i): update refs after a successful rebase
  ` [PATCH v2 15/34] sequencer (rebase -i): leave a patch upon error
  ` [PATCH v2 18/34] sequencer (rebase -i): refactor setting the reflog message
  ` [PATCH v2 20/34] sequencer (rebase -i): copy commit notes at end
  ` [PATCH v2 24/34] sequencer (rebase -i): respect strategy/strategy_opts settings
  ` [PATCH v2 27/34] sequencer (rebase -i): differentiate between comments and 'noop'
  ` [PATCH v2 32/34] sequencer (rebase -i): show the progress

[PATCH v2 00/21] Add configuration options for split-index
 2016-12-19 21:03 UTC  (29+ messages)
` [PATCH v2 01/21] config: mark an error message up for translation
` [PATCH v2 02/21] config: add git_config_get_split_index()
` [PATCH v2 03/21] split-index: add {add,remove}_split_index() functions
` [PATCH v2 04/21] read-cache: add and then use tweak_split_index()
` [PATCH v2 05/21] update-index: warn in case of split-index incoherency
` [PATCH v2 06/21] t1700: add tests for core.splitIndex
` [PATCH v2 07/21] Documentation/config: add information "
` [PATCH v2 08/21] Documentation/git-update-index: talk about core.splitIndex config var
` [PATCH v2 09/21] config: add git_config_get_max_percent_split_change()
` [PATCH v2 10/21] read-cache: regenerate shared index if necessary
` [PATCH v2 11/21] t1700: add tests for splitIndex.maxPercentChange
` [PATCH v2 12/21] Documentation/config: add splitIndex.maxPercentChange
` [PATCH v2 13/21] sha1_file: make check_and_freshen_file() non static
` [PATCH v2 14/21] read-cache: touch shared index files when used
` [PATCH v2 15/21] config: add git_config_get_expiry() from gc.c
` [PATCH v2 16/21] read-cache: unlink old sharedindex files
` [PATCH v2 17/21] t1700: test shared index file expiration
` [PATCH v2 18/21] read-cache: refactor read_index_from()
` [PATCH v2 19/21] read-cache: use freshen_shared_index() in read_index_from()
` [PATCH v2 20/21] Documentation/config: add splitIndex.sharedIndexExpire
` [PATCH v2 21/21] Documentation/git-update-index: explain splitIndex.*

[PATCH] mailinfo.c: move side-effects outside of assert
 2016-12-19 21:01 UTC  (6+ messages)

[PATCH 00/11] git worktree (re)move
 2016-12-19 20:57 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 10/11] worktree move: refuse to move worktrees with submodules

Bug report: $program_name in error message
 2016-12-19 20:50 UTC  (6+ messages)

test failure
 2016-12-19 20:00 UTC  (6+ messages)
    ` [PATCH v1] t0021: fix flaky test

[PATCH 0/1] Fix a long-standing isatty() problem on Windows
 2016-12-19 19:34 UTC  (10+ messages)
` [PATCH 1/1] mingw: intercept isatty() to handle /dev/null as Git expects it
        ` [PATCH] winansi_isatty(): fix when Git is used from CMD

[PATCH 0/3] push only submodules
 2016-12-19 18:56 UTC  (6+ messages)
` [PATCH 1/3] transport: refactor flag #defines to be more readable
` [PATCH 2/3] submodules: add RECURSE_SUBMODULES_ONLY value
` [PATCH 3/3] push: add option to push only submodules

[PATCH 0/5] git check-ref-format --stdin --report-errors
 2016-12-19 18:23 UTC  (15+ messages)
` [PATCH 1/5] check-ref-format: Refactor out check_one_ref_format
` [PATCH 2/5] check-ref-format: Refactor to make --branch code more common
` [PATCH 3/5] check-ref-format: Abolish leak of collapsed refname
` [PATCH 5/5] check-ref-format: New --stdin option

What's cooking in git.git (Dec 2016, #02; Mon, 12)
 2016-12-19 18:17 UTC  (5+ messages)

[PATCHv7 0/6] submodule absorbgitdirs
 2016-12-19 18:15 UTC  (4+ messages)
` [PATCHv8 6/6] submodule: add absorb-git-dir function

Segfault in git_config_set_multivar_in_file_gently with direct_io in FUSE filesystem
 2016-12-19 18:14 UTC  (3+ messages)
` [PATCH] config.c: handle error case for fstat() calls

[PATCH] git-p4: Fix multi-path changelist empty commits
 2016-12-19 17:56 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2 00/16] pathspec cleanup
 2016-12-19 17:33 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/16] dir: remove struct path_simplify

[PATCH] fix pushing to //server/share/dir paths on Windows
 2016-12-19 17:18 UTC  (2+ messages)

"disabling bitmap writing, as some objects are not being packed"?
 2016-12-19 16:03 UTC  (10+ messages)
        ` [PATCH] pack-objects: don't warn about bitmaps on incremental pack

(no subject)
 2016-12-19 15:16 UTC 

Can't get git to stop outputting to StdErr
 2016-12-19 14:56 UTC  (3+ messages)

[PATCH] parse-options: print "fatal:" before usage_msg_opt()
 2016-12-19 14:32 UTC  (7+ messages)

[RFC/PATCH v3 00/16] Add initial experimental external ODB support
 2016-12-18 13:13 UTC  (4+ messages)

[PATCH v2 0/5] extend describe and name-rev pattern matching
 2016-12-18 12:19 UTC  (8+ messages)
` [PATCH v2 1/5] doc: add documentation for OPT_STRING_LIST
` [PATCH v2 2/5] name-rev: extend --refs to accept multiple patterns
` [PATCH v2 3/5] name-rev: add support to discard refs by pattern match
` [PATCH v2 4/5] describe: teach --match to accept multiple patterns
` [PATCH v2 5/5] describe: teach describe negative pattern matches

[PATCH v15 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-12-17 19:55 UTC  (8+ messages)
` [PATCH v15 08/27] bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in C

What's cooking in git.git (Dec 2016, #04; Fri, 16)
 2016-12-17 14:36 UTC  (4+ messages)

[PATCH] mingw: consider that UNICODE_STRING::Length counts bytes
 2016-12-17 13:20 UTC 

[PATCH] diff: prefer indent heuristic over compaction heuristic
 2016-12-17  8:02 UTC  (3+ messages)

[PATCH 0/2] handling alternates paths with colons
 2016-12-17  7:56 UTC  (5+ messages)
` [PATCH 1/2] alternates: accept double-quoted paths

[RFC/PATCH] Makefile: add cppcheck target
 2016-12-17  7:31 UTC  (7+ messages)
` [RFC/PATCHv2] "
    ` [RFC/PATCH] Makefile: suppress some cppcheck false-positives

[PATCHv2] git-p4: handle symlinked directories
 2016-12-17  1:00 UTC  (2+ messages)
` [PATCHv2] git-p4: avoid crash adding symlinked directory

indent-heuristic, compaction-heuristic combination
 2016-12-17  0:45 UTC  (4+ messages)

Races on ref .lock files?
 2016-12-16 23:34 UTC  (3+ messages)

index-pack outside of repository?
 2016-12-16 21:55 UTC  (11+ messages)

[PATCH v6 0/6] recursively grep across submodules
 2016-12-16 21:42 UTC  (6+ messages)
` [PATCH v7 0/7] "
  ` [PATCH v7 4/7] grep: add submodules as a grep source type
  ` [PATCH v7 6/7] grep: enable recurse-submodules to work on <tree> objects
  ` [PATCH v7 7/7] grep: search history of moved submodules


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