git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-09-01 21:56:33 to 2015-09-03 19:56:00 UTC [more...]

[PATCH v2] git-p4: add support for large file systems
 2015-09-03 19:55 UTC  (6+ messages)
` [PATCH v2 1/4] git-p4: add optional type specifier to gitConfig reader
` [PATCH v2 2/4] git-p4: add gitConfigInt reader
` [PATCH v2 3/4] git-p4: return an empty list if a list config has no values
` [PATCH v2 4/4] git-p4: add support for large file systems

[PATCH] Remove perl dependant commands if NO_PERL is set
 2015-09-03 19:46 UTC 

[PATCH] Remove perl dependant commands if NO_PERL is set
 2015-09-03 19:39 UTC  (3+ messages)

glibc mutex deadlock in signal handler
 2015-09-03 19:34 UTC  (3+ messages)

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

Do you plan to release 2.5.2 any time soon?
 2015-09-03 19:00 UTC  (2+ messages)

[PATCH v6] git-p4: add config git-p4.pathEncoding
 2015-09-03 18:18 UTC  (5+ messages)

[PATCH] graph.c: visual difference on subsequent series
 2015-09-03 17:13 UTC  (5+ messages)

Feature Request: enhance Git-GUI's Checkout Branch screen
 2015-09-03 17:08 UTC 

Bug Report: git gui clones non-master default branch as master
 2015-09-03 17:01 UTC 

git bash bug: ipython doesn't work
 2015-09-03 16:56 UTC 

[PATCH v1] t9821: use test_config
 2015-09-03 16:52 UTC  (5+ messages)

Default ordering of git log output
 2015-09-03 16:43 UTC  (2+ messages)

[PATCH v15 00/13] port builtin/tag.c to use ref-filter APIs
 2015-09-03 16:27 UTC  (47+ messages)
` [PATCH v15 05/13] ref-filter: implement an `align` atom
` [PATCH v15 06/13] ref-filter: add option to filter out tags, branches and remotes
` [PATCH v15 07/13] ref-filter: add support for %(contents:lines=X)
` [PATCH v15 11/13] tag.c: use 'ref-filter' APIs

git dockerfile
 2015-09-03 15:59 UTC  (3+ messages)

[RFC/PATCH] date: allow any format to display local time
 2015-09-03 15:54 UTC  (6+ messages)
` [PATCH 2/2] date: make "local" orthogonal to date format

[PATCH v5] git-p4: add config git-p4.pathEncoding
 2015-09-03 15:20 UTC  (5+ messages)

git svn clone fails
 2015-09-03 12:19 UTC  (5+ messages)

[RFC PATCH] git-p4: add option to store files in Git LFS on import
 2015-09-03 10:12 UTC  (7+ messages)

On a personal note
 2015-09-03 10:00 UTC 

GSoC 2015 is over
 2015-09-03  9:49 UTC  (8+ messages)

[PATCH] pack-protocol: document newline behavior in push commands
 2015-09-03  8:26 UTC  (3+ messages)
` [PATCH] pack-protocol: clarify LF-handling in PKT-LINE()

Git Deployment Multiple Existing Environments
 2015-09-03  7:30 UTC  (3+ messages)

[PATCH 00/43] refs lmdb backend
 2015-09-03  2:06 UTC  (44+ messages)
