git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-04-18 22:04:43 to 2016-04-20 15:40:33 UTC [more...]

[PATCH v1 0/2] git-p4: fix Git LFS pointer parsing
 2016-04-20 15:40 UTC  (9+ messages)
` [PATCH v1 1/2] travis-ci: update Git-LFS and P4 to the latest version
` [PATCH v1 2/2] git-p4: fix Git LFS pointer parsing

[PATCH] tag.c: remove extern keyword from function definition
 2016-04-20 15:39 UTC  (2+ messages)

[PATCH] replace --edit: respect core.editor
 2016-04-20 15:29 UTC  (10+ messages)
` [PATCH v2] "

[ANNOUNCE] Git Rev News edition 14
 2016-04-20 14:19 UTC 

possible to checkout same branch in different worktree
 2016-04-20 13:54 UTC  (20+ messages)
` [PATCH 0/7] fix checking out a being-rebased branch
  ` [PATCH v2 00/12] "
    ` [PATCH v2 01/12] path.c: add git_common_path() and strbuf_git_common_path()
    ` [PATCH v2 02/12] worktree.c: store "id" instead of "git_dir"
    ` [PATCH v2 03/12] worktree.c: make find_shared_symref() return struct worktree *
    ` [PATCH v2 04/12] worktree.c: mark current worktree
    ` [PATCH v2 05/12] path.c: refactor and add worktree_git_path()
    ` [PATCH v2 06/12] wt-status.c: split rebase detection out of wt_status_get_state()
    ` [PATCH v2 07/12] wt-status.c: make wt_status_check_rebase() work on any worktree
    ` [PATCH v2 08/12] worktree.c: avoid referencing to worktrees[i] multiple times
    ` [PATCH v2 09/12] worktree.c: test if branch being rebased in another worktree
    ` [PATCH v2 10/12] wt-status.c: split bisect detection out of wt_status_get_state()
    ` [PATCH v2 11/12] worktree.c: test if branch being bisected in another worktree
    ` [PATCH v2 12/12] branch: do not rename a branch under bisect or rebase

[PATCH 0/2 v4] xdiff: implement empty line chunk heuristic
 2016-04-20 13:12 UTC  (17+ messages)
` [PATCH 2/2] "

[PATCH v5 00/15] index-helper/watchman
 2016-04-20 12:36 UTC  (30+ messages)
` [PATCH v5 01/15] read-cache.c: fix constness of verify_hdr()
` [PATCH v5 02/15] read-cache: allow to keep mmap'd memory after reading
` [PATCH v5 03/15] index-helper: new daemon for caching index and related stuff
` [PATCH v5 04/15] index-helper: add --strict
` [PATCH v5 05/15] daemonize(): set a flag before exiting the main process
` [PATCH v5 06/15] index-helper: add --detach
` [PATCH v5 07/15] read-cache: add watchman 'WAMA' extension
` [PATCH v5 08/15] Add watchman support to reduce index refresh cost
` [PATCH v5 09/15] index-helper: use watchman to avoid refreshing index with lstat()
` [PATCH v5 10/15] update-index: enable/disable watchman support
` [PATCH v5 11/15] unpack-trees: preserve index extensions
` [PATCH v5 12/15] index-helper: kill mode
` [PATCH v5 13/15] index-helper: don't run if already running
` [PATCH v5 14/15] index-helper: autorun mode
` [PATCH v5 15/15] index-helper: optionally automatically run
  ` [PATCH 16/15] Add tracing to measure where most of the time is spent

[PATCH v5 03/15] index-helper: new daemon for caching index and related stuff
 2016-04-20 12:19 UTC  (3+ messages)

[PATCH] gitweb: apply fallback encoding before highlight
 2016-04-20 11:32 UTC 

По поводу работы, По поводу работы
 2016-04-20  3:59 UTC 

Silent failure to add Windows-style paths in Cygwin Git
 2016-04-20  9:17 UTC 

[PATCH v2 0/2] git-p4: fix Git LFS pointer parsing
 2016-04-20  8:59 UTC  (4+ messages)
` [PATCH v2 1/2] travis-ci: update Git-LFS and P4 to the latest version
` [PATCH v2 2/2] git-p4: fix Git LFS pointer parsing

[PATCH v2] git-p4: add P4 jobs to git commit message
 2016-04-20  7:58 UTC  (18+ messages)

RFT: rebase--helper
 2016-04-20  7:29 UTC 

[PATCHv5 0/2] xdiff: implement empty line chunk heuristic
 2016-04-20  4:37 UTC  (7+ messages)
` [PATCH 1/2] xdiff: add recs_match helper function
` [PATCH 2/2] xdiff: implement empty line chunk heuristic

[PATCH/RFC 0/6] fetch with refspec
 2016-04-20  1:17 UTC  (26+ messages)
