git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-08-17 00:52:55 to 2014-08-20 02:40:02 UTC [more...]

[PATCH 00/18] Signed push
 2014-08-20  2:39 UTC  (25+ messages)
` [PATCH 01/18] receive-pack: do not overallocate command structure
` [PATCH 02/18] receive-pack: parse feature request a bit earlier
` [PATCH 03/18] receive-pack: do not reuse old_sha1[] to other things
` [PATCH 04/18] receive-pack: factor out queueing of command
` [PATCH 05/18] send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higher
` [PATCH 06/18] send-pack: refactor decision to send update per ref
` [PATCH 07/18] send-pack: always send capabilities
` [PATCH 08/18] send-pack: factor out capability string generation
` [PATCH 09/18] send-pack: rename "new_refs" to "need_pack_data"
` [PATCH 10/18] send-pack: refactor inspecting and resetting status and sending commands
` [PATCH 11/18] send-pack: clarify that cmds_sent is a boolean
` [PATCH 12/18] gpg-interface: move parse_gpg_output() to where it should be
` [PATCH 13/18] gpg-interface: move parse_signature() "
` [PATCH 14/18] pack-protocol doc: typofix for PKT-LINE
` [PATCH 15/18] the beginning of the signed push
` [PATCH 16/18] receive-pack: GPG-validate push certificates
` [PATCH 17/18] send-pack: send feature request on push-cert packet
` [PATCH 18/18] signed push: final protocol update

[PATCH] intersect_paths: respect mode in git's tree-sort
 2014-08-20  2:14 UTC 

Transaction patch series overview
 2014-08-19 22:28 UTC  (5+ messages)

[PATCH] Allow the user to change the temporary file name for mergetool
 2014-08-19 22:14 UTC  (8+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] imap-send.c: imap_folder -> imap_server_conf.folder
 2014-08-19 21:27 UTC 

Relative submodule URLs
 2014-08-19 20:57 UTC  (12+ messages)
          `  "
              `  "

[PATCH] run-command: introduce CHILD_PROCESS_INIT
 2014-08-19 19:11 UTC  (11+ messages)
      ` [PATCH v2 1/4] "
      ` [PATCH v2 2/4] run-command: introduce child_process_init()
      ` [PATCH v2 3/4] run-command: call run_command_v_opt_cd_env() instead of duplicating it
      ` [PATCH v2 4/4] run-command: inline prepare_run_command_v_opt()

[PATCH] Push the NATIVE_CRLF Makefile variable to C and added a test for native
 2014-08-19 18:19 UTC  (3+ messages)

[PATCH/RFC] git-imap-send: use libcurl for implementation
 2014-08-19 17:51 UTC  (2+ messages)

[PATCH/RFC] git-imap-send: use libcurl for implementation
 2014-08-19 17:13 UTC  (7+ messages)

Issuing warning when hook does not have execution permission
 2014-08-19 16:52 UTC  (3+ messages)

[PATCH v3 00/23] backend-struct-db
 2014-08-19 16:30 UTC  (23+ messages)
` [PATCH v3 01/23] refs.c: create a public function for is_refname_available
` [PATCH v3 03/23] refs.c: add a new refs.c file to hold all common refs code
` [PATCH v3 04/23] refs.c: move update_ref to refs.c
` [PATCH v3 05/23] refs.c: move delete_ref to the common code
` [PATCH v3 06/23] refs.c: move rename_ref "
` [PATCH v3 07/23] refs.c: move read_ref_at to the common refs file
` [PATCH v3 08/23] refs.c: move the hidden refs functions to the common code
` [PATCH v3 09/23] refs.c: move dwim and friend functions to the common refs code
` [PATCH v3 10/23] refs.c: move warn_if_dangling_symref* to the common code
` [PATCH v3 11/23] refs.c: move read_ref, read_ref_full and ref_exists "
` [PATCH v3 12/23] refs.c: move resolve_refdup to common
` [PATCH v3 13/23] refs.c: move check_refname_component to the common code
` [PATCH v3 14/23] refs.c: move is_branch "
` [PATCH v3 15/23] refs.c: move names_conflict "
` [PATCH v3 16/23] refs.c: move prettify_refname "
` [PATCH v3 17/23] refs.c: move ref iterators "
` [PATCH v3 18/23] refs.c: move head_ref_namespaced "
` [PATCH v3 19/23] refs-be-files.c: add a backend method structure with transaction functions
` [PATCH v3 20/23] refs-be-files.c: add reflog backend methods
` [PATCH v3 21/23] refs-be-files.c: add methods for misc ref operations
` [PATCH v3 22/23] refs-be-files.c: add methods for head_ref*
` [PATCH v3 23/23] refs-be-files.c: add methods for the ref iterators

[PATCH 0/5] ref-transactions-send-pack
 2014-08-19 16:24 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 transaction when atomic-push is negotiated
` [PATCH 4/5] receive-pack.c: add receive.atomicpush configuration option
` [PATCH 5/5] push.c: add an --atomic-push argument

[PATCH 0/5] ref-transactions-req-strbuf-err
 2014-08-19 16:17 UTC  (6+ messages)
