git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-04-30 16:10:52 to 2015-05-03 17:40:37 UTC [more...]

[PATCH] upload-pack: Optionally allow fetching reachable sha1
 2015-05-03 17:40 UTC  (2+ messages)

[PATCH] standardize usage strings that were missed the first time
 2015-05-03 17:18 UTC  (2+ messages)

[PATCH v2 1/3] git help: group common commands by theme
 2015-05-03 17:16 UTC  (17+ messages)
` [PATCH v2 2/3] "
` [PATCH v2 3/3] "
` [PATCH v3 0/4] git help: group common commands by themes
  ` [PATCH v3 1/4] command-list.txt: "
  ` [PATCH v3 2/4] generate-cmdlist.sh: parse common command groups
  ` [PATCH v3 3/4] help.c - group common commands by theme
  ` [PATCH v3 4/4] api-builtin.txt: explain common command groups

[Patch] Added http-protocol for git in the Documentation folder
 2015-05-03 17:15 UTC  (4+ messages)

Fixing translation errors in gits error messages
 2015-05-03 16:39 UTC 

[PATCH v5] blame: CRLF in the working tree and LF in the repo
 2015-05-03 16:38 UTC 

Improving code base readability
 2015-05-03 16:11 UTC  (5+ messages)

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

[PATCH v2 0/12] implement @{push} shorthand
 2015-05-03  4:51 UTC  (15+ 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

[PATCH] gitk: Remove mc parameter from proc show_error
 2015-05-03  4:24 UTC  (3+ messages)

[PATCH] checkout-index.c: Unconditionally free memory
 2015-05-03  3:03 UTC  (12+ messages)

[PATCH 0/7] Improve git-pull test coverage
 2015-05-03  2:47 UTC  (10+ 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

multiple source file extensions
 2015-05-03  2:26 UTC  (9+ messages)

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

[PATCH 00/18] Improve handling of D/F conflicts
 2015-05-03  2:09 UTC  (21+ 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-03  2:02 UTC  (4+ messages)

[PATCH 00/14] Teach "git merge FETCH_HEAD" octopus merges
 2015-05-03  1:57 UTC  (5+ messages)
` [PATCH v2 00/15] "
  ` [PATCH v2 03/15] t5520: style fixes

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

[Patch] Nice help Output - SmallProjectIdea[1]
 2015-05-02  9:51 UTC  (4+ 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 

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

RFC: git cat-file --follow-symlinks?
 2015-05-01 21:09 UTC  (34+ 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] 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] 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)


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