git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-04-30 00:18:32 to 2015-05-02 22:01:38 UTC [more...]

[PATCH] upload-pack: Optionally allow fetching reachable sha1
 2015-05-02 22:01 UTC 

[PATCH 0/2] Retry attempts to acquire the packed-refs lock
 2015-05-02 21:43 UTC  (9+ 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

[Test Failure] t5570 - not cloned
 2015-05-02 18:24 UTC  (2+ messages)

[PATCH 0/7] Improve git-pull test coverage
 2015-05-02 15:37 UTC  (8+ messages)
` [PATCH 1/7] t5520: test pulling multiple branches into an empty repository
` [PATCH 2/7] t5520: implement tests for no merge candidates cases
` [PATCH 3/7] t5520: test for failure if index has unresolved entries
` [PATCH 4/7] t5520: test work tree fast-forward when fetch updates head
` [PATCH 5/7] t5520: test --rebase with multiple branches
` [PATCH 6/7] t5520: test --rebase failure on unborn branch with index
` [PATCH 7/7] t5521: test --dry-run does not make any changes

[PATCH v2 1/3] git help: group common commands by theme
 2015-05-02 14:18 UTC  (8+ messages)
` [PATCH v2 2/3] "
` [PATCH v2 3/3] "

[PATCH] gitk: Remove mc parameter from proc show_error
 2015-05-02 10:05 UTC  (2+ messages)

[Patch] Nice help Output - SmallProjectIdea[1]
 2015-05-02  9:51 UTC  (4+ messages)

Improving code base readability
 2015-05-02  7:15 UTC  (4+ messages)

multiple source file extensions
 2015-05-02  7:11 UTC  (8+ messages)

[PATCH] gitk: Fix bad English grammar "Matches none Commit Info"
 2015-05-02  3:13 UTC 

[PATCH] branch: fix funny-sounding error message
 2015-05-02  3:12 UTC 

[PATCH] standardize usage strings that were missed the first time
 2015-05-02  3:12 UTC 

[BUG] git commit --allow-empty-message -m '' fails
 2015-05-02  2:44 UTC  (4+ messages)

[PATCH] checkout-index.c: Unconditionally free memory
 2015-05-01 23:41 UTC  (9+ messages)

[PATCH v2 0/12] implement @{push} shorthand
 2015-05-01 22:56 UTC  (13+ messages)
` [PATCH 01/12] remote.c: drop default_remote_name variable
` [PATCH 02/12] remote.c: drop "remote" pointer from "struct branch"
` [PATCH 03/12] remote.c: hoist branch.*.remote lookup out of remote_get_1
` [PATCH 04/12] remote.c: provide per-branch pushremote name
` [PATCH 05/12] remote.c: introduce branch_get_upstream helper
` [PATCH 06/12] remote.c: report specific errors from branch_get_upstream
` [PATCH 07/12] remote.c: add branch_get_push
` [PATCH 08/12] sha1_name: refactor upstream_mark
` [PATCH 09/12] sha1_name: refactor interpret_upstream_mark
` [PATCH 10/12] sha1_name: implement @{push} shorthand
` [PATCH 11/12] for-each-ref: use skip_prefix instead of starts_with
` [PATCH 12/12] for-each-ref: accept "%(push)" format

RFC: git cat-file --follow-symlinks?
 2015-05-01 21:09 UTC  (37+ messages)

[PATCH v4] blame: CRLF in the working tree and LF in the repo
 2015-05-01 18:57 UTC  (3+ messages)

Looking for a solution
 2015-05-01 18:03 UTC  (2+ messages)

Patch that modifies git usage message
 2015-05-01 18:01 UTC  (10+ messages)

Diffing submodule does not yield complete logs for merge commits
 2015-05-01 17:57 UTC  (2+ messages)

Improve git help small idea
 2015-05-01 17:32 UTC 

[PATCH 00/18] Improve handling of D/F conflicts
 2015-05-01 17:21 UTC  (20+ 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] completion: fix and update 'git log --decorate=' options
 2015-05-01 17:21 UTC 

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

[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 

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

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

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  (4+ messages)
` [PATCH v2 00/15] "
  ` [PATCH v2 03/15] t5520: style fixes

[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  (5+ 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  (6+ messages)
` [PATCH v9 1/5] sha1_file: support reading from a loose object of unknown type

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


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