` [PATCH 01/43] refs.c: create a public version of verify_refname_available
` [PATCH 02/43] refs: make repack_without_refs and is_branch public
` [PATCH 04/43] refs.c: add a new refs.c file to hold all common refs code
` [PATCH 05/43] refs.c: move update_ref to refs.c
` [PATCH 06/43] refs.c: move delete_ref and delete_refs to the common code
` [PATCH 07/43] refs.c: move read_ref_at to the common refs file
` [PATCH 08/43] refs.c: move the hidden refs functions to the common code
` [PATCH 09/43] refs.c: move dwim and friend functions to the common refs code
` [PATCH 10/43] refs.c: move warn_if_dangling_symref* to the common code
` [PATCH 11/43] refs.c: move read_ref, read_ref_full and ref_exists "
` [PATCH 12/43] refs.c: move resolve_refdup to common
` [PATCH 13/43] refs.c: move check_refname_format to the common code
` [PATCH 14/43] refs.c: move is_branch "
` [PATCH 15/43] refs.c: move prettify_refname "
` [PATCH 16/43] refs.c: move ref iterators "
` [PATCH 17/43] refs.c: move head_ref_namespaced "
` [PATCH 18/43] refs-be-files.c: add a backend method structure with transaction functions
` [PATCH 19/43] refs-be-files.c: add methods for misc ref operations
` [PATCH 20/43] refs-be-files.c: add methods for the ref iterators
` [PATCH 21/43] refs-be-files.c: add method for for_each_reftype_
` [PATCH 22/43] refs-be-files.c: add do_for_each_per_worktree_ref
` [PATCH 23/43] refs.c: move refname_is_safe to the common code
` [PATCH 24/43] refs.h: document make refname_is_safe and add it to header
` [PATCH 25/43] refs.c: move copy_msg to the common code
` [PATCH 26/43] refs.c: move peel_object "
` [PATCH 27/43] refs.c: move should_autocreate_reflog to "
` [PATCH 28/43] refs.c: add ref backend init function
` [PATCH 29/43] refs.c: add methods for reflog
` [PATCH 30/43] refs.c: add method for initial ref transaction commit
` [PATCH 31/43] initdb: move safe_create_dir into common code
` [PATCH 32/43] refs.c: add method for initializing refs db
` [PATCH 33/43] refs.c: make struct ref_transaction generic
` [PATCH 34/43] refs-be-files.c: add method to rename refs
` [PATCH 35/43] refs-be-files.c: add method to expire reflogs
` [PATCH 36/43] run-command: track total number of commands run
` [PATCH 37/43] refs: move some defines from refs-be-files.c to refs.h
` [PATCH 38/43] refs: make some files backend functions public
` [PATCH 39/43] refs: break out a ref conflict check
` [PATCH 40/43] refs: allow ref backend to be set for clone
` [PATCH 41/43] refs: add register_refs_backend
` [PATCH 42/43] refs: add LMDB refs backend
` [PATCH 43/43] refs: tests for db backend

[PATCH/RFC] Pinning of submodules
 2015-09-02 23:34 UTC 

Git for Windows 2.5.1 is out
 2015-09-02 23:16 UTC  (2+ messages)
  ` [git-for-windows] "

[PATCH 2/2] date: make "local" orthogonal to date format
 2015-09-02 21:27 UTC  (27+ messages)
` [PATCH v2 0/6] Make "
  ` [PATCH v2 2/6] date: make "
  ` [PATCH v2 3/6] t6300: introduce test_date() helper
  ` [PATCH v2 4/6] t6300: make UTC and local dates different
  ` [PATCH v2 5/6] t6300: add test for "raw" date format
  ` [PATCH v2 6/6] t6300: add tests for "-local" date formats

[ANNOUNCE] Git v2.6.0-rc0
 2015-09-02 20:39 UTC 

[PATCH] rerere: release lockfile in non-writing functions
 2015-09-02 19:43 UTC  (2+ messages)

[PATCH] t7060: actually test "git diff-index --cached -M"
 2015-09-02 19:24 UTC  (2+ messages)

[PATCH v4] git-p4: add config git-p4.pathEncoding
 2015-09-02 18:13 UTC  (4+ messages)

Git book figure bug
 2015-09-02  8:39 UTC  (3+ messages)

[PATCHv4 0/3] submodule--helper: Have some refactoring only patches first
 2015-09-02  7:20 UTC  (5+ messages)
` [PATCHv4 1/3] submodule: implement `list` as a builtin helper

[PATCHv4 1/3] submodule: implement `list` as a builtin helper
 2015-09-01 23:08 UTC  (2+ messages)

[PATCH 0/2] clarify sideband muxing in GIT_TRACE_PACKET
 2015-09-01 22:38 UTC  (11+ messages)
` [PATCH 1/2] run-command: provide in_async query function
` [PATCH 2/2] pkt-line: show packets in async processes as "sideband"


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