git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-12-08 15:51:46 to 2014-12-10 22:38:45 UTC [more...]

What's cooking in git.git (Dec 2014, #02; Wed, 10)
 2014-12-10 22:38 UTC 

[PATCH] document string_list_clear
 2014-12-10 22:37 UTC  (25+ messages)

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

[PATCH] introduce git root
 2014-12-10 21:08 UTC  (15+ messages)

[RFC/PATCH] pkt-line: allow writing of LARGE_PACKET_MAX buffers
 2014-12-10 21:06 UTC  (20+ messages)
    ` [PATCH v3] "
              ` [PATCH 0/3] convert read_packed_refs to use strbuf
                ` [PATCH 1/3] read_packed_refs: use a strbuf for reading lines
                ` [PATCH 2/3] read_packed_refs: pass strbuf to parse_ref_line
                ` [PATCH 3/3] read_packed_refs: use skip_prefix instead of static array
        ` [PATCH v4] pkt-line: allow writing of LARGE_PACKET_MAX buffers

local clone and submodules
 2014-12-10 20:36 UTC 

Git's configure script --mandir doesn't work
 2014-12-10 19:55 UTC  (4+ messages)

Git commit amend empty emails
 2014-12-10 19:45 UTC  (6+ messages)
  ` [PATCH 1/2] commit: loosen ident checks when generating template
  ` [PATCH 2/2] commit: always populate GIT_AUTHOR_* variables

[PATCH] copy.c: make copy_fd preserve meaningful errno
 2014-12-10 19:14 UTC  (24+ 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)

[PATCH 00/18] Introduce an internal API to interact with the fsck machinery
 2014-12-10 18:34 UTC  (30+ 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

[PATCH] Show number of commits being rebased interactively
 2014-12-10 18:16 UTC  (5+ messages)

[PATCH v4] git-new-workdir: Don't fail if the target directory is empty
 2014-12-10 17:16 UTC  (5+ messages)

http.proxy seems to not be propagated on `submodule update`
 2014-12-10 17:05 UTC 

Blobs not referenced by file (anymore) are not removed by GC
 2014-12-10 16:07 UTC  (8+ messages)

filter-branch performance
 2014-12-10 16:05 UTC  (6+ messages)

[RFD/PATCH] Documentation: mention category
 2014-12-10 14:45 UTC  (3+ messages)

[PATCH v3 00/23] nd/untracked-cache updates
 2014-12-10 12:22 UTC  (9+ messages)
` [PATCH v3 10/23] untracked cache: save to an index extension
` [PATCH v3 23/23] untracked cache: guard and disable on system changes

git fetch --quiet inconsistently reports to STDERR
 2014-12-10 10:46 UTC 

Poor push performance with large number of refs
 2014-12-10  9:17 UTC  (3+ messages)

[wish] Revert changes in git gui
 2014-12-10  7:54 UTC  (4+ messages)

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

[PATCH/RFC 0/4] some attr optimizations
 2014-12-10  0:18 UTC  (9+ 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

[PATCH 0/7] color fixes and configurable diff-highlight
 2014-12-09 21:01 UTC  (7+ messages)
` [PATCH 4/7] parse_color: refactor color storage

diff: use built-in patterns by default via git attributes
 2014-12-09 20:42 UTC  (2+ messages)

[PATCH] git-am.txt: --ignore-date flag is not passed to git-apply
 2014-12-09 20:27 UTC  (3+ messages)
` [PATCH v2] "

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

no-xmailer tests fail under Mac OS
 2014-12-09 19:45 UTC  (2+ messages)

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

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

[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

GIT: ignoring changes in tracked files and bug report
 2014-12-09  2:44 UTC  (3+ messages)
` [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  (9+ messages)

[RFC/PATCH 0/5] git-glossary
 2014-12-08 16:41 UTC  (4+ messages)

[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

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  (8+ 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).