git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-08-11 19:33:53 to 2014-08-16 20:17:09 UTC [more...]

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

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

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

[PATCH v13 00/11] Add interpret-trailers builtin
 2014-08-16 16:06 UTC  (12+ 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] read-cache.c: Ensure unmerged entries are removed
 2014-08-16 14:51 UTC  (10+ messages)

[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 

Understanding behavior of git blame -M
 2014-08-16  7:02 UTC  (7+ messages)
  ` AW: "

[PATCH v2 1/4] wrapper.c: introduce gentle xmallocz that does not die()
 2014-08-16  3:08 UTC  (22+ 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 4/6] diff.c: allow to pass more flags to diff_populate_filespec
  ` [PATCH v3 5/6] diff --stat: mark any file larger than core.bigfilethreshold binary
  ` [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

[ANNOUNCE] Git v2.1.0
 2014-08-15 23:18 UTC  (2+ messages)

[PATCH] Documentation/git-rebase.txt: fix -f description to match actual git behavior
 2014-08-15 21:57 UTC  (9+ messages)

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] unblock and unignore SIGPIPE
 2014-08-15  5:29 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 

[RFC PATCH 0/7] rebase -i: Implement `reword` and `squash` in terms of `do_pick`
 2014-08-14 17:24 UTC  (12+ messages)
` [PATCH v2 00/23] Enable options --signoff, --reset-author for pick, reword
  ` [PATCH v2 02/23] rebase -i: allow squashing empty commits without complaints
  ` [PATCH v2 20/23] rebase -i: parse to-do list command line options
  ` [PATCH v2 23/23] rebase -i: enable options --signoff, --reset-author for pick, reword

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  (25+ messages)
` [PATCH v2 01/23] refs.c: create a public function for is_refname_available
` [PATCH v2 02/23] refs-common.c: create a file to host all common refs code
` [PATCH v2 03/23] refs-common.c: move update_ref to refs-common.c
` [PATCH v2 04/23] refs-common.c: move delete_ref to the common code
` [PATCH v2 05/23] refs-common.c: move rename_ref "
` [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 16/23] refs-common.c: move ref iterators "
` [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 19/23] refs.c: add reflog backend methods
` [PATCH v2 20/23] refs.c: add methods for misc ref operations
` [PATCH v2 21/23] refs.c: add methods for head_ref*
` [PATCH v2 22/23] refs.c: add methods for the ref iterators

[PATCH] unpack-tree.c: remove dead code
 2014-08-13 20:02 UTC  (15+ messages)
    ` [PATCH 0/3] "
      ` [PATCH 1/3] unpack-trees: simplify 'all other failures' case
      ` [PATCH 2/3] unpack-trees: use 'cuddled' style for if-else cascade
      ` [PATCH 3/3] checkout -m: attempt merge when deletion of path was staged

[PATCH v4 0/1] receive-pack: optionally deny case clone refs
 2014-08-13 19:28 UTC  (3+ messages)

[PATCH] http.c: die if curl_*_init fails
 2014-08-13 17:31 UTC 

[PATCH] git-imap-send: simplify tunnel construction
 2014-08-13 17:30 UTC 

[PATCH 1/4] fast-import.c: replace `git_config()` with `git_config_get_*()` family
 2014-08-13 17:18 UTC  (19+ messages)
` [PATCH 2/4] ll-merge.c: refactor `read_merge_config()` to use `git_config_string()`
    ` [PATCH v2 "
` [PATCH 3/4] merge-recursive.c: replace `git_config()` with `git_config_get_int()`
` [PATCH 4/4] builtin/apply.c: replace `git_config()` with `git_config_get_string_const()`
  ` [PATCH v2 1/5] fast-import.c: replace `git_config()` with `git_config_get_*()` family
      ` [PATCH/RFC v2 1/2] git_default_config() rewritten using the config-set API
        ` [PATCH/RFC v2 2/2] use the new git_default_config()

Undefined reference to __builtin_ctzll
 2014-08-13 10:15 UTC  (2+ messages)

[PATCH] pack-objects: turn off bitmaps when we see --shallow lines
 2014-08-13  5:09 UTC  (3+ messages)

[PATCH/RFC] git-imap-send: use libcurl for implementation
 2014-08-13  1:59 UTC  (2+ messages)

Possible bug v2.0.4: git reflog after a crash
 2014-08-13  1:33 UTC 

[PATCH v2 0/6] improving "git stash list -p"
 2014-08-12 23:30 UTC  (6+ messages)
` [PATCH v2 5/6] stash: default listing to "--cc --simplify-combined-diff"

[PATCH] mailsplit.c: remove dead code
 2014-08-12 22:58 UTC  (8+ messages)

[PATCH] send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higher
 2014-08-12 22:13 UTC 

Not able to create feature branch Git
 2014-08-12 19:02 UTC 

[PATCH v2 0/8] builtin/mv.c cleanup
 2014-08-12 17:56 UTC  (5+ messages)
` [PATCH v2 6/8] mv: unindent one level for directory move code

[PATCH 1/2] blame.c: Add translation to warning about failed revision walk
 2014-08-12 16:57 UTC  (2+ messages)

[PATCH] git-gui: Make git-gui lib dir configurable at runtime
 2014-08-12 16:38 UTC  (5+ messages)

Error "fatal: not a git repository" after auto packing
 2014-08-12 16:16 UTC  (4+ messages)

git-status rename conflict with a few git-adds following a git-mv (git for windows 1.9.4)
 2014-08-12  9:48 UTC 

Sharing merge conflict resolution between multiple developers
 2014-08-12  1:57 UTC  (5+ messages)

Problem with Git rev-list output
 2014-08-12  1:10 UTC 

[PATCH] Fixning WTF porcelain messages
 2014-08-11 20:04 UTC  (6+ messages)
` [PATCH] Fixing unclear messages

'git pull' inconsistent messages
 2014-08-11 20:02 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).