git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-11-17 09:35:34 to 2014-11-19 09:48:54 UTC [more...]

.gitignore sub-dir exclusions not overriding '*'
 2014-11-19  9:48 UTC  (2+ messages)

git-fetch: default globally to --no-tags
 2014-11-19  3:05 UTC 

Getting a commit sha1 from fast-import in a remote-helper
 2014-11-19  2:36 UTC  (15+ messages)

[PATCH] refs.c: handle locking failure during transaction better
 2014-11-19  2:07 UTC  (16+ messages)
    ` [PATCH 0/4] error cleanups in lock_ref_sha1_basic
      ` [PATCH 1/4] error: save and restore errno
      ` [PATCH 2/4] lock_ref_sha1_basic: simplify errno handling
      ` [PATCH 3/4] lock_ref_sha1_basic: simplify error code path
      ` [PATCH 4/4] lock_ref_sha1_basic: do not die on locking errors

ag, **, and the GPL
 2014-11-19  1:51 UTC  (7+ messages)

[RFC] On watchman support
 2014-11-19  1:46 UTC  (8+ messages)

[PATCH] refs.c: use a stringlist for repack_without_refs
 2014-11-19  1:08 UTC  (6+ messages)

[PATCH] git-new-workdir: Don't fail if the target directory is empty
 2014-11-19  0:57 UTC  (9+ messages)

[PATCH] builtin/push.c: fix description of --recurse-submodules option
 2014-11-19  0:46 UTC  (2+ messages)

Subject: [PATCH/RFC] Documentation/git-stripspace: Update synopsis
 2014-11-18 23:29 UTC  (2+ messages)

[PATCH] t0090: mark add-interactive test with PERL prerequisite
 2014-11-18 23:10 UTC  (11+ messages)
` [PATCH] t960[34]: mark cvsimport tests as requiring perl

Reachability lists in git
 2014-11-18 21:37 UTC  (14+ messages)

[PATCH v3 00/14] ref-transactions-reflog
 2014-11-18 21:28 UTC  (21+ messages)
` [PATCH v3 01/14] refs.c: make ref_transaction_create a wrapper for ref_transaction_update
` [PATCH v3 02/14] refs.c: make ref_transaction_delete "
` [PATCH v3 03/14] refs.c: rename the transaction functions
` [PATCH v3 04/14] refs.c: add a function to append a reflog entry to a fd
` [PATCH v3 05/14] refs.c: add a new update_type field to ref_update
` [PATCH v3 06/14] refs.c: add a transaction function to append a reflog entry
` [PATCH v3 07/14] refs.c: add a flag to allow reflog updates to truncate the log
` [PATCH v3 08/14] refs.c: only write reflog update if msg is non-NULL
` [PATCH v3 09/14] refs.c: allow multiple reflog updates during a single transaction
` [PATCH v3 10/14] reflog.c: use a reflog transaction when writing during expire
` [PATCH v3 11/14] refs.c: rename log_ref_setup to create_reflog
` [PATCH v3 12/14] refs.c: Remove unlock_ref/close_ref/commit_ref from the refs api
` [PATCH v3 13/14] refs.c: remove lock_any_ref_for_update
` [PATCH v3 14/14] refs.c: allow deleting refs with a broken sha1

[PATCH] git-new-workdir: Don't fail if the target directory is empty
 2014-11-18 20:15 UTC  (2+ messages)

[PATCH] date.c: phrase a comment gender neutral
 2014-11-18 20:07 UTC  (4+ messages)

[PATCH] l10n: de.po: translate 2 new messages
 2014-11-18 18:10 UTC  (4+ messages)

[PATCH] gitweb: hack around CGI's list-context param() handling
 2014-11-18 18:01 UTC  (3+ messages)

[PATCH v3 0/1] Don't make $GIT_DIR/config executable
 2014-11-18 17:17 UTC  (3+ messages)
