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

[PATCH] Feature: custom guitool commands can now have custom keyboard shortcuts
 2016-03-31 16:49 UTC  (2+ messages)

[PATCH 0/4] Fix relative path issues in recursive submodules
 2016-03-31 16:47 UTC  (11+ messages)
` [PATCH 1/4] recursive submodules: test for relative paths
` [PATCH 2/4] submodule--helper clone: simplify path check
` [PATCH 3/4] submodule--helper clone: remove double path checking
` [PATCH 4/4] submodule--helper: use relative path if possible

[PATCH] Feature: custom guitool commands can now have custom keyboard shortcuts
 2016-03-31 16:41 UTC  (2+ messages)

[PATCH 1/2] ident: check for useConfigOnly before auto-detection of name/email
 2016-03-31 16:31 UTC  (7+ messages)
` [PATCH 2/2] ident: make the useConfigOnly error messages more informative

Signed-off-by vs Reviewed-by
 2016-03-31 16:28 UTC  (8+ messages)

[PATCH 00/21] replacement for dt/refs-backend-lmdb v7 patch 04/33
 2016-03-31 16:14 UTC  (7+ messages)

RFC: New reference iteration paradigm
 2016-03-31 16:13 UTC 

[RFC/PATCH] clone: make 'git clone -c remote.origin.fetch=<refspec>' work
 2016-03-31 16:15 UTC  (3+ messages)
` [PATCH v2] clone: respect configured fetch respecs during initial fetch

[RFC PATCH] gpg: add support for gpgsm
 2016-03-31 16:08 UTC  (7+ messages)

[PATCH v3][Outreachy] branch -D: allow - as abbreviation of @{-1}
 2016-03-31 15:31 UTC  (3+ messages)

[PATCH v10 1/3] parse-options.c: make OPTION__COUNTUP understand "unspecified" values
 2016-03-31 14:45 UTC  (5+ messages)
` [PATCH v11 1/4] test-parse-options: print quiet as integer
  ` [PATCH v11 2/4] parse-options.c: make OPTION_COUNTUP respect "unspecified" values
  ` [PATCH v11 4/4] commit: add a commit.verbose config variable
  ` [PATCH v11 3/4] t7507-commit-verbose: improve test coverage by testing number of diffs

git alias quoting help
 2016-03-31 14:27 UTC  (2+ messages)

BUG in git diff-index
 2016-03-31 14:27 UTC  (5+ messages)

[PATCH v4] git-send-pack: fix --all option when used with directory
 2016-03-31 13:55 UTC 

weird diff output?
 2016-03-31 13:47 UTC  (13+ messages)

[RFC/GSOC] Git Beginner | Warnings for potentially destructive commands
 2016-03-31  7:59 UTC  (3+ messages)
` [RFC/GSOC] Git Beginner | Warnings for potentially destructive commands (v2)

Problem with Integrated Vim Editor on Win 10
 2016-03-31  6:49 UTC  (4+ messages)

[PATCHv2 0/4] Some cleanups
 2016-03-31  2:59 UTC  (16+ messages)
` [PATCHv2 1/4] notes: don't leak memory in git_config_get_notes_strategy
` [PATCHv2 2/4] abbrev_sha1_in_line: don't leak memory
` [PATCHv2 3/4] bundle: don't leak an fd in case of early return
` [PATCHv2 4/4] credential-cache, send_request: close fd when done

[PATCH v3 0/4] Add an option to git-format-patch to record base tree info
 2016-03-31  1:46 UTC  (5+ messages)
` [PATCH v3 1/4] patch-ids: make commit_patch_id() a public helper function
` [PATCH v3 2/4] format-patch: add '--base' option to record base tree info
` [PATCH v3 3/4] format-patch: introduce --base=auto option
` [PATCH v3 4/4] format-patch: introduce format.base configuration

[PATCH v3 00/16] port branch.c to use ref-filter's printing options
 2016-03-30 22:19 UTC  (22+ messages)
` [PATCH v3 01/16] ref-filter: implement %(if), %(then), and %(else) atoms
` [PATCH v3 02/16] ref-filter: include reference to 'used_atom' within 'atom_value'
` [PATCH v3 03/16] ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)
` [PATCH v3 04/16] ref-filter: modify "%(objectname:short)" to take length
` [PATCH v3 05/16] ref-filter: move get_head_description() from branch.c
` [PATCH v3 06/16] ref-filter: introduce format_ref_array_item()
` [PATCH v3 07/16] ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams
` [PATCH v3 08/16] ref-filter: add support for %(upstream:track,nobracket)
` [PATCH v3 09/16] ref-filter: make "%(symref)" atom work with the ':short' modifier
` [PATCH v3 10/16] ref-filter: introduce symref_atom_parser()
` [PATCH v3 11/16] ref-filter: introduce refname_atom_parser()
` [PATCH v3 12/16] ref-filter: add support for %(refname:dir) and %(refname:base)
` [PATCH v3 13/16] ref-filter: allow porcelain to translate messages in the output
` [PATCH v3 14/16] branch, tag: use porcelain output
` [PATCH v3 15/16] branch: use ref-filter printing APIs
` [PATCH v3 16/16] branch: implement '--format' option

[PATCH] for-each-ref: fix description of '--contains' in manpage
 2016-03-30 20:59 UTC  (2+ messages)

[BUG] `git submodule update --init --recursive` stores gitdir in full path into `.git` of nested submodules
 2016-03-30 20:54 UTC  (4+ messages)

[PATCH] diffcore: fix iteration order of identical files during rename detection
 2016-03-30 20:51 UTC  (2+ messages)

[PATCH 0/5] modify tests for --[no-]autostash option
 2016-03-30 20:31 UTC  (5+ messages)
` [PATCH 5/5] t/t5520: test --[no-]autostash with pull.rebase=true

