git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-09-04 15:49:43 to 2015-09-08 18:58:05 UTC [more...]

[PATCHv6 0/3] submodule--helper: Have some refactoring only patches first
 2015-09-08 18:57 UTC  (4+ messages)
` [PATCHv6 1/3] submodule: Reimplement `module_list` shell function in C
` [PATCHv6 2/3] submodule: Reimplement `module_name` "
` [PATCHv6 3/3] submodule: Reimplement `module_clone` "

Conditionally define vars to improve portability
 2015-09-08 18:57 UTC  (4+ messages)

bash completion lacks options
 2015-09-08 18:38 UTC  (6+ messages)

[PATCHv5 0/3] submodule--helper: Have some refactoring only patches first
 2015-09-08 18:31 UTC  (4+ messages)
` [PATCHv5 3/3] submodule: Reimplement `module_clone` shell function in C

Questions about git-push for huge repositories
 2015-09-08 18:24 UTC  (8+ messages)

[PATCH v16 00/14] port tag.c to use ref-filter APIs
 2015-09-08 18:20 UTC  (28+ messages)
` [PATCH v16 01/14] ref-filter: move `struct atom_value` to ref-filter.c
` [PATCH v16 02/14] ref-filter: introduce ref_formatting_state and ref_formatting_stack
` [PATCH v16 03/14] utf8: add function to align a string into given strbuf
` [PATCH v16 04/14] ref-filter: introduce handler function for each atom
` [PATCH v16 05/14] ref-filter: introduce match_atom_name()
` [PATCH v16 06/14] ref-filter: implement an `align` atom
` [PATCH v16 07/14] ref-filter: add option to filter out tags, branches and remotes
` [PATCH v16 08/14] ref-filter: add support for %(contents:lines=X)
` [PATCH v16 09/14] ref-filter: add support to sort by version
` [PATCH v16 10/14] ref-filter: add option to match literal pattern
` [PATCH v16 11/14] tag.c: use 'ref-filter' data structures
` [PATCH v16 12/14] tag.c: use 'ref-filter' APIs
` [PATCH v16 13/14] tag.c: implement '--format' option
` [PATCH v16 14/14] tag.c: implement '--merged' and '--no-merged' options

Improving auto conflict resolving while merge
 2015-09-09  0:08 UTC  (3+ messages)
  ` Re[2]: "

Standardization of messages - dot after the sentence
 2015-09-08 18:16 UTC  (3+ messages)

More builtin git-am issues
 2015-09-08 18:14 UTC  (30+ messages)
` [PATCH] am: match --signoff to the original scripted version

Issue with Orphaned Files After Aborted Rebase
 2015-09-08 18:00 UTC 

[PATCH] filter-branch: add passed/remaining seconds on progress
 2015-09-08 17:59 UTC  (13+ messages)

[RFC] a tale of Git 2.5, ssh transport and GIT_* environment variables
 2015-09-08 17:18 UTC  (9+ messages)
      ` [PATCH] git_connect: clear GIT_* environment for ssh
          ` [PATCH] git_connect: clarify conn->use_shell flag

[PATCH/RFC] Pinning of submodules
 2015-09-08 16:55 UTC  (7+ messages)

[RFC/PATCH] git-multimail version 1.2 Alpha 1
 2015-09-08 12:27 UTC 

Bug: git-upload-pack will return successfully even when it can't read all references
 2015-09-08 12:16 UTC  (3+ messages)

[Feature request] help.autocorrect suggestion with Y/N
 2015-09-08  8:40 UTC  (2+ messages)

Update Vietnamese translation for git-gui
 2015-09-08  8:36 UTC 

[PATCH v2 0/6] Make "local" orthogonal to date format
 2015-09-08  7:53 UTC  (3+ messages)
` [PATCH v3 00/11] "

Bug in default commit hook (improperly forbidding a single blank line at EOF)
 2015-09-08  5:03 UTC  (3+ messages)

[PATCH v3 0/5] git-p4: add support for large file systems
 2015-09-08  4:25 UTC  (7+ messages)
` [PATCH v3 1/5] git-p4: add optional type specifier to gitConfig reader
` [PATCH v3 2/5] git-p4: add gitConfigInt reader
` [PATCH v3 3/5] git-p4: return an empty list if a list config has no values
` [PATCH v3 4/5] git-p4: add support for large file systems
` [PATCH v3 5/5] git-p4: add Git LFS backend for large file system

Subdividing an existing Repository
 2015-09-08  0:29 UTC 

[PATCH, RESEND] gitk: adjust the menu line numbers to compensate for the new entry
 2015-09-07 23:16 UTC 

