git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-12-04 21:30:37 to 2014-12-08 10:41:25 UTC [more...]

[PATCH 00/23] Add reflog_expire() to the references API
 2014-12-08 10:40 UTC  (43+ messages)
` [PATCH 01/23] refs.c: make ref_transaction_create a wrapper for ref_transaction_update
` [PATCH 02/23] refs.c: make ref_transaction_delete "
` [PATCH 03/23] refs.c: add a function to append a reflog entry to a fd
` [PATCH 04/23] expire_reflog(): remove unused parameter
` [PATCH 05/23] expire_reflog(): rename "ref" parameter to "refname"
` [PATCH 06/23] expire_reflog(): exit early if the reference has no reflog
` [PATCH 07/23] expire_reflog(): use a lock_file for rewriting the reflog file
` [PATCH 08/23] Extract function should_expire_reflog_ent()
` [PATCH 09/23] expire_reflog(): extract two policy-related functions
` [PATCH 10/23] expire_reflog(): add a "flags" argument
` [PATCH 11/23] expire_reflog(): move dry_run to flags argument
` [PATCH 12/23] expire_reflog(): move updateref "
` [PATCH 13/23] Rename expire_reflog_cb to expire_reflog_policy_cb
` [PATCH 14/23] struct expire_reflog_cb: a new callback data type
` [PATCH 15/23] expire_reflog(): pass flags through to expire_reflog_ent()
` [PATCH 16/23] expire_reflog(): move verbose to flags argument
` [PATCH 17/23] expire_reflog(): move rewrite "
` [PATCH 18/23] Move newlog and last_kept_sha1 to "struct expire_reflog_cb"
` [PATCH 19/23] expire_reflog(): treat the policy callback data as opaque
` [PATCH 20/23] reflog_expire(): new function in the reference API
` [PATCH 21/23] refs.c: remove unlock_ref/close_ref/commit_ref from the refs api
` [PATCH 22/23] lock_any_ref_for_update(): inline function
` [PATCH 23/23] refs.c: don't expose the internal struct ref_lock in the header file

[RFC/PATCH] transport-helper: initialize debug flag before starting threads
 2014-12-08 10:36 UTC  (2+ messages)

Enhancement Request: "locale" git option
 2014-12-08  7:50 UTC  (12+ messages)
                ` Antw: "

[PATCH] t: support clang/gcc AddressSanitizer
 2014-12-08  7:47 UTC 

[PATCH] fsck: properly bound "invalid tag name" error message
 2014-12-08  5:57 UTC  (2+ messages)

[PATCH] Show number of commits being rebased interactively
 2014-12-07 20:56 UTC  (3+ messages)

git push hung?
 2014-12-07 19:14 UTC  (3+ messages)

[PATCH v2 1/2] send-email: align RFC 2047 decoding more closely with the spec
 2014-12-07 18:17 UTC  (6+ messages)
` [PATCH v2 2/2] send-email: handle adjacent RFC 2047-encoded words properly

How to repair a shallow clone (?)
 2014-12-07 17:53 UTC  (5+ messages)

Cannot reset a repo
 2014-12-07 15:34 UTC  (4+ messages)

[PATCH] git-svn: Support for git-svn propset
 2014-12-07 10:47 UTC 

[PATCH] git-svn: propset support v3
 2014-12-07 10:46 UTC 

Fetching a specific commit by commit ID
 2014-12-07 10:15 UTC  (3+ messages)

[PATCH] copy.c: make copy_fd preserve meaningful errno
 2014-12-07 10:07 UTC  (17+ messages)
        ` [PATCH 0/14] "
          ` [PATCH 03/14] copy_fd: pass error message back through a strbuf
              ` [PATCH/RFC] doc: document error handling functions and conventions (Re: [PATCH 03/14] copy_fd: pass error message back through a strbuf)

Accept-language test fails on Mac OS
 2014-12-07 10:03 UTC  (10+ messages)

[PATCH] git-svn: Support for git-svn propset
 2014-12-07  9:52 UTC  (6+ messages)

[PATCH] git-svn: propset support v2
 2014-12-07  9:25 UTC  (2+ messages)

