git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-02-08 20:18:29 to 2016-02-11 21:21:36 UTC [more...]

[PATCH v4 00/20] refs backend
 2016-02-11 21:21 UTC  (17+ messages)
` [PATCH v4 02/21] refs: add methods for misc ref operations
` [PATCH v4 03/21] refs: add methods for the ref iterators
` [PATCH v4 08/21] refs: add methods to init refs db
` [PATCH v4 09/21] refs: add method to rename refs
` [PATCH v4 12/21] refs: allow log-only updates
` [PATCH v4 20/21] refs: add LMDB refs storage backend

[PATCH] mergetool: reorder vim/gvim buffers in three-way diffs
 2016-02-11 21:15 UTC  (11+ messages)

[PATCH 00/22] add the FORMATPRINTF macro to declare the gcc function
 2016-02-11 20:53 UTC  (25+ messages)
` [PATCH 01/22] git-compat-util.h: add the FORMATPRINTF macro
` [PATCH 02/22] advice.h: use the FORMATPRINTF macro to declare the gcc function attribute 'format printf'
` [PATCH 03/22] argv-array.h: "
` [PATCH 04/22] builtin/index-pack.c: "
` [PATCH 05/22] builtin/receive-pack.c: "
` [PATCH 06/22] builtin/update-index.c: "
` [PATCH 07/22] builtin/upload-archive.c: "
` [PATCH 08/22] cache.h: "
` [PATCH 09/22] color.h: "
` [PATCH 10/22] config.c: "
` [PATCH 11/22] daemon.c: "
` [PATCH 12/22] fsck.c: "
` [PATCH 13/22] http-backend.c: "
` [PATCH 14/22] imap-send.c: "
` [PATCH 15/22] merge-recursive.c: "
` [PATCH 16/22] pkt-line.h: "
` [PATCH 17/22] remote.c: "
` [PATCH 18/22] strbuf.h: "
` [PATCH 19/22] trace.h: "
` [PATCH 20/22] transport-helper.c: "
` [PATCH 21/22] utf8.h: "
` [PATCH 22/22] wt-status.h: "

[PATCHv9 0/6] Expose submodule parallelism to the user
 2016-02-11 20:33 UTC  (30+ messages)
` [PATCHv9 1/6] submodule-config: keep update strategy around
` [PATCHv9 2/6] submodule-config: drop check against NULL
` [PATCHv9 3/6] fetching submodules: respect `submodule.fetchJobs` config option
` [PATCHv9 4/6] git submodule update: have a dedicated helper for cloning
` [PATCHv9 5/6] submodule update: expose parallelism to the user
` [PATCHv9 6/6] clone: allow an explicit argument for parallel submodule clones

Business proposal
 2016-02-11 19:20 UTC 

[PATCH 1/3] git reset --hard gives clean working tree
 2016-02-11 18:49 UTC  (4+ messages)
` [PATCH 2/3] Factor out convert_cmp_checkout() into convert.c
` [PATCH 3/3] convert.c: Optimize convert_cmp_checkout() for changed file len

RFC: Resumable clone based on hybrid "smart" and "dumb" HTTP
 2016-02-11 18:04 UTC  (14+ messages)

assert failed in pathspec.c
 2016-02-11 16:13 UTC  (4+ messages)

git 2.7.0 crashes when top-down memory allocation preference is set
 2016-02-11 13:30 UTC  (7+ messages)

GSoC 2016: applications open, deadline = Fri, 19/2
 2016-02-11  8:36 UTC  (4+ messages)

Bug in Quit shortcut key
 2016-02-11  0:07 UTC  (2+ messages)

Interim "What's cooking"
 2016-02-10 23:43 UTC 

git-svn clone error
 2016-02-10 22:22 UTC 