` [PATCH 1/5] refs.c: replace the onerr argument in update_ref with a strbuf err
` [PATCH 2/5] refs.c: make add_packed_ref return an error instead of calling die
` [PATCH 3/5] refs.c: make lock_packed_refs take an err argument
` [PATCH 4/5] refs.c: add an err argument to commit_packed_refs
` [PATCH 5/5] refs.c: add an err argument to pack_refs

make profile issue on Git 2.1.0
 2014-08-19 15:33 UTC  (4+ messages)

Sharing merge conflict resolution between multiple developers
 2014-08-19 13:09 UTC  (5+ messages)
  ` Signinig a commit with multiple signatures

Fwd: Shallow clone
 2014-08-19 12:01 UTC  (2+ messages)
  `  "

[PATCH] Documentation/git-rebase.txt: fix -f description to match actual git behavior
 2014-08-19 10:05 UTC  (14+ messages)

[PATCH v2 0/2] Stream fd to clean filter
 2014-08-19  8:26 UTC  (12+ messages)
` [PATCH v2 2/2] convert: Stream from fd to required clean filter instead of mmap

[PATCH] make config --add behave correctly for empty and NULL values
 2014-08-19  6:20 UTC  (6+ messages)

[BUG] Hang when I did something a bit weird with submodules
 2014-08-19  4:35 UTC  (2+ messages)

[RFC PATCH 0/7] rebase -i: Implement `reword` and `squash` in terms of `do_pick`
 2014-08-18 21:23 UTC  (29+ messages)
` [PATCH v3 00/27] Enable options --signoff, --reset-author for pick, reword, edit
  ` [PATCH v3 01/27] rebase -i: allow replaying commits with empty log messages
  ` [PATCH v3 02/27] rebase -i: allow squashing empty commits without complaints
  ` [PATCH v3 03/27] rebase -i: allow rewording "
  ` [PATCH v3 04/27] fake_editor: leave standard output unchanged
  ` [PATCH v3 05/27] rebase -i: hide interactive command messages in verbose mode
  ` [PATCH v3 06/27] rebase -i: discard redundant message when rewording fails
  ` [PATCH v3 07/27] commit: allow disabling pre-commit and commit-msg separately
  ` [PATCH v3 08/27] rebase -i: verify squash messages using commit-msg
  ` [PATCH v3 09/27] rebase -i: do not verify reworded patches using pre-commit
  ` [PATCH v3 10/27] rebase -i: teach do_pick the option --edit
  ` [PATCH v3 11/27] rebase -i: implement reword in terms of do_pick
  ` [PATCH v3 12/27] rebase -i: log the replay of root commits
  ` [PATCH v3 13/27] rebase -i: do not use -C when --no-edit is sufficient
  ` [PATCH v3 14/27] rebase -i: commit only once when rewriting picks
  ` [PATCH v3 15/27] rebase -i: do not die in do_pick
  ` [PATCH v3 16/27] rebase -i: teach do_pick the option --amend
  ` [PATCH v3 17/27] rebase -i: teach do_pick the option --file
  ` [PATCH v3 18/27] rebase -i: remove no-op do_with_author git commit --amend
  ` [PATCH v3 19/27] rebase -i: prepare for squash in terms of do_pick --amend
  ` [PATCH v3 20/27] rebase -i: implement squash in terms of do_pick
  ` [PATCH v3 21/27] rebase -i: explicitly distinguish replay commands and exec tasks
  ` [PATCH v3 22/27] rebase -i: parse to-do list command line options
  ` [PATCH v3 23/27] rebase -i: teach do_pick the option --reset-author
  ` [PATCH v3 24/27] rebase -i: teach do_pick the option --signoff
  ` [PATCH v3 25/27] rebase -i: do not overwrite user author information
  ` [PATCH v3 26/27] rebase -i: refuse to commit when resuming with updated head
  ` [PATCH v3 27/27] rebase -i: enable --signoff, --reset-author for pick, reword, edit

Location of git config on Windows
 2014-08-18 18:17 UTC  (11+ messages)

[PATCH] read-cache.c: Ensure unmerged entries are removed
 2014-08-18 17:23 UTC  (10+ messages)

[PATCH] git-imap-send: simplify tunnel construction
 2014-08-18 17:15 UTC  (4+ messages)

t5534 broken when gpg not installed
 2014-08-18 16:55 UTC  (2+ messages)

[PATCH v3 0/10] getcwd without PATH_MAX
 2014-08-18 16:50 UTC  (5+ messages)
` [PATCH v3 03/10] setup: convert setup_git_directory_gently_1 et al. to strbuf

Cannot run cmd command lines from GIT bash
 2014-08-18 15:30 UTC  (3+ messages)

Understanding behavior of git blame -M
 2014-08-18 11:41 UTC  (3+ messages)

Feature Request: `git remote prune --all`
 2014-08-18  5:56 UTC  (3+ messages)

[PATCH] unblock and unignore SIGPIPE
 2014-08-18  1:14 UTC  (2+ messages)

[ANNOUNCE] Git v2.1.0
 2014-08-17 19:25 UTC  (5+ messages)

Bug: partially staged file is committed in whole, if there is another staged file
 2014-08-17 19:03 UTC  (2+ messages)

Not able to create feature branch Git
 2014-08-17  8:37 UTC  (2+ messages)

[PATCH] mailsplit.c: remove dead code
 2014-08-17  8:14 UTC  (3+ messages)

[PATCH] http.c: die if curl_*_init fails
 2014-08-17  7:35 UTC  (2+ messages)

Running make in contrib/subtree does not create executable
 2014-08-17  7:07 UTC  (2+ messages)
` [PATCH] subtree: make "all" default target of Makefile


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