git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-04-16 00:16:49 to 2016-04-19 18:58:15 UTC [more...]

[PATCH/RFC 0/6] fetch with refspec
 2016-04-19 18:57 UTC  (16+ 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 v4 00/16] index-helper, watchman
 2016-04-19 18:54 UTC  (16+ messages)
` [PATCH v4 03/16] index-helper: new daemon for caching index and related stuff
` [PATCH v4 08/16] Add watchman support to reduce index refresh cost
` [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

[PATCH v2] git-p4: add P4 jobs to git commit message
 2016-04-19 18:50 UTC  (11+ 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

[PATCHv2 0/4] Implements the GIT_TRACE_CURL environment variable
 2016-04-19 18:05 UTC  (8+ 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 v7 0/6] Move PGP verification out of verify-tag
 2016-04-19 17:47 UTC  (7+ 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

[PATCH 0/2 v4] xdiff: implement empty line chunk heuristic
 2016-04-19 17:06 UTC  (14+ messages)
` [PATCH 1/2] xdiff: add recs_match helper function
` [PATCH 2/2] xdiff: implement empty line chunk heuristic

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

[PATCH] replace --edit: respect core.editor
 2016-04-19 16:22 UTC  (2+ messages)

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

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

[PATCH 1/3] git reset --hard gives clean working tree
 2016-04-19 13:26 UTC  (5+ 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/7] i18n: index-pack: use plural string instead of normal one
 2016-04-19 13:19 UTC  (7+ 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 resubmission] config.mak.uname: Cygwin: Use renames for creation
 2016-04-19  9:10 UTC 

Binary grep t7008 known breakage vanished on Cygwin
 2016-04-19  8:42 UTC  (3+ messages)

[PATCH v6 0/6] Move PGP verification out of verify-tag
 2016-04-19  5:16 UTC  (15+ messages)
` [PATCH v6 1/6] builtin/verify-tag.c: ignore SIGPIPE in gpg-interface
` [PATCH v6 2/6] t7030: test verifying multiple tags
` [PATCH v6 3/6] verify-tag: change variable name for readability
` [PATCH v6 4/6] verify-tag: add sha1 argument to verify_tag()
` [PATCH v6 5/6] verify-tag: move verification code to tag.c
` [PATCH v6 6/6] tag -v: verfy directly rather than exec-ing verify-tag

possible to checkout same branch in different worktree
 2016-04-19  1:04 UTC  (13+ messages)
    ` [PATCH 0/7] fix checking out a being-rebased branch
      ` [PATCH 1/7] path.c: add git_common_path() and strbuf_git_common_path()
      ` [PATCH 2/7] worktree.c: store "id" instead of "git_dir"
      ` [PATCH 3/7] path.c: refactor and add worktree_git_path()
      ` [PATCH 4/7] worktree.c: add worktree_git_path_..._head()
      ` [PATCH 5/7] wt-status.c: make wt_status_get_state() support worktree
      ` [PATCH 6/7] worktree.c: avoid referencing to worktrees[i] multiple times
      ` [PATCH 7/7] checkout: prevent checking out a branch being rebased in another worktree

What's cooking in git.git (Apr 2016, #05; Mon, 18)
 2016-04-18 22:48 UTC 

[PATCH] mv: allow moving nested submodules
 2016-04-18 21:26 UTC  (4+ messages)

[RFC PATCH, WAS: "weird diff output?" v3a 0/2] implement shortest line diff chunk heuristic
 2016-04-18 19:33 UTC  (7+ messages)
` [PATCH 2/2] xdiff: implement empty line "

[PATCH 0/2] Another reroll of sb/submodule-init
 2016-04-18 19:30 UTC  (4+ messages)
` [PATCH 1/2] submodule: port resolve_relative_url from shell to C
` [PATCH 2/2] submodule: port init "

git merge branch --no-commit does commit fast forward merges
 2016-04-18 16:54 UTC  (8+ messages)

Where can I find the MD5 or SHA1 of git preview client
 2016-04-18 12:50 UTC  (7+ messages)

Fwd: BUG: absolute paths on windows
 2016-04-18 12:09 UTC 

Hi git
 2016-04-15  3:13 UTC 

[PATCH] Extend runtime prefix computation
 2016-04-18  7:20 UTC  (3+ messages)

[PATCH 0/6] object_id Part 3
 2016-04-17 23:10 UTC  (7+ messages)
` [PATCH 1/6] Introduce a get_oid function
` [PATCH 2/6] test-match-trees: convert to use struct object_id
` [PATCH 3/6] match-trees: convert shift_tree and shift_tree_by to object_id
` [PATCH 4/6] Convert struct name_entry to use struct object_id
` [PATCH 5/6] tree-walk: convert tree_entry_extract to "
` [PATCH 6/6] match-trees: convert several leaf functions "

Migrating away from SHA-1?
 2016-04-15  1:50 UTC  (4+ messages)

Default authentication over https?
 2016-04-15 23:02 UTC  (7+ messages)

Important Message
 2016-04-17 22:33 UTC 

[PATCH v4 00/16] port branch.c to use ref-filter's printing options
 2016-04-17 20:30 UTC  (4+ messages)
` [PATCH v4 15/16] branch: use ref-filter printing APIs

Important Message
 2016-04-17 19:10 UTC 

[git-gui: Chinese (TW) translation] git-gui: added New Chinese (Taiwan) translation
 2016-04-17 19:14 UTC 

[PATCH v5 0/6] tag: move PGP verification code to tag.c
 2016-04-17 18:53 UTC  (12+ messages)
` [PATCH v5 2/6] t7030-verify-tag: Adds validation for multiple tags

[PATCH v2 0/2] t1500-rev-parse: re-write t1500
 2016-04-17 16:22 UTC  (13+ messages)
` [PATCH v2 1/2] test-lib: add a function to compare an expection with stdout from a command
` [PATCH v2 2/2] t1500-rev-parse: rewrite each test to run in isolation

[BUG] git rev-parse :/ "regex" syntax not really regex?
 2016-04-17 15:54 UTC  (3+ messages)

企业培训师
 2016-04-17 14:01 UTC 

Draft of Git Rev News edition 14
 2016-04-17  6:35 UTC 

fast-import's gfi_unpack_entry causes too many munmap/mmap cycles
 2016-04-17  1:13 UTC  (5+ messages)

[PATCH] gitk: Add Portuguese translation
 2016-04-16 19:29 UTC 

0 bot for Git
 2016-04-16 18:02 UTC  (20+ messages)
        ` Parallel checkout (Was Re: 0 bot for Git)

[PATCH v1] Documentation: add setup instructions for Travis CI
 2016-04-16 15:29 UTC  (3+ messages)

[PATCH] Adding list of p4 jobs to git commit message
 2016-04-16 14:51 UTC  (5+ messages)

[Bug] "git stash -u": Data loss of ignored content in directories
 2016-04-16 13:14 UTC 

[PATCH] rewrite t1500-rev-parse.sh
 2016-04-16 10:23 UTC  (4+ messages)
` [PATCH] t1500-rev-parse: rewrite each test to run in isolation

Git mascot
 2016-04-16  7:47 UTC  (3+ messages)

[PATCH v2 00/21] git bisect improvements
 2016-04-16  0:44 UTC  (3+ messages)
` [PATCH v2 16/21] bisect: make total number of commits global


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