git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-08-14 21:46:59 to 2014-08-19 16:31:10 UTC [more...]

[PATCH v3 00/23] backend-struct-db
 2014-08-19 16:30 UTC  (4+ messages)
` [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 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

Relative submodule URLs
 2014-08-19 16:15 UTC  (5+ messages)

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

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

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/RFC] git-imap-send: use libcurl for implementation
 2014-08-19 11:14 UTC  (6+ 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

Issuing warning when hook does not have execution permission
 2014-08-19  8:00 UTC  (2+ messages)

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

[PATCH] Push the NATIVE_CRLF Makefile variable to C and added a test for native
 2014-08-19  4:44 UTC  (2+ 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)

[PATCH] run-command: introduce CHILD_PROCESS_INIT
 2014-08-18 16:59 UTC  (7+ 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  (8+ messages)
  ` AW: "

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

[PATCH v13 00/11] Add interpret-trailers builtin
 2014-08-16 22:25 UTC  (13+ messages)
` [PATCH v13 01/11] trailer: add data structures and basic functions
` [PATCH v13 02/11] trailer: process trailers from input message and arguments
` [PATCH v13 03/11] trailer: read and process config information
` [PATCH v13 04/11] trailer: process command line trailer arguments
` [PATCH v13 05/11] trailer: parse trailers from file or stdin
` [PATCH v13 06/11] trailer: put all the processing together and print
` [PATCH v13 07/11] trailer: add interpret-trailers command
` [PATCH v13 08/11] trailer: add tests for "git interpret-trailers"
` [PATCH v13 09/11] trailer: execute command from 'trailer.<name>.command'
` [PATCH v13 10/11] trailer: add tests for commands in config file
` [PATCH v13 11/11] Documentation: add documentation for 'git interpret-trailers'

[PATCH 2/2] Push the Makefile variable NATIVE_CRLF to C
 2014-08-16 20:17 UTC 

[PATCH 1/2] t0027: Tests for core.eol=native, eol=lf, eol=crlf
 2014-08-16 20:16 UTC 

[PATCH] clean: use f(void) instead of f() to declare a pointer to a function without arguments
 2014-08-16 11:16 UTC 

[GIT PULL] l10n updates for 2.1.0 round 1
 2014-08-16 11:05 UTC 

[PATCH v2 1/4] wrapper.c: introduce gentle xmallocz that does not die()
 2014-08-16  3:08 UTC  (14+ messages)
` [PATCH v3 0/6] Large file improvements
  ` [PATCH v3 3/6] unpack-objects: continue when fail to malloc due to large objects
  ` [PATCH v3 6/6] diff: shortcut for diff'ing two binary SHA-1 objects
  ` [PATCH v4 0/5] Large file improvements
    ` [PATCH v4 1/5] wrapper.c: introduce gentle xmallocz that does not die()
    ` [PATCH v4 2/5] sha1_file.c: do not die failing to malloc in unpack_compressed_entry
    ` [PATCH v4 3/5] diff.c: allow to pass more flags to diff_populate_filespec
    ` [PATCH v4 4/5] diff --stat: mark any file larger than core.bigfilethreshold binary
    ` [PATCH v4 5/5] diff: shortcut for diff'ing two binary SHA-1 objects

[PATCH 1/2] fetch: convert argv_gc_auto to struct argv_array
 2014-08-16  1:19 UTC  (6+ messages)
` [PATCH 2/2] fetch: silence git-gc if --quiet is given
` [PATCH v2 1/2] fetch: convert argv_gc_auto to struct argv_array
  ` [PATCH v2 2/2] fetch: silence git-gc if --quiet is given

Git for Windows 1.9.4.msysgit.1
 2014-08-15 19:24 UTC  (2+ messages)

Git on Mac OS X 10.4.10
 2014-08-15 18:51 UTC  (14+ messages)

Problem with Git rev-list output
 2014-08-15  7:26 UTC 

[PATCH] gpg-interface: move parse_gpg_output() to where it should be
 2014-08-14 23:16 UTC 

[PATCH/RFC] git-imap-send: use libcurl for implementation
 2014-08-14 21:46 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).