git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-12-05 21:37:27 to 2014-12-08 23:32:24 UTC [more...]

[PATCH 00/23] Add reflog_expire() to the references API
 2014-12-08 23:32 UTC  (32+ messages)
` [PATCH 07/23] expire_reflog(): use a lock_file for rewriting the reflog file
` [PATCH 08/23] Extract function should_expire_reflog_ent()
` [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 0/8] Making reflog modifications part of the transactions API
 2014-12-08 21:54 UTC  (11+ 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

[PATCH/RFC v2] Squashed changes for multiple worktrees vs. submodules
 2014-12-08 21:49 UTC  (12+ messages)

[PATCH] git-svn: Support for git-svn propset
 2014-12-08 21:36 UTC  (2+ messages)

Blobs not referenced by file (anymore) are not removed by GC
 2014-12-08 16:47 UTC  (2+ messages)

[RFC/PATCH 0/5] git-glossary
 2014-12-08 16:41 UTC  (8+ messages)
` [RFC/PATCH 1/5] glossary.h: generate a glossary list from the Makefile
` [RFC/PATCH 2/5] glossary: introduce glossary lookup command
` [RFC/PATCH 3/5] glossary: man page
` [RFC/PATCH 4/5] l10n: git-glossary

[PATCH] Avoid gcc compiler warning
 2014-12-08 16:38 UTC 

[RFC/PATCH 2/2] branch: allow -f with -m and -d
 2014-12-08 16:28 UTC  (4+ messages)
` [PATCHv2 0/2] Make git branch -f forceful
  ` [PATCHv2 1/2] t3200-branch: test -M
  ` [PATCHv2 2/2] branch: allow -f with -m and -d

[PATCH 00/18] Introduce an internal API to interact with the fsck machinery
 2014-12-08 16:15 UTC  (19+ messages)
` [PATCH 01/18] Introduce fsck options
` [PATCH 02/18] Introduce identifiers for fsck messages
` [PATCH 03/18] Provide a function to parse fsck message IDs
` [PATCH 04/18] Offer a function to demote fsck errors to warnings
` [PATCH 05/18] Allow demoting errors to warnings via receive.fsck.<key> = warn
` [PATCH 06/18] fsck: report the ID of the error/warning
` [PATCH 07/18] Make fsck_ident() warn-friendly
` [PATCH 08/18] Make fsck_commit() warn-friendly
` [PATCH 09/18] fsck: handle multiple authors in commits specially
` [PATCH 10/18] Make fsck_tag() warn-friendly
` [PATCH 11/18] Add a simple test for receive.fsck.*
` [PATCH 12/18] Disallow demoting grave fsck errors to warnings
` [PATCH 13/18] Optionally ignore specific fsck issues completely
` [PATCH 14/18] fsck: allow upgrading fsck warnings to errors
` [PATCH 15/18] Document the new receive.fsck.* options
` [PATCH 16/18] fsck: support demoting errors to warnings
` [PATCH 17/18] Introduce `git fsck --quick`
` [PATCH 18/18] git receive-pack: support excluding objects from fsck'ing

git add <single file> and git add <list of files> behave differentely for ignored files
 2014-12-08 16:13 UTC  (4+ messages)
` [PATCH] check-ignore: clarify treatment of tracked files

Accept-language test fails on Mac OS
 2014-12-08 15:51 UTC  (11+ messages)

[PATCH] fsck: properly bound "invalid tag name" error message
 2014-12-08 14:17 UTC  (10+ messages)
    ` [PATCH v2] index-pack: terminate object buffers with NUL

[PATCH v3 00/23] nd/untracked-cache updates
 2014-12-08 14:05 UTC  (26+ messages)
` [PATCH] checkout: add --ignore-other-wortrees
` [PATCH v3 01/23] dir.c: optionally compute sha-1 of a .gitignore file
` [PATCH v3 02/23] untracked cache: record .gitignore information and dir hierarchy
` [PATCH v3 03/23] untracked cache: initial untracked cache validation
` [PATCH v3 04/23] untracked cache: invalidate dirs recursively if .gitignore changes
` [PATCH v3 05/23] untracked cache: make a wrapper around {open,read,close}dir()
` [PATCH v3 06/23] untracked cache: record/validate dir mtime and reuse cached output
` [PATCH v3 07/23] untracked cache: mark what dirs should be recursed/saved
` [PATCH v3 08/23] untracked cache: don't open non-existent .gitignore
` [PATCH v3 09/23] ewah: add convenient wrapper ewah_serialize_strbuf()
` [PATCH v3 10/23] untracked cache: save to an index extension
` [PATCH v3 11/23] untracked cache: load from UNTR "
` [PATCH v3 12/23] untracked cache: invalidate at index addition or removal
` [PATCH v3 13/23] read-cache.c: split racy stat test to a separate function
` [PATCH v3 14/23] untracked cache: avoid racy timestamps
` [PATCH v3 15/23] untracked cache: print stats with $GIT_TRACE_UNTRACKED_STATS
` [PATCH v3 16/23] untracked cache: mark index dirty if untracked cache is updated
` [PATCH v3 17/23] untracked-cache: temporarily disable with $GIT_DISABLE_UNTRACKED_CACHE
` [PATCH v3 18/23] status: enable untracked cache
` [PATCH v3 19/23] update-index: manually enable or disable "
` [PATCH v3 20/23] update-index: test the system before enabling "
` [PATCH v3 21/23] t7063: tests for "
` [PATCH v3 22/23] mingw32: add uname()
` [PATCH v3 23/23] untracked cache: guard and disable on system changes

[PATCH] index-format.txt: add a missing closing quote
 2014-12-08 13:42 UTC 

[PATCH 0/3] ls-tree fixes
 2014-12-08 13:30 UTC  (7+ messages)
` [PATCH 1/3] tree.c: update read_tree_recursive callback to pass strbuf as base

Enhancement Request: "locale" git option
 2014-12-08  9:48 UTC  (13+ messages)
                ` Antw: "

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

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

[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: 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 0/14] Re: copy.c: make copy_fd preserve meaningful errno
 2014-12-07 10:07 UTC  (11+ messages)
` [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)

[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] introduce git root
 2014-12-07  5:23 UTC  (12+ messages)

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

[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  (14+ messages)
` bug report on update-index --assume-unchanged

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)

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)


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