git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-08-13 20:15:44 to 2014-08-19 06:04:18 UTC [more...]

[PATCH] make config --add behave correctly for empty and NULL values
 2014-08-19  6:03 UTC  (5+ 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  (33+ messages)
` [PATCH v2 00/23] Enable options --signoff, --reset-author for pick, reword
  ` [PATCH v2 23/23] rebase -i: enable "
` [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

Relative submodule URLs
 2014-08-18 20:55 UTC  (2+ messages)

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  (12+ 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

[PATCH] Documentation/git-rebase.txt: fix -f description to match actual git behavior
 2014-08-18 16:32 UTC  (12+ messages)

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)

make profile issue on Git 2.1.0
 2014-08-18  2:35 UTC 

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

[PATCH/RFC] git-imap-send: use libcurl for implementation
 2014-08-17 18:42 UTC  (5+ messages)

Sharing merge conflict resolution between multiple developers
 2014-08-17 13:30 UTC  (3+ messages)
  ` Signinig a commit with multiple signatures

[PATCH v2 0/2] Stream fd to clean filter
 2014-08-17 11:33 UTC  (10+ messages)
` [PATCH v2 2/2] convert: Stream from fd to required clean filter instead of mmap

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  (19+ messages)
` [PATCH v3 0/6] Large file improvements
  ` [PATCH v3 1/6] wrapper.c: introduce gentle xmalloc(z) that does not die()
  ` [PATCH v3 2/6] sha1_file.c: do not die failing to malloc in unpack_compressed_entry
  ` [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  (7+ 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 

[PATCH v2 1/1] doc: format-patch: don't use origin as a branch name
 2014-08-14 19:50 UTC 

PROPFIND 405 with git-http-backend and Smart HTTP
 2014-08-14 10:23 UTC  (9+ messages)

"git fetch" does not pass quiet setting to "git c"
 2014-08-14  4:11 UTC 

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


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