git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-03-31 14:12:20 to 2016-04-01 22:20:38 UTC [more...]

[PATCH 1/3] git reset --hard gives clean working tree
 2016-04-01 22:20 UTC  (9+ messages)
` [PATCH v2 1/7] Make it possible to get sha1 for a path from the index
` [PATCH v2 2/7] convert.c: stream and early out
` [PATCH v2 3/7] Allow core.autocrlf=input and core.eol=crlf
` [PATCH v2 4/7] t0027: TC for combined attributes
` [PATCH v2 5/7] CRLF: unify the "auto" handling
` [PATCH v2 6/7] correct blame for files commited with CRLF
` [PATCH v2 7/7] convert.c: more safer crlf handling with text attribute

[PATCH 1/2] ident: check for useConfigOnly before auto-detection of name/email
 2016-04-01 22:04 UTC  (9+ messages)
` [PATCH 2/2] ident: make the useConfigOnly error messages more informative

[PATCHv3 0/2] Fix relative path issues in recursive submodules
 2016-04-01 20:39 UTC  (8+ messages)
` [PATCH 1/2] submodule--helper, module_clone: always operate on absolute paths
` [PATCH 2/2] submodule--helper, module_clone: catch fprintf failure

[PATCH 1/2] imap-send.c: implements the GIT_CURL_DEBUG environment variable
 2016-04-01 20:25 UTC  (7+ messages)
` [PATCH 2/2] http.c: "

[PATCH v3 00/16] port branch.c to use ref-filter's printing options
 2016-04-01 19:42 UTC  (14+ messages)
` [PATCH v3 05/16] ref-filter: move get_head_description() from branch.c
` [PATCH v3 09/16] ref-filter: make "%(symref)" atom work with the ':short' modifier
` [PATCH v3 13/16] ref-filter: allow porcelain to translate messages in the output

[PATCH v3] builtin/apply: handle parse_binary() failure
 2016-04-01 19:31 UTC  (4+ messages)

weird diff output?
 2016-04-01 19:04 UTC  (11+ messages)

[PATCH 1/2] mergetools: create mergetool_find_win32_cmd() helper function for winmerge
 2016-04-01 18:10 UTC  (3+ messages)
` [PATCH 0/2] mergetools: add support for ExamDiff

[PATCH 00/21] replacement for dt/refs-backend-lmdb v7 patch 04/33
 2016-04-01 17:55 UTC  (10+ messages)

[PATCHv4 0/4] Some cleanups
 2016-04-01 17:31 UTC  (14+ messages)
` [PATCHv4 1/4] notes: don't leak memory in git_config_get_notes_strategy
` [PATCHv4 2/4] abbrev_sha1_in_line: don't leak memory
` [PATCHv4 3/4] bundle: don't leak an fd in case of early return
` [PATCHv4 4/4] credential-cache, send_request: close fd when done

GIT_CONFIG - what's the point?
 2016-04-01 17:28 UTC  (6+ messages)

[PATCH] builtin/apply: free patch when parse_chunk() fails
 2016-04-01 17:23 UTC  (5+ messages)

[PATCH] doc: clarify that notes can be attached to any type of stored object
 2016-04-01 16:47 UTC  (3+ messages)

[PATCH v2 0/4] Add an option to git-format-patch to record base tree info
 2016-04-01 16:36 UTC  (7+ messages)
` [PATCH v2 3/4] format-patch: introduce --base=auto option

[PATCH v3 0/4] Add an option to git-format-patch to record base tree info
 2016-04-01 16:06 UTC  (10+ messages)
` [PATCH v3 2/4] format-patch: add '--base' option "
` [PATCH v3 3/4] format-patch: introduce --base=auto option

Signed-off-by vs Reviewed-by
 2016-04-01 14:10 UTC  (11+ messages)

What is an efficient way to get all blobs / trees that have notes attached?
 2016-04-01 12:23 UTC  (3+ messages)

Trouble with cat-file on tags
 2016-04-01 12:26 UTC  (4+ messages)

git alias quoting help
 2016-04-01 12:21 UTC  (6+ messages)

