git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-04-29 02:11:42 to 2015-05-01 16:55:27 UTC [more...]

Patch that modifies git usage message
 2015-05-01 16:55 UTC  (6+ messages)

Request for simple tasks
 2015-05-01 16:37 UTC  (2+ messages)

[PATCH 0/2] Retry attempts to acquire the packed-refs lock
 2015-05-01 16:13 UTC  (4+ messages)
` [PATCH 1/2] lockfile: allow file locking to be retried with a timeout
` [PATCH 2/2] lock_packed_refs(): allow retries when acquiring the packed-refs lock

Looking for a solution
 2015-05-01 16:07 UTC 

[PATCH] completion: remove redundant __git_compute_all_commands() call
 2015-05-01 15:48 UTC 

Improving Readability of the entire Codebase
 2015-05-01 15:37 UTC  (3+ messages)

[PATCH v1] Improving code base readability
 2015-05-01 15:28 UTC 

Improving code base readability
 2015-05-01 15:26 UTC 

[PATCH 0/3] git help: group common commands by theme
 2015-05-01 15:12 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] "

[Test Failure] t5570 - not cloned
 2015-05-01 15:04 UTC 

[PATCH] git-gui: sort entries in tclIndex
 2015-05-01 14:57 UTC  (5+ messages)

[PATCH 00/18] Improve handling of D/F conflicts
 2015-05-01 12:25 UTC  (19+ messages)
` [PATCH 01/18] t1404: new tests of D/F conflicts within ref transactions
` [PATCH 02/18] is_refname_available(): explain the reason for an early exit
` [PATCH 03/18] is_refname_available(): avoid shadowing "dir" variable
` [PATCH 04/18] is_refname_available(): convert local variable "dirname" to strbuf
` [PATCH 05/18] entry_matches(): inline function
` [PATCH 06/18] report_refname_conflict(): "
` [PATCH 07/18] struct nonmatching_ref_data: store a refname instead of a ref_entry
` [PATCH 08/18] is_refname_available(): use dirname in first loop
` [PATCH 09/18] ref_transaction_commit(): use a string_list for detecting duplicates
` [PATCH 10/18] refs: check for D/F conflicts among refs processed in a transaction
` [PATCH 11/18] verify_refname_available(): rename function
` [PATCH 12/18] verify_refname_available(): report errors via a "struct strbuf *err"
` [PATCH 13/18] lock_ref_sha1_basic(): "
` [PATCH 14/18] lock_ref_sha1_basic(): improve diagnostics for D/F conflicts
` [PATCH 15/18] rename_ref(): integrate lock_ref_sha1_basic() errors into ours
` [PATCH 16/18] ref_transaction_commit(): provide better error messages
` [PATCH 17/18] ref_transaction_commit(): delete extra "the" from error message
` [PATCH 18/18] reflog_expire(): integrate lock_ref_sha1_basic() errors into ours

[PATCH v4] blame: CRLF in the working tree and LF in the repo
 2015-05-01 11:49 UTC 

Patch for readability enhancement
 2015-05-01 11:07 UTC 

[PATCH v3] blame: CRLF in the working tree and LF in the repo
 2015-05-01 11:02 UTC 

[PATCH 00/14] Teach "git merge FETCH_HEAD" octopus merges
 2015-05-01  8:35 UTC  (18+ messages)
` [PATCH v2 00/15] "
  ` [PATCH v2 01/15] merge: test the top-level merge driver
  ` [PATCH v2 02/15] merge: simplify code flow
  ` [PATCH v2 03/15] t5520: style fixes
  ` [PATCH v2 04/15] t5520: test pulling an octopus into an unborn branch
  ` [PATCH v2 05/15] merge: clarify "pulling into void" special case
  ` [PATCH v2 06/15] merge: do not check argc to determine number of remote heads
  ` [PATCH v2 07/15] merge: small leakfix and code simplification
  ` [PATCH v2 08/15] merge: clarify collect_parents() logic
  ` [PATCH v2 09/15] merge: split reduce_parents() out of collect_parents()
  ` [PATCH v2 10/15] merge: narrow scope of merge_names
  ` [PATCH v2 11/15] merge: extract prepare_merge_message() logic out
  ` [PATCH v2 12/15] merge: make collect_parents() auto-generate the merge message
  ` [PATCH v2 13/15] merge: decide if we auto-generate the message early in collect_parents()
  ` [PATCH v2 14/15] merge: handle FETCH_HEAD internally
  ` [PATCH v2 15/15] merge: deprecate 'git merge <message> HEAD <commit>' syntax