[PATCH] interpret-trailers: allow running outside a repository
 2015-09-07 20:08 UTC  (2+ messages)

workdirs: cannot clone a local workdir directory
 2015-09-07 16:33 UTC  (6+ messages)
` [PATCH v2 0/5] fix local clone from a linked checkout
  ` [PATCH v2 2/5] enter_repo: avoid duplicating logic, use is_git_directory() instead
  ` [PATCH v2 4/5] clone: allow --local from a linked checkout

[PATCH v1 0/2] git-p4: handle "Translation of file content failed"
 2015-09-07 12:42 UTC  (3+ messages)
` [PATCH v1 1/2] git-p4: print stderr if P4 read_pipe operation fails
` [PATCH v1 2/2] git-p4: handle "Translation of file content failed"

[PATCH v1 0/2] contrib/subtree: make it respect spaces in a repository path
 2015-09-07 11:05 UTC  (5+ messages)
` [PATCH v1 1/2] t7900-subtree: test the "space in a subdirectory name" case
` [PATCH v1 2/2] contrib/subtree: respect spaces in a repository path

Important Notice!
 2015-09-06 20:29 UTC 

On a personal note
 2015-09-06 16:45 UTC  (4+ messages)

[RFC] test_when_finished in subshells
 2015-09-06 16:22 UTC  (15+ messages)
    ` [PATCH 0/5] disallow "
      ` [PATCH 1/5] t7610: don't use test_config in a subshell
      ` [PATCH 2/5] t5801: don't use test_when_finished "
      ` [PATCH 3/5] test-lib-functions: support "test_config -C <dir> ..."
      ` [PATCH 4/5] t7800: don't use test_config in a subshell
      ` [PATCH 5/5] test-lib-functions: detect test_when_finished in subshell

What's cooking in git.git (Aug 2015, #06; Mon, 31)
 2015-09-06 12:15 UTC  (2+ messages)

[PATCH] tag: support mixing --sort=<spec> and -n
 2015-09-06  6:25 UTC  (5+ messages)

Draft of Git Rev News edition 7
 2015-09-05 21:04 UTC 

determine name of tag used for checkout when multiple tags exist?
 2015-09-05 14:23 UTC  (4+ messages)

[PATCHv1 0/2] git-p4: work on a detached head
 2015-09-05 14:02 UTC  (3+ messages)
` [PATCHv1 1/2] git-p4: add failing test for submit from "
` [PATCHv1 2/2] git-p4: work with a "

[L10N] Kickoff of translation for Git 2.6.0 round 1
 2015-09-05 13:30 UTC  (5+ messages)

[PATCH] Makefile: fix MAKEFLAGS tests with multiple flags
 2015-09-05 12:22 UTC 

glibc mutex deadlock in signal handler
 2015-09-05  8:59 UTC  (8+ messages)

Bug? push --recurse-submodules=on-demandd not really recursive
 2015-09-05  8:31 UTC 

Feature Request: enhance Git-GUI's Checkout Branch screen
 2015-09-05  0:28 UTC  (5+ messages)

[PATCH] add ls-remote --get-push-url option
 2015-09-04 22:40 UTC  (3+ messages)
` [PATCH v4] remote: add get-url subcommand

[PATCH] push: don't show Done with --quiet --porcelain
 2015-09-04 21:42 UTC  (4+ messages)

[PATCH v7 0/3] worktree: worktree.c functions and list builtin command
 2015-09-04 21:39 UTC  (4+ messages)
` [PATCH v7 1/3] worktree: add top-level worktree.c
` [PATCH v7 2/3] worktree: move/refactor find_shared_symref from branch.c
` [PATCH v7 3/3] worktree: add 'list' command

Compare two diffs on the command line?
 2015-09-04 19:23 UTC  (3+ messages)

[PATCH v15 00/13] port builtin/tag.c to use ref-filter APIs
 2015-09-04 18:02 UTC  (5+ messages)
` [PATCH v15 05/13] ref-filter: implement an `align` atom

git grep broken in Fedora 21 update?
 2015-09-04 16:18 UTC  (3+ messages)

GSoC 2015 is over
 2015-09-04 16:14 UTC  (4+ messages)

[PATCH] graph.c: visual difference on subsequent series
 2015-09-04 16:08 UTC  (7+ messages)

[PATCH 00/43] refs lmdb backend
 2015-09-04 16:01 UTC  (3+ messages)

[PATCH] pack-protocol: document newline behavior in push commands
 2015-09-04 15:49 UTC  (4+ 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).