git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-12-18 12:18:35 to 2016-12-20 23:47:07 UTC [more...]

[PATCH 00/34] Teach the sequencer to act as rebase -i's backend
 2016-12-20 23:46 UTC  (53+ 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 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

[PATCHv4 0/4] git-rm absorbs submodule git directory before deletion
 2016-12-20 23:12 UTC  (5+ messages)
` [PATCHv4 1/4] submodule.h: add extern keyword to functions
` [PATCHv4 2/4] submodule: modernize ok_to_remove_submodule to use argv_array
` [PATCHv4 3/4] submodule: rename and add flags to ok_to_remove_submodule
` [PATCHv4 4/4] rm: absorb a submodules git dir before deletion

[PATCHv5 0/4] git-rm absorbs submodule git directory before deletion
 2016-12-20 23:20 UTC  (5+ messages)
` [PATCHv5 1/4] submodule.h: add extern keyword to functions
` [PATCHv5 2/4] submodule: modernize ok_to_remove_submodule to use argv_array
` [PATCHv5 3/4] submodule: rename and add flags to ok_to_remove_submodule
` [PATCHv5 4/4] rm: absorb a submodules git dir before deletion

[PATCH 00/13] gitk: tweak rendering of remote-tracking references
 2016-12-20 22:53 UTC  (19+ 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

[PATCHv4 0/5] git-rm absorbs submodule git directory before deletion
 2016-12-20 22:07 UTC  (16+ messages)
` [PATCHv4 1/5] submodule.h: add extern keyword to functions
` [PATCHv4 2/5] submodule: modernize ok_to_remove_submodule to use argv_array
` [PATCHv4 3/5] run-command: add {run,start,finish}_command_or_die
` [PATCHv4 4/5] submodule: add flags to ok_to_remove_submodule
` [PATCHv4 5/5] rm: absorb a submodules git dir before deletion

[PATCH] fast-import: properly fanout notes when tree is imported
 2016-12-20 21:50 UTC  (8+ messages)

Segfault in git_config_set_multivar_in_file_gently with direct_io in FUSE filesystem
 2016-12-20 20:09 UTC  (7+ messages)
` [PATCH] config.c: handle error case for fstat() calls
      ` [PATCH 1/2] config.c: rename label unlock_and_out
        ` [PATCH 2/2] config.c: handle lock file in error case in git_config_rename_

[PATCH 0/3] push only submodules
 2016-12-20 19:25 UTC  (7+ 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

[GIT GUI/PATCH/RFC] git gui: get current theme in 8.5-backwards-compatible way
 2016-12-20 19:20 UTC 

Allow "git shortlog" to group by committer information
 2016-12-20 18:52 UTC  (9+ messages)

Bug report: $program_name in error message
 2016-12-20 17:41 UTC  (9+ messages)

[PATCH] log: support 256 colors with --graph=256colors
 2016-12-20 17:26 UTC  (3+ messages)

[PATCH] mingw: consider that UNICODE_STRING::Length counts bytes
 2016-12-20 17:07 UTC  (5+ messages)

[PATCH 0/1] Fix a long-standing isatty() problem on Windows
 2016-12-20 16:59 UTC  (12+ 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 5/5] versioncmp: cope with common leading parts in versionsort.prereleaseSuffix
 2016-12-20 16:49 UTC  (5+ messages)
` [PATCHv2 0/7] Fix and generalize version sort reordering

[PATCH] mailinfo.c: move side-effects outside of assert
 2016-12-20 16:45 UTC  (11+ messages)
        ` [PATCH v2] "
            ` [PATCH v3] "

Suggestion for the "Did you mean this?" feature
 2016-12-20 14:02 UTC  (9+ messages)
  ` [PATCH] Tweak help auto-correct phrasing
      ` [PATCHv2] "

[PATCH v1] git-p4: add diff/merge properties to .gitattributes for GitLFS files
 2016-12-20 11:09 UTC  (3+ messages)

[PATCH v1] git-p4: fix git-p4.pathEncoding for removed files
 2016-12-20 11:01 UTC  (3+ messages)

[ANNOUNCE] git-cinnabar 0.4.0 release candidate 2
 2016-12-20  8:56 UTC  (2+ messages)

[PATCH 0/5] git check-ref-format --stdin --report-errors
 2016-12-20  7:29 UTC  (17+ 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

[PATCHv7 0/6] submodule absorbgitdirs
 2016-12-20  1:39 UTC  (5+ messages)
` [PATCHv8 6/6] submodule: add absorb-git-dir function

What's cooking in git.git (Dec 2016, #05; Mon, 19)
 2016-12-20  0:21 UTC 

[PATCH 0/2] improve relocate_git_dir to fail into a sane state
 2016-12-19 23:27 UTC  (8+ 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

[PATCH v2 00/21] Add configuration options for split-index
 2016-12-19 21:03 UTC  (11+ messages)
` [PATCH v2 02/21] config: add git_config_get_split_index()
` [PATCH v2 04/21] read-cache: add and then use tweak_split_index()
` [PATCH v2 10/21] read-cache: regenerate shared index if necessary
` [PATCH v2 16/21] read-cache: unlink old sharedindex files

[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

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

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

[PATCH] git-p4: Fix multi-path changelist empty commits
 2016-12-19 17:56 UTC  (4+ 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  (4+ 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  (4+ messages)
` [PATCH v2 1/5] doc: add documentation for OPT_STRING_LIST


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