git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-11-18 01:36:44 to 2014-11-20 01:27:18 UTC [more...]

.gitignore sub-dir exclusions not overriding '*'
 2014-11-20  1:26 UTC  (7+ messages)
  ` [PATCH] dir.c: allow re-include after a dir is excluded in some cases

[PATCH] refs.c: add a function to append a reflog entry to a fd
 2014-11-20  1:22 UTC  (2+ messages)

[PATCH 0/2] Breaking the ref-transactions-reflog series in smaller parts
 2014-11-20  1:12 UTC  (6+ messages)
` [PATCH 1/2] refs.c: make ref_transaction_create a wrapper for ref_transaction_update
` [PATCH 2/2] refs.c: make ref_transaction_delete "

[PATCH] refs.c: handle locking failure during transaction better
 2014-11-20  1:07 UTC  (23+ 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

[PATCH v3 00/14] ref-transactions-reflog
 2014-11-19 23:22 UTC  (11+ messages)
` [PATCH v3 01/14] refs.c: make ref_transaction_create a wrapper for ref_transaction_update
` [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] wincred: fix get credential if username has @
 2014-11-19 22:41 UTC  (3+ messages)

[PATCH] refs.c: use a stringlist for repack_without_refs
 2014-11-19 21:59 UTC  (11+ messages)
            ` [PATCH v4] "

[RFD/PATCH] add: ignore only ignored files
 2014-11-19 21:43 UTC  (4+ messages)

Subject: [PATCH/RFC] Documentation/git-stripspace: Update synopsis
 2014-11-19 21:40 UTC  (3+ messages)

One more 2.2-rc -- delaying the final
 2014-11-19 21:31 UTC 

[RFC] [PATCH] remote: add new --fetch option for set-url
 2014-11-19 21:28 UTC  (11+ messages)

git-fetch: default globally to --no-tags
 2014-11-19 20:32 UTC  (6+ messages)

[PATCH] Improve the filemode trustability check
 2014-11-19 18:58 UTC  (2+ messages)

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

[RFC] On watchman support
 2014-11-19 16:43 UTC  (10+ messages)

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

ag, **, and the GPL
 2014-11-19  1:51 UTC  (7+ 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)

[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] 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  (4+ messages)

[PATCH] Introduce a hook to run after formatting patches
 2014-11-18 17:02 UTC  (7+ 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


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