git show doesn't work on file names with square brackets
 2016-02-10 21:52 UTC  (24+ messages)
                            ` [PATCH 1/3] checkout: reorder check_filename conditional
                            ` [PATCH 2/3] check_filename: tighten dwim-wildcard ambiguity
                            ` [PATCH 3/3] get_sha1: don't die() on bogus search strings

[PATCH v2] config: add '--sources' option to print the source of a config value
 2016-02-10 19:03 UTC  (10+ messages)

Git config depth option?
 2016-02-10 17:57 UTC 

[PATCH v3 5/7] convert: auto_crlf=false and no attributes set: same as binary
 2016-02-10 16:24 UTC  (10+ messages)
` [PATCH v4 1/6] t0027: add tests for get_stream_filter()
` [PATCH v4 2/6] convert.c: remove unused parameter 'path'
` [PATCH v4 3/6] convert.c: remove input_crlf_action()
` [PATCH v4 4/6] convert.c: use text_eol_is_crlf()
` [PATCH v4 5/6] convert.c: refactor crlf_action
` [PATCH v4 6/6] convert.c: simplify text_stat

RE
 2016-02-10 11:10 UTC 

[ANNOUNCE] Git Rev News edition 12
 2016-02-10 12:48 UTC 

[PATCH] stripspace: Call U+0020 a "space" instead of a "blank"
 2016-02-10  5:26 UTC  (5+ messages)

What's cooking in git.git (Feb 2016, #03; Tue, 9)
 2016-02-09 23:17 UTC 

[PATCH v1] travis-ci: override CFLAGS properly, add -Wdeclaration-after-statement
 2016-02-09 23:14 UTC  (10+ messages)

update_linked_gitdir writes relative path to .git/worktrees/<id>/gitdir
 2016-02-09 21:02 UTC  (9+ messages)
        ` Making the "Note from the maintainer" information discoverable
      ` [PATCH] git.txt: encourage bug reporters to test recent versions

git(1) man page has link to out-of-date googlecode site
 2016-02-09 20:48 UTC  (2+ messages)

COPYING tabs vs whitespaces
 2016-02-09 19:25 UTC  (7+ messages)

[PATCH v5 00/10] Fix icase grep on non-ascii
 2016-02-09 18:21 UTC  (7+ messages)
` [PATCH v6 00/11] "
  ` [PATCH v6 02/11] grep: break down an "if" stmt in preparation for next changes
  ` [PATCH v6 04/11] test-regex: expose full regcomp() to the command line

[PATCH] Documentation/git-clean.txt: don't mention deletion of .git/modules/*
 2016-02-09 17:40 UTC  (8+ messages)

[PATCH] t9100: fix breakage when SHELL_PATH is not /bin/sh
 2016-02-09 17:30 UTC  (12+ messages)

[PATCH v4 00/12] ref-filter: use parsing functions
 2016-02-09 17:00 UTC  (7+ messages)
` [PATCH v4 05/12] ref-filter: introduce parsing functions for each valid atom

git worktree fails to recreate existing branch even with -B
 2016-02-09 14:54 UTC 

[PATCH] test-path-utils: use xsnprintf in favor of strcpy
 2016-02-09 10:13 UTC  (7+ messages)
` [PATCH] rerere: replace strcpy with xsnprintf

Merging branches with smudge filter
 2016-02-09  9:15 UTC  (4+ messages)

'Failed to create .git/index.lock'
 2016-02-09  7:58 UTC 

Bug report: 'git commit --dry-run' corner case: returns error ("nothing to commit") when all conflicts resolved to HEAD
 2016-02-09  1:55 UTC 

Bugs in git filter-branch (git replace related)
 2016-02-08 23:55 UTC  (5+ messages)
      ` A different bug in git-filter-branch (v2.7.0)

[PATCH 0/2] enable "svn.pathnameencoding" on dcommit
 2016-02-08 22:58 UTC  (2+ messages)

[PATCH v2 00/25] More flexibility in making shallow clones
 2016-02-08 21:45 UTC  (19+ messages)
` [PATCH v2 03/25] transport-helper.c: do not send null option to remote helper
` [PATCH v2 14/25] shallow.c: implement a generic shallow boundary finder based on rev-list
` [PATCH v2 15/25] upload-pack: add deepen-since to cut shallow repos based on time
` [PATCH v2 17/25] clone: define shallow clone boundary based on time with --shallow-since
` [PATCH v2 18/25] t5500, t5539: tests for shallow depth since a specific date
` [PATCH v2 19/25] refs: add expand_ref()
` [PATCH v2 20/25] upload-pack: support define shallow boundary by excluding revisions

[PATCH] setup.c: make check_filename() return 0 on ENAMETOOLONG
 2016-02-08 20:46 UTC  (3+ messages)
` [PATCH] Avoid interpreting too-long parameter as file name

[RFC] On the --depth argument when fetching with submodules
 2016-02-08 20:38 UTC  (6+ 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).