[PATCHv4 0/6] Fix path bugs in submodule commands executed from sub dir
 2016-03-30 20:05 UTC  (8+ messages)
` [PATCHv4 1/6] submodule foreach: correct path display in recursive submodules
` [PATCHv4 2/6] submodule update --init: correct path handling "
` [PATCHv4 3/6] submodule status: "
` [PATCHv4 4/6] submodule update: align reporting path for custom command execution
` [PATCHv4 5/6] submodule update: test recursive path reporting from subdirectory
` [PATCHv4 6/6] t7407: make expectation as clear as possible

[PATCH v3 0/5] Expanding tabs in "git log" output
 2016-03-30 19:18 UTC  (9+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] pretty: expand tabs in indented logs to make things line up properly
  ` [PATCH v4 2/3] pretty: enable --expand-tabs by default for selected pretty formats
  ` [PATCH v4 3/3] pretty: allow tweaking tabwidth in --expand-tabs

[PATCH 2/2] MSVC: VS2013 comes with inttypes.h
 2016-03-30 18:19 UTC  (7+ messages)
` [PATCH 2/2 V2] "
    ` [PATCH 2/2 V3] MSVC: Use shipped headers instead of fallback definitions

[PATCH v4] worktree: add: introduce --checkout option
 2016-03-30 17:59 UTC  (5+ messages)
` [PATCH v5] "

[PATCH 1/3] git reset --hard gives clean working tree
 2016-03-30 17:48 UTC  (8+ messages)
` [PATCH v1 6/7] correct blame for files commited with CRLF

[PATCH 0/6] Some cleanups
 2016-03-30 17:21 UTC  (24+ messages)
` [PATCH 1/6] path.c: allocate enough memory for string
` [PATCH 2/6] imap-send.c, cram: allocate enough memory for null terminated string
` [PATCH 3/6] notes: don't leak memory in git_config_get_notes_strategy
` [PATCH 4/6] abbrev_sha1_in_line: don't leak memory
` [PATCH 5/6] bundle: don't leak an fd in case of early return
` [PATCH 6/6] credential-cache, send_request: close fd when done

git-apply does not work in a sub-directory of a Git repository
 2016-03-30 17:13 UTC  (6+ messages)

git show -m with a parent number
 2016-03-30 16:55 UTC  (4+ messages)

[PATCH v3] t7012: Implement test for git-checkout
 2016-03-30 15:21 UTC  (3+ messages)

[GSoC] A late proposal: a modern send-email
 2016-03-30 12:10 UTC  (7+ messages)

[PATCH] Fix http-backend reading till EOF, ignoring CONTENT_LENGTH, violating rfc3875 -- WAS: Problem with git-http-backend.exe as iis cgi
 2016-03-30  9:08 UTC  (3+ messages)
  ` AW: "

[Outreachy] Git remote whitelist/blacklist
 2016-03-30  8:21 UTC  (4+ messages)

[PATCH 1/2] MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any more
 2016-03-30  7:57 UTC  (6+ messages)

[PATCH 0/4] Git for Windows fixes in preparation for 2.8.0
 2016-03-30  5:52 UTC  (6+ messages)
` [PATCH 1/4] config --show-origin: report paths with forward slashes

[BUG?] retrying with "am -3" doesn't work anymore
 2016-03-30  5:06 UTC  (3+ messages)

[ANNOUNCE] git-push-update, tool to push with "server-side" merge or rebase
 2016-03-30  4:55 UTC  (3+ messages)

Message
 2016-03-30  2:50 UTC 

Cheap Solid Wood Beds For Sale Salford UK
 2016-03-30  2:43 UTC 

[PATCHv3 0/6] Fix path bugs in submodule commands executed from sub dir
 2016-03-30  1:00 UTC  (10+ messages)
` [PATCH 1/6] submodule foreach: correct path display in recursive submodules
` [PATCH 2/6] submodule update --init: correct path handling "
` [PATCH 3/6] submodule status: "
` [PATCH 4/6] submodule update: align reporting path for custom command execution

`git rev-parse --is-inside-work-tree` and $GIT_WORK_TREE
 2016-03-30  0:53 UTC  (3+ 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).