git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-12-10 15:40:00 to 2014-12-15 20:40:28 UTC [more...]

What's cooking in git.git (Dec 2014, #03; Mon, 15)
 2014-12-15 20:40 UTC 

remote helper example with push/fetch capabilities
 2014-12-15 20:17 UTC 

[PATCH 0/5] Add a flag to push atomically
 2014-12-15 19:56 UTC  (6+ messages)
` [PATCH 1/5] receive-pack.c: add protocol support to negotiate atomic-push
` [PATCH 2/5] send-pack.c: add an --atomic-push command line argument
` [PATCH 3/5] receive-pack.c: use a single ref_transaction for atomic pushes
` [PATCH 4/5] push.c: add an --atomic-push argument
` [PATCH 5/5] t5543-atomic-push.sh: add basic tests for atomic pushes

[PATCH v3 00/23] nd/untracked-cache updates
 2014-12-15 19:35 UTC  (10+ messages)
` [PATCH v3 11/23] untracked cache: load from UNTR index extension
` [PATCH v3 23/23] untracked cache: guard and disable on system changes

[PATCH] win32: syslog: prevent potential realloc memory leak
 2014-12-15 18:11 UTC  (2+ messages)

[PATCH/RFC 0/4] some attr optimizations
 2014-12-15 17:30 UTC  (5+ messages)
` [PATCH/RFC 4/4] attr: avoid heavy work when we know the specified attr is not defined

But in `git checkout --patch`
 2014-12-15 16:35 UTC  (2+ messages)
` [PATCH] add--interactive: leave main loop on read error

[PATCH 1/2] git-gui: fix problem with "important" files not shown if, gui.maxfilesdisplayed is exceeded
 2014-12-15 15:38 UTC  (2+ messages)
` [PATCH v2] git-gui: fix problem with gui.maxfilesdisplayed

[PATCH] Update documentation occurrences of filename .sh
 2014-12-15 14:34 UTC 

[PATCH 0/8] Making reflog modifications part of the transactions API
 2014-12-14 23:17 UTC  (10+ messages)
` [PATCH 2/8] refs.c: rename the transaction functions
` [PATCH 4/8] refs.c: add transaction function to append to the reflog

[wish] Revert changes in git gui
 2014-12-14 18:53 UTC  (7+ messages)

[PATCH] document string_list_clear
 2014-12-14 17:42 UTC  (36+ messages)
                          ` [PATCH 1/4] strbuf: migrate api-strbuf.txt documentation to strbuf.h
                          ` [PATCH 2/4] strbuf.h: drop asciidoc list formatting from API docs
                          ` [PATCH 3/4] strbuf.h: format asciidoc code blocks as 4-space indent
                          ` [PATCH 4/4] strbuf.h: reorganize api function grouping headers

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

hooks scripts and noexec partition
 2014-12-14  1:44 UTC  (3+ messages)

[PATCH] core.ignoreStat is affected by --assume-unchanged misunderstandings
 2014-12-13 20:39 UTC  (4+ messages)
` [PATCH] doc: core.ignoreStat clarify the --assume-unchanged effect

[PATCH v2 1/1] create gpg homedir on the fly and skip RFC1991 tests for gnupg 2.1
 2014-12-13 19:30 UTC  (16+ messages)
    ` [PATCH 1/3] create gpg homedir on the fly
      ` [PATCH 2/3] skip RFC1991 tests for gnupg 2.1
      ` [PATCH 3/3] replace binary keyrings with armored keys

reject "backwards" merges
 2014-12-13  9:47 UTC  (2+ messages)

[PATCH] added git-config support for diff.relative setting
 2014-12-12 23:25 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] git-prompt.sh: make $f local to __git_eread()
 2014-12-12 21:59 UTC 

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

[PATCH] use strbuf_complete_line() for adding a newline if needed
 2014-12-12 19:16 UTC 

[PATCH 00/23] Add reflog_expire() to the references API
 2014-12-12 18:57 UTC  (9+ messages)
` [PATCH 20/23] reflog_expire(): new function in the reference API
` [PATCH 22/23] lock_any_ref_for_update(): inline function

[PATCH 1/1] skip RFC1991 tests with gnupg 2.1.x
 2014-12-12 16:00 UTC  (8+ messages)

[PATCH] git-check-ignore.txt: Clarify exit codes
 2014-12-11 23:40 UTC  (5+ messages)

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

git objects mode 755 vs 700
 2014-12-11 22:50 UTC  (2+ messages)

no-xmailer tests fail under Mac OS
 2014-12-11 22:35 UTC  (8+ messages)

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

[RFC/PATCH 0/5] git-glossary
 2014-12-11 20:06 UTC  (5+ messages)
` [RFC/PATCH 2/5] glossary: introduce glossary lookup command

Poor push performance with large number of refs
 2014-12-11 19:26 UTC  (11+ messages)
    ` [PATCH] push: add remote.pushThin to control thin pack generation
        ` [PATCH] list-objects: mark fewer commits as edges for non-shallow clones

[PATCH 0/2] Fix a bug with update-ref "verify" and no oldvalue
 2014-12-11 16:19 UTC  (7+ messages)
` [PATCH 1/2] t1400: add some more tests of "update-ref --stdin"'s verify command
` [PATCH 2/2] update-ref: fix "verify" command with missing <oldvalue>

[PATCH v2] doc: make clear --assume-unchanged's user contract
 2014-12-11 15:13 UTC  (4+ messages)
` [PATCH] gitignore.txt: do not suggest assume-unchanged

[PATCH 1/1] replace binary keyrings with armored keys
 2014-12-11 14:52 UTC 

Interested in helping open source friends on HP-UX?
 2014-12-11  7:46 UTC 

filter-branch performance
 2014-12-10 23:44 UTC  (5+ messages)

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

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

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

[RFC/PATCH] pkt-line: allow writing of LARGE_PACKET_MAX buffers
 2014-12-10 21:06 UTC  (13+ messages)
    ` [PATCH v3] "
              ` [PATCH 0/3] convert read_packed_refs to use strbuf
        ` [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)

[PATCH] copy.c: make copy_fd preserve meaningful errno
 2014-12-10 19:14 UTC  (14+ messages)
        ` [PATCH 0/14] "
          ` [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  (20+ 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 09/18] fsck: handle multiple authors in commits specially
` [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 16/18] fsck: support demoting errors to warnings
` [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 


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