` [PATCH v3 1/1] create_default_files(): don't set u+x bit on $GIT_DIR/config

[PATCH] copy.c: make copy_fd preserve meaningful errno
 2014-11-18 17:08 UTC  (9+ messages)

[PATCH] Introduce a hook to run after formatting patches
 2014-11-18 17:02 UTC  (8+ messages)

[PATCH 1/1] gitk: po/ru.po russian translation typo fixed
 2014-11-18  5:23 UTC  (4+ messages)

[PATCH/RFC] Add contrib Clearcase Base import utility
 2014-11-18  4:15 UTC 

[GIT PULL] l10n updates for 2.2.0
 2014-11-18  4:03 UTC  (3+ messages)

[PATCH v4 0/7] ref-transaction-send-pack
 2014-11-18  2:00 UTC  (8+ messages)
` [PATCH v4 1/7] receive-pack.c: add protocol support to negotiate atomic-push
` [PATCH v4 2/7] send-pack.c: add an --atomic-push command line argument
` [PATCH v4 3/7] receive-pack.c: use a single transaction when atomic-push is negotiated
` [PATCH v4 4/7] push.c: add an --atomic-push argument
` [PATCH v4 5/7] t5543-atomic-push.sh: add basic tests for atomic pushes
` [PATCH v4 6/7] refs.c: add an err argument to create_reflog
` [PATCH v4 7/7] refs.c: add an err argument to create_symref

[PATCH v4 00/16] ref-transaction-rename
 2014-11-18  1:44 UTC  (17+ messages)
` [PATCH v4 01/16] refs.c: allow passing raw git_committer_info as email to _update_reflog
` [PATCH v4 02/16] refs.c: return error instead of dying when locking fails during transaction
` [PATCH v4 03/16] refs.c: use packed refs when deleting refs during a transaction
` [PATCH v4 04/16] refs.c: use a stringlist for repack_without_refs
` [PATCH v4 05/16] refs.c: add transaction support for renaming a reflog
` [PATCH v4 06/16] refs.c: update rename_ref to use a transaction
` [PATCH v4 07/16] refs.c: rollback the lockfile before we die() in repack_without_refs
` [PATCH v4 08/16] refs.c: move reflog updates into its own function
` [PATCH v4 09/16] refs.c: write updates to packed refs when a transaction has more than one ref
` [PATCH v4 10/16] remote.c: use a transaction for deleting refs
` [PATCH v4 11/16] refs.c: make repack_without_refs static
` [PATCH v4 12/16] refs.c: make the *_packed_refs functions static
` [PATCH v4 13/16] refs.c: replace the onerr argument in update_ref with a strbuf err
` [PATCH v4 14/16] refs.c: make add_packed_ref return an error instead of calling die
` [PATCH v4 15/16] refs.c: make lock_packed_refs take an err argument
` [PATCH v4 16/16] refs.c: add an err argument to pack_refs

[PATCH] gc: support temporarily preserving garbage
 2014-11-18  0:21 UTC  (5+ messages)

Merge without marking conflicts in working tree
 2014-11-17 23:20 UTC  (3+ messages)

[PATCH] difftool: honor --trust-exit-code for builtin tools
 2014-11-17 22:15 UTC  (5+ messages)
      `  "

git merge a b when a == b but neither == o is always a successful merge?
 2014-11-17 22:21 UTC  (3+ messages)

Fwd: Add git ignore as builtin
 2014-11-17 21:38 UTC  (4+ messages)

How safe are signed git tags? Only as safe as SHA-1 or somehow safer?
 2014-11-17 21:26 UTC  (2+ messages)

[PATCH 00/19] Untracked cache to speed up "git status"
 2014-11-17 20:35 UTC  (6+ messages)
` [PATCH v2 00/22] untracked cache updates
  ` [PATCH v2 01/22] dir.c: optionally compute sha-1 of a .gitignore file
  ` [PATCH v2 02/22] untracked cache: record .gitignore information and dir hierarchy

Doing a git add '' will add more files then expected
 2014-11-17 19:08 UTC  (4+ messages)

[PATCH] cmd_config(): Make a copy of path obtained from git_path()
 2014-11-17 17:25 UTC  (2+ messages)

[PATCH v2 0/2] Don't make $GIT_DIR executable
 2014-11-17 16:43 UTC  (11+ messages)
` [PATCH v2 1/2] create_default_files(): don't set u+x bit on $GIT_DIR/config

[PATCH/RFC] builtin: move builtin retrieval to get_builtin()
 2014-11-17 16:42 UTC  (4+ messages)

[PATCH 0/2] Don't make $GIT_DIR executable
 2014-11-17 16:00 UTC  (6+ messages)
` [PATCH 2/2] config: clear the executable bits (if any) on $GIT_DIR/config


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