[PATCH/RFC v2] Squashed changes for multiple worktrees vs. submodules
 2014-12-07  9:15 UTC  (10+ messages)

[PATCH] introduce git root
 2014-12-07  5:23 UTC  (15+ messages)

FW: [cygwin] Cygwin's git says "error: failed to read delta-pack base object"
 2014-12-07  1:33 UTC  (6+ messages)
    ` SPAM: "

[PATCH] l10n: de.po: translate "track" as "versionieren"
 2014-12-06 19:44 UTC  (3+ messages)

[PATCH v2] Improve --assume-unchanged in the git update-index man page
 2014-12-06 15:04 UTC  (2+ messages)
` [PATCH v2] doc: make clear --assume-unchanged's user contract

GIT: ignoring changes in tracked files and bug report
 2014-12-06 13:28 UTC  (17+ messages)
` bug report on update-index --assume-unchanged
` [PATCH] commit: ignore assume-unchanged files in "commmit <file>" mode

no-xmailer tests fail under Mac OS
 2014-12-06  7:12 UTC  (5+ messages)

git log --pretty="format:%H$t%aN$t%s$t%G?" --show-signature
 2014-12-06  5:46 UTC  (4+ messages)

[PATCH] document string_list_clear
 2014-12-06  5:30 UTC  (4+ messages)

git bundle vs git rev-list
 2014-12-06  5:16 UTC  (6+ messages)

Announcing a new (prototype) git-remote-hg tool
 2014-12-06  5:06 UTC  (8+ messages)

GIT: cherry-picking includes changes from a different commit
 2014-12-06  3:17 UTC  (2+ messages)

[PATCH 0/8] Making reflog modifications part of the transactions API
 2014-12-06  2:46 UTC  (9+ messages)
` [PATCH 1/8] refs.c: let fprintf handle the formatting
` [PATCH 2/8] refs.c: rename the transaction functions
` [PATCH 3/8] refs.c: rename transaction.updates to transaction.ref_updates
` [PATCH 4/8] refs.c: add transaction function to append to the reflog
` [PATCH 5/8] refs.c: add transaction function to delete "
` [PATCH 6/8] refs.c: use a reflog transaction when writing during expire
` [PATCH 7/8] refs.c: rename log_ref_setup to create_reflog
` [PATCH 8/8] refs.c: allow deleting refs with a broken sha1

Bug in fetch-pack causing ever-growing http requests. (Was: git fetch (http) hanging/failing on one specific repository, http only)
 2014-12-06  0:48 UTC  (7+ messages)
` [PATCH] fetch-pack: don't resend known-common refs in find_common

[PATCH] Improve --assume-unchanged in the git update-index man page
 2014-12-05 23:32 UTC  (4+ messages)
` [PATCH] doc: make clear --assume-unchanged's user contract

[PATCH v2] t0027: check the eol conversion warnings
 2014-12-05 23:15 UTC  (2+ messages)

[PATCH] refs.c: let fprintf handle the formatting
 2014-12-05 19:54 UTC  (2+ messages)

Bug in reflog of length 0x2BFF
 2014-12-05 19:15 UTC  (10+ messages)
          ` [PATCH] for_each_reflog_ent_reverse: fix newlines on block boundaries
            ` [PATCH] for_each_reflog_ent_reverse: turn leftover check into assertion

[RFC/PATCH 0/2] Make git branch -f forceful
 2014-12-05 18:02 UTC  (5+ messages)
` [RFC/PATCH 2/2] branch: allow -f with -m and -d

[PATCH 0/2] disabling terminal prompts
 2014-12-05 17:37 UTC  (7+ messages)
` [PATCH 2/2] prompt: respect GIT_TERMINAL_PROMPT to disable "

error: core.autocrlf=input conflicts with core.eol=crlf
 2014-12-05 16:33 UTC  (3+ messages)

Git's configure script --mandir doesn't work
 2014-12-05  9:36 UTC  (2+ messages)

[PATCH] gc: support temporarily preserving garbage
 2014-12-05  9:30 UTC  (7+ messages)

[GIT PULL] l10n update on maint branch
 2014-12-05  1:59 UTC 


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