RFC: git cat-file --follow-symlinks?
 2015-05-01  5:36 UTC  (40+ messages)

[PATCH] blame: add blame.showemail config option
 2015-04-30 21:43 UTC  (10+ messages)

forcing a user@ into the URL if not present
 2015-04-30 20:23 UTC  (3+ messages)

CURLOPT_NOBODY
 2015-04-30 20:13 UTC  (4+ messages)

What's cooking in git.git (Apr 2015, #05; Thu, 30)
 2015-04-30 19:51 UTC 

A note from the maintainer
 2015-04-30 19:51 UTC 

[ANNOUNCE] Git v2.4.0
 2015-04-30 19:51 UTC 

[PATCH v3] git-compat-util.h: implement a different ARRAY_SIZE macro for for safely deriving the size of array
 2015-04-30 18:19 UTC  (7+ messages)

Help with Getting started to Contribute
 2015-04-30 16:38 UTC  (4+ messages)

Fwd: Cloning the Git Repo
 2015-04-30 11:50 UTC 

Contribute Code to Git
 2015-04-30 11:20 UTC  (2+ messages)

[PATCH] rebase -i: redo tasks that die during cherry-pick
 2015-04-30  9:54 UTC  (7+ messages)
    ` rebase -i's todo/done list, was "

[PATCH v2] blame: CRLF in the working tree and LF in the repo
 2015-04-30  8:59 UTC  (3+ messages)

What's cooking in git.git (Apr 2015, #04; Mon, 27)
 2015-04-30  8:21 UTC  (13+ messages)

[PATCH v9 0/5] cat-file: teach cat-file a '--allow-unkown-type' option
 2015-04-30  4:40 UTC  (17+ messages)
` [PATCH v9 1/5] sha1_file: support reading from a loose object of unknown type
` [PATCH v9 2/5] cat-file: make the options mutually exclusive
` [PATCH v9 3/5] cat-file: teach cat-file a '--allow-unknown-type' option
` [PATCH v9 5/5] t1006: add tests for git cat-file --allow-unkown-type
` [PATCH v9 4/5] cat-file: add documentation for '--allow-unkown-type' option

[PATCH v4 2/5] setup: sanity check file size in read_gitfile_gently
 2015-04-30  1:35 UTC  (7+ messages)
` [PATCH v5 0/5] Improving performance of git clean
  ` [PATCH v5 1/5] setup: add gentle version of read_gitfile
  ` [PATCH v5 2/5] setup: sanity check file size in read_gitfile_gently

Sneak peek of the upcoming Git for Windows 2.x
 2015-04-29 22:12 UTC  (4+ messages)
  `  "

[PATCH] git-p4: Fix ocasional test failures in kill_p4d
 2015-04-29 21:26 UTC  (2+ messages)
` [PATCH] git-p4: fix occasional test failure "

Diffing submodule does not yield complete logs for merge commits
 2015-04-29 20:53 UTC 

[PATCH] Documentation: Fix inconsistent quotes
 2015-04-29 20:32 UTC  (6+ messages)

Bug report : bad filter-branch (OSX only)
 2015-04-29 18:17 UTC  (12+ messages)

'git show' with multiple revisions
 2015-04-29 16:08 UTC  (7+ messages)

GSoC 2015: 2 accepted proposals
 2015-04-29 15:27 UTC  (3+ messages)

Regular Rebase Failure
 2015-04-29 15:22 UTC  (6+ messages)

[PATCH] git-p4: add failing tests for case-folding in p4d
 2015-04-29  8:19 UTC  (4+ messages)
` [PATCH] git-p4: add failing tests for case-folding p4d

Inexplicable merge conflict produced when when lines next to each other are changed
 2015-04-29  2:35 UTC  (2+ messages)

[PATCH] t7502-commit.sh: fix a broken and-chain
 2015-04-29  2:11 UTC  (2+ 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).