git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-12-11 20:07:20 to 2014-12-17 18:33:30 UTC [more...]

[PATCH 0/5] Add a flag to push atomically
 2014-12-17 18:32 UTC  (43+ 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
  ` [PATCHv2 1/6] receive-pack.c: add protocol support to negotiate atomic-push
    ` [PATCHv2 2/6] send-pack: Invert the return value of ref_update_to_be_sent
    ` [PATCHv2 3/6] send-pack.c: add --atomic command line argument
    ` [PATCHv2 4/6] receive-pack.c: use a single ref_transaction for atomic pushes
    ` [PATCHv2 5/6] push.c: add an --atomic-push argument
    ` [PATCHv2 6/6] t5543-atomic-push.sh: add basic tests for atomic pushes
      ` [PATCH] receive-pack: refuse all commands if one fails in atomic mode
  ` [PATCHv3 0/6] atomic pushes
    ` [PATCHv3 1/6] receive-pack.c: add protocol support to negotiate atomic
    ` [PATCHv3 3/6] send-pack.c: add --atomic command line argument
    ` [PATCHv3 4/6] receive-pack.c: use a single ref_transaction for atomic pushes
    ` [PATCHv3 5/6] push.c: add an --atomic argument
    ` [PATCHv3 6/6] t5543-atomic-push.sh: add basic tests for atomic pushes

[PATCH v4] remote: add --fetch and --both options to set-url
 2014-12-17 14:42 UTC  (3+ messages)

[PATCH v3] remote: add --fetch and --both options to set-url
 2014-12-17 14:28 UTC  (4+ messages)

Improving git branch
 2014-12-17 12:23 UTC  (4+ messages)

[PATCH] builtin/remote.c: add missing space to user-facing message
 2014-12-17  9:44 UTC  (2+ messages)

Saving space/network on common repos
 2014-12-17  6:58 UTC 

hooks scripts and noexec partition
 2014-12-17  3:03 UTC  (4+ messages)

[PATCH] Update documentation occurrences of filename .sh
 2014-12-17  0:42 UTC  (2+ messages)

[PATCH] git-compat-util: suppress unavoidable Apple-specific deprecation warnings
 2014-12-16 23:19 UTC 

confusion with some `git reset` commands
 2014-12-16 18:39 UTC 

bug & patch: exit codes from internal commands are handled incorrectly
 2014-12-16 19:28 UTC 

[PATCH 1/1] tests: make comment match the code
 2014-12-16 19:09 UTC  (3+ messages)

[PATCH] t5400: remove dead code
 2014-12-16 18:58 UTC  (2+ messages)

[PATCH] remote: allow adding remote w same name as alias
 2014-12-16 14:57 UTC  (4+ messages)

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

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

remote helper example with push/fetch capabilities
 2014-12-15 22:41 UTC  (6+ messages)

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

[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

[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 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  (30+ 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] 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  (6+ messages)
` [PATCH 20/23] reflog_expire(): new function in the reference API

[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  (3+ messages)
` [PATCH 1/2] commit: loosen ident checks when generating template

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


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