` [PATCH/RFC 1/6] http-backend: use argv_array functions
` [PATCH/RFC 2/6] remote-curl.c: fix variable shadowing
` [PATCH/RFC 3/6] http-backend: handle refspec argument
` [PATCH/RFC 4/6] transport: add refspec list parameters to functions
` [PATCH/RFC 5/6] fetch: pass refspec to http server
` [PATCH/RFC 6/6] clone: send refspec for single-branch clones

[PATCH 0/6] object_id Part 3
 2016-04-20  0:17 UTC  (5+ messages)
` [PATCH 4/6] Convert struct name_entry to use struct object_id

[PATCH 0/5] fix deadlock in git-push
 2016-04-19 22:51 UTC  (6+ messages)
` [PATCH 1/5] send-pack: close demux pipe before finishing async process
` [PATCH 2/5] run-command: teach async threads to ignore SIGPIPE
` [PATCH 3/5] send-pack: isolate sigpipe in demuxer thread
` [PATCH 4/5] fetch-pack: "
` [PATCH 5/5] t5504: drop sigpipe=ok from push tests

[PATCH v4 00/16] index-helper, watchman
 2016-04-19 22:31 UTC  (14+ messages)
` [PATCH v4 03/16] index-helper: new daemon for caching index and related stuff
` [PATCH v4 09/16] index-helper: use watchman to avoid refreshing index with lstat()
` [PATCH v4 12/16] index-helper: kill mode
` [PATCH v4 15/16] index-helper: optionally automatically run

[PATCHv2 0/4] Implements the GIT_TRACE_CURL environment variable
 2016-04-19 22:11 UTC  (11+ messages)
` [PATCH 1/4] http.h: Add debug callback and helper routine for implementing the GIT_TRACE_CURL environment variable in http.c
` [PATCH 2/4] http.c: implements the GIT_TRACE_CURL environment variable
` [PATCH 3/4] git.txt: document the new "
` [PATCH 4/4] imap-send.c: introduce the GIT_TRACE_CURL enviroment variable

[PATCH 1/3] git reset --hard gives clean working tree
 2016-04-19 21:32 UTC  (6+ messages)
` [PATCH v5 1/4] t0027: Make more reliable
` [PATCH v5 2/4] convert: allow core.autocrlf=input and core.eol=crlf
` [PATCH v5 3/4] t0027: test cases for combined attributes
` [PATCH v5 4/4] convert.c: ident + core.autocrlf didn't work

[PATCH v3 1/2] git-p4: clean-up code style in tests
 2016-04-19 19:49 UTC  (2+ messages)
` [PATCH v3 2/2] git-p4: add P4 jobs to git commit message

[PATCH v3 1/7] i18n: index-pack: use plural string instead of normal one
 2016-04-19 19:46 UTC  (9+ messages)
` [PATCH v3 2/7] i18n: unpack-trees: mark strings for translation
` [PATCH v3 3/7] i18n: git-parse-remote.sh: "
` [PATCH v3 4/7] i18n: builtin/pull.c: mark placeholders "
` [PATCH v3 5/7] i18n: builtin/pull.c: split strings marked "
` [PATCH v3 6/7] i18n: builtin/rm.c: remove a comma ',' from string
` [PATCH v3 7/7] i18n: builtin/branch.c: mark option for translation

[PATCH v7 0/6] Move PGP verification out of verify-tag
 2016-04-19 19:36 UTC  (11+ messages)
` [PATCH v7 1/6] builtin/verify-tag.c: ignore SIGPIPE in gpg-interface
` [PATCH v7 2/6] t7030: test verifying multiple tags
` [PATCH v7 3/6] verify-tag: update variable name and type
` [PATCH v7 4/6] verify-tag: prepare verify_tag for libification
` [PATCH v7 5/6] verify-tag: move tag verification code to tag.c
` [PATCH v7 6/6] tag -v: verfy directly rather than exec-ing verify-tag

Binary grep t7008 known breakage vanished on Cygwin
 2016-04-19 18:52 UTC  (4+ messages)

Hi
 2016-04-19 17:33 UTC 

[PATCH] mv: allow moving nested submodules
 2016-04-19 18:32 UTC 

[PATCH 0/2] WAS: [PATCH] mv: allow moving nested submodules
 2016-04-19 18:15 UTC  (7+ messages)
` [PATCH 1/2] mv submodule: respect ignore_errors for errors in submodule code
` [PATCH 2/2] mv: allow moving nested submodules

Ms Faith Titi Attah
 2016-04-19 14:58 UTC 

Git for Windows Portable
 2016-04-19 14:35 UTC  (2+ messages)

[PATCH resubmission] config.mak.uname: Cygwin: Use renames for creation
 2016-04-19  9:10 UTC 

[PATCH v6 0/6] Move PGP verification out of verify-tag
 2016-04-19  5:16 UTC  (4+ messages)
` [PATCH v6 3/6] verify-tag: change variable name for readability

What's cooking in git.git (Apr 2016, #05; Mon, 18)
 2016-04-18 22:48 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).