git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-12-06 05:27:59 to 2014-12-09 18:54:41 UTC [more...]

[PATCH 00/23] Add reflog_expire() to the references API
 2014-12-09 18:54 UTC  (36+ 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 22/23] lock_any_ref_for_update(): inline function

filter-branch performance
 2014-12-09 18:52 UTC 

[PATCH 0/14] Re: copy.c: make copy_fd preserve meaningful errno
 2014-12-09 18:49 UTC  (13+ 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-am.txt: --ignore-date flag is not passed to git-apply
 2014-12-09 18:28 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] introduce git root
 2014-12-09 18:17 UTC  (13+ messages)

[RFC/PATCH] pkt-line: allow writing of LARGE_PACKET_MAX buffers
 2014-12-09 18:09 UTC  (2+ messages)

[PATCH] doc: add some crossrefs between manual pages
 2014-12-09 17:14 UTC  (6+ messages)

Blobs not referenced by file (anymore) are not removed by GC
 2014-12-09 16:11 UTC  (5+ messages)

[PATCH/RFC 0/4] some attr optimizations
 2014-12-09 13:53 UTC  (5+ messages)
` [PATCH 1/4] attr.c: rename global var attr_nr to git_attr_nr
` [PATCH 2/4] attr.c: split path processing code out of collect_all_attrs()
` [PATCH/RFC 3/4] attr: do not attempt to expand when we know it's not a macro
` [PATCH/RFC 4/4] attr: avoid heavy work when we know the specified attr is not defined

[RFD/PATCH] Documentation: mention category
 2014-12-09 11:21 UTC 

[PATCH v2] Improve --assume-unchanged in the git update-index man page
 2014-12-09 11:13 UTC  (7+ messages)
` [PATCH v2] doc: make clear --assume-unchanged's user contract
      ` [PATCH] gitignore.txt: do not suggest assume-unchanged

[PATCH v3 00/23] nd/untracked-cache updates
 2014-12-09 10:04 UTC  (27+ 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] Avoid gcc compiler warning
 2014-12-09  9:48 UTC  (3+ messages)

[PATCH v3 0/3] Multiple worktrees vs. submodules fixes
 2014-12-09  5:04 UTC  (5+ messages)
` [PATCH v3 1/3] submodule refactor: use git_path_submodule() in add_submodule_odb()
` [PATCH v3 2/3] path: implement common_dir handling in git_path_submodule()
` [PATCH v3 3/3] Add GIT_COMMON_DIR to local_repo_env

fast-import should not care about core.ignorecase
 2014-12-09  3:20 UTC  (5+ messages)

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

[PATCH] git-svn: Support for git-svn propset
 2014-12-08 23:43 UTC  (3+ messages)

[PATCH 0/8] Making reflog modifications part of the transactions API
 2014-12-08 21:54 UTC  (3+ messages)

[PATCH/RFC v2] Squashed changes for multiple worktrees vs. submodules
 2014-12-08 21:49 UTC  (12+ 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

[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] 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] 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)

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)

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)


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