Masking or hiding directories and files during a git submodule checkout
 2016-04-01 11:56 UTC 

RPM spec file broken by README.md
 2016-04-01 11:24 UTC  (4+ messages)
` [PATCH] git.spec: use README.md, not README

[PATCH v4] git-send-pack: fix --all option when used with directory
 2016-04-01 10:44 UTC  (6+ messages)

[PATCH] git-send-pack: Fix --all option when used with directory
 2016-04-01 10:42 UTC  (5+ messages)

[PATCH 0/5] modify tests for --[no-]autostash option
 2016-04-01 10:27 UTC  (6+ messages)
` [PATCH 5/5] t/t5520: test --[no-]autostash with pull.rebase=true

[PATCHv2 0/4] Some cleanups
 2016-04-01  7:26 UTC  (7+ messages)
` [PATCHv2 3/4] bundle: don't leak an fd in case of early return

[PATCH] Feature: custom guitool commands can now have custom keyboard shortcuts
 2016-04-01  6:32 UTC  (3+ messages)

[RFC/PATCH] clone: make 'git clone -c remote.origin.fetch=<refspec>' work
 2016-04-01  4:20 UTC  (8+ messages)
` [PATCH v2] clone: respect configured fetch respecs during initial fetch

`git rev-parse --is-inside-work-tree` and $GIT_WORK_TREE
 2016-04-01  0:49 UTC  (4+ messages)

[PATCHv3 0/4] Some cleanups
 2016-03-31 23:32 UTC  (13+ messages)
` [PATCHv3 1/4] notes: don't leak memory in git_config_get_notes_strategy
` [PATCHv3 2/4] abbrev_sha1_in_line: don't leak memory
` [PATCHv3 3/4] bundle: don't leak an fd in case of early return
` [PATCHv3 4/4] credential-cache, send_request: close fd when done

[PATCHv2 0/5] Fix relative path issues in recursive submodules
 2016-03-31 23:08 UTC  (12+ messages)
` [PATCHv2 1/5] recursive submodules: test for relative paths
` [PATCHv2 2/5] submodule--helper clone: simplify path check
` [PATCHv2 3/5] submodule--helper clone: remove double path checking
` [PATCHv2 4/5] submodule--helper, module_clone: always operate on absolute paths
` [PATCHv2 5/5] submodule--helper, module_clone: catch fprintf failure

[PATCH v10 1/3] parse-options.c: make OPTION__COUNTUP understand "unspecified" values
 2016-03-31 20:45 UTC  (14+ messages)
` [PATCH v11 1/4] test-parse-options: print quiet as integer
  ` [PATCH v11 4/4] commit: add a commit.verbose config variable
  ` [PATCH v11 3/4] t7507-commit-verbose: improve test coverage by testing number of diffs
  ` [PATCH v11 2/4] parse-options.c: make OPTION_COUNTUP respect "unspecified" values

BUG in git diff-index
 2016-03-31 20:39 UTC  (6+ messages)

RFC: New reference iteration paradigm
 2016-03-31 20:15 UTC  (5+ messages)

[PATCH v3][Outreachy] branch -D: allow - as abbreviation of @{-1}
 2016-03-31 19:26 UTC  (4+ messages)

[PATCH 0/4] Fix relative path issues in recursive submodules
 2016-03-31 19:22 UTC  (16+ messages)
` [PATCH 1/4] recursive submodules: test for relative paths
` [PATCH 2/4] submodule--helper clone: simplify path check
` [PATCH 3/4] submodule--helper clone: remove double path checking
` [PATCH 4/4] submodule--helper: use relative path if possible

Problem with Integrated Vim Editor on Win 10
 2016-03-31 18:59 UTC  (4+ messages)

[PATCH] t6302: fix up expect files for tests 34-36
 2016-03-31 18:48 UTC 

[RFC PATCH] gpg: add support for gpgsm
 2016-03-31 17:30 UTC  (8+ messages)

gitk and hook script
 2016-03-31 17:06 UTC 

[PATCH] Feature: custom guitool commands can now have custom keyboard shortcuts
 2016-03-31 16:49 UTC  (2+ messages)


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