git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-12-20 01:40:54 to 2016-12-25 14:24:07 UTC [more...]

[PATCH] gitk: use right colour for remote refs in the "Tags and heads" dialog
 2016-12-25 14:06 UTC 

git blame while resolving merge conflicts
 2016-12-25  8:44 UTC 

Corner case involving null sha1, alternates, cache misses, and submodule config API
 2016-12-25  2:29 UTC 

[PATCH] log: support 256 colors with --graph=256colors
 2016-12-25  2:36 UTC  (8+ messages)
` [PATCH v2] log --graph: customize the graph lines with config log.graphColors

[RFC/PATCH] add diffstat information to rebase
 2016-12-25  0:52 UTC  (7+ messages)

[PATCH] diff: prefer indent heuristic over compaction heuristic
 2016-12-24 12:55 UTC  (14+ messages)

What's cooking in git.git (Dec 2016, #07; Thu, 22)
 2016-12-24 10:50 UTC  (5+ messages)

[PATCH v3 0/2] pack bitmaps and incremental packing
 2016-12-24  2:57 UTC  (4+ messages)
` [PATCH v3 1/2] auto gc: don't write bitmaps for incremental repacks
` [PATCH v3 2/2] repack: die on incremental + write-bitmap-index

[PATCH v2 1/2] auto gc: don't write bitmaps for incremental repacks
 2016-12-23 22:20 UTC  (5+ messages)
` [PATCH v2 2/2] repack: die on incremental + write-bitmap-index

[PATCH] mingw: add a regression test for pushing to UNC paths
 2016-12-23 18:04 UTC  (2+ messages)

git 2.11.0 error when pushing to remote located on a windows share
 2016-12-23 17:04 UTC  (6+ messages)

[PATCH 0/2] Really fix the isatty() problem on Windows
 2016-12-23 12:51 UTC  (28+ messages)
` [PATCH 1/2] mingw: adjust is_console() to work with stdin
` [PATCH 2/2] mingw: replace isatty() hack
` [PATCH v2 0/3] Really fix the isatty() problem on Windows
  ` [PATCH v2 1/3] mingw: adjust is_console() to work with stdin
  ` [PATCH v2 2/3] mingw: fix colourization on Cygwin pseudo terminals
  ` [PATCH v2 3/3] mingw: replace isatty() hack
  ` [PATCH v3 0/3] Really fix the isatty() problem on Windows
    ` [PATCH v3 1/3] mingw: adjust is_console() to work with stdin
    ` [PATCH v3 2/3] mingw: fix colourization on Cygwin pseudo terminals
    ` [PATCH v3 3/3] mingw: replace isatty() hack

Bug-Report: git-svn and backslash in SVN branch name
 2016-12-23  7:06 UTC  (3+ messages)
` [PATCH] git-svn: escape backslashes in refnames

Feature request: git rebase --no-edit --continue
 2016-12-22 23:22 UTC  (4+ messages)

[PATCH 0/2] handling alternates paths with colons
 2016-12-22 22:19 UTC  (9+ messages)
` [PATCH 2/2] tmp-objdir: quote paths we add to alternates
  ` [PATCH 3/2] t5547-push-quarantine: run the path separator test on Windows, too
    ` [PATCH 4/2] t5615-alternate-env: double-quotes in file names do not work on Windows

Making it possible to do “git push origin” instead of “git push origin <branch>”, without having to one-time prepare each branch for it
 2016-12-22 21:46 UTC  (4+ messages)

[PATCH v1] git-p4: fix git-p4.pathEncoding for removed files
 2016-12-22 21:23 UTC  (4+ messages)

[PATCH v2 0/4] road to reentrant real_path
 2016-12-22 19:33 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH bw/realpath-wo-chdir] real_path: canonicalize directory separators in root parts

[PATCH] mailinfo.c: move side-effects outside of assert
 2016-12-22 17:57 UTC  (12+ messages)

[PATCH 0/1] Fix a long-standing isatty() problem on Windows
 2016-12-22  9:23 UTC  (17+ 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 00/13] gitk: tweak rendering of remote-tracking references
 2016-12-22  8:15 UTC  (9+ messages)

config for `format-patch --notes`?
 2016-12-22  7:08 UTC 

builtin difftool parsing issue
 2016-12-22  4:53 UTC 

References to old messages
 2016-12-22  1:00 UTC  (4+ messages)

config for `format-patch --notes`?
 2016-12-22  0:00 UTC  (2+ messages)

What's cooking in git.git (Dec 2016, #06; Wed, 21)
 2016-12-21 23:25 UTC 

Bug report: Git pull hang occasionally
 2016-12-21 22:31 UTC  (5+ messages)

Allow "git shortlog" to group by committer information
 2016-12-21 21:09 UTC  (14+ messages)

Races on ref .lock files?
 2016-12-21 21:08 UTC  (6+ messages)

[PATCH] string-list: make compare function compatible with qsort(3)
 2016-12-21 20:47 UTC  (4+ messages)

Missing option for format-patch?
 2016-12-21 18:01 UTC 

[PATCH 0/3] string-list: make string_list_sort() reentrant
 2016-12-21  9:36 UTC  (8+ messages)
` [PATCH 1/3] compat: add qsort_s()

[PATCH 00/34] Teach the sequencer to act as rebase -i's backend
 2016-12-20 23:46 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 09/34] sequencer (rebase -i): write an author-script file

[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

[PATCHv4 0/5] git-rm absorbs submodule git directory before deletion
 2016-12-20 22:07 UTC  (9+ messages)
` [PATCHv4 3/5] run-command: add {run,start,finish}_command_or_die

[PATCH] fast-import: properly fanout notes when tree is imported
 2016-12-20 21:50 UTC  (7+ 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  (2+ messages)

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

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

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

[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] Tweak help auto-correct phrasing
 2016-12-20 14:02 UTC  (2+ messages)
` [PATCHv2] "

[PATCH v1] git-p4: add diff/merge properties to .gitattributes for GitLFS files
 2016-12-20 11:09 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  (8+ messages)
` [PATCH 1/5] check-ref-format: Refactor out check_one_ref_format

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


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