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

[PATCH 1/3] git reset --hard gives clean working tree
 2016-04-06  4:17 UTC  (8+ messages)
` [PATCH v2 6/7] correct blame for files commited with CRLF
` [PATCH v1] "

Can `git grep` have `--Author` option?
 2016-04-05 23:45 UTC 

git diff --exit-code does not honour textconv setting
 2016-04-05 23:16 UTC  (3+ messages)

Triangular workflows and some anecdotes from the trenches
 2016-04-05 22:24 UTC  (2+ messages)

reply
 2016-04-05 21:34 UTC 

[PATCH] diff: run arguments through precompose_argv
 2016-04-05 21:42 UTC  (6+ messages)

[PATCH] send-email: more meaningful Message-ID
 2016-04-05 21:36 UTC  (3+ messages)

Is OS X still supported?
 2016-04-05 21:08 UTC 

[PATCH] api-trace.txt: fix typo
 2016-04-05 20:49 UTC  (3+ messages)

Fsck message override issue
 2016-04-05 19:58 UTC 

Timestamp of zero in reflog considered invalid
 2016-04-05 17:41 UTC  (3+ messages)

[PATCH v5 0/6] tag: move PGP verification code to tag.c
 2016-04-05 16:44 UTC  (8+ messages)
` [PATCH v5 1/6] builtin/verify-tag.c: Ignore SIGPIPE on gpg-interface
` [PATCH v5 2/6] t7030-verify-tag: Adds validation for multiple tags
` [PATCH v5 3/6] builtin/verify-tag: change variable name for readability
` [PATCH v5 4/6] builtin/verify-tag: replace name argument with sha1
` [PATCH v5 5/6] builtin/verify-tag: move verification code to tag.c
` [PATCH v5 6/6] tag: use gpg_verify_function in tag -v call

Feature request: config option for default git commit -v
 2016-04-05 16:41 UTC  (3+ messages)

[PATCH v11 1/4] test-parse-options: print quiet as integer
 2016-04-05 15:58 UTC  (20+ messages)
` [PATCH v12 1/5] t0040-test-parse-options.sh: fix style issues
  ` [PATCH v12 3/5] parse-options.c: make OPTION_COUNTUP respect "unspecified" values
  ` [PATCH v12 2/5] test-parse-options: print quiet as integer
  ` [PATCH v12 4/5] t7507-commit-verbose: improve test coverage by testing number of diffs
  ` [PATCH v12 5/5] commit: add a commit.verbose config variable

[RFC/PATCH] git.spec: fix changelog dates
 2016-04-05 14:17 UTC  (4+ messages)

support block comments in gitconfig
 2016-04-05 12:53 UTC  (3+ messages)

[PATCH] completion: complete --cherry-mark for git log
 2016-04-05 10:45 UTC 

[ANNOUNCE] Git v2.8.1 (and call-for-help to "make rpmbuild" users)
 2016-04-05 10:39 UTC  (3+ messages)

[PATCH 1/2] imap-send.c: implements the GIT_CURL_DEBUG environment variable
 2016-04-05 10:21 UTC  (11+ messages)
` [PATCH 2/2] http.c: "

[PATCH v4 0/3] Expanding tabs in "git log" output
 2016-04-05  7:13 UTC  (13+ messages)
` [PATCH v5 0/4] "
  ` [PATCH v5 1/4] pretty: expand tabs in indented logs to make things line up properly
  ` [PATCH v5 2/4] pretty: enable --expand-tabs by default for selected pretty formats
  ` [PATCH v5 3/4] pretty: allow tweaking tabwidth in --expand-tabs
  ` [PATCH v5 4/4] pretty: test --expand-tabs

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

[PATCH] Makefile: fix misdirected redirections
 2016-04-05  7:02 UTC 

git 2.8.0 tarball rpmbuild error
 2016-04-05  6:51 UTC  (6+ messages)
    ` RFD: removing git.spec.in (Re: git 2.8.0 tarball rpmbuild error)
        ` [PATCH] Makefile: stop pretending to support rpmbuild

Since 2.7.0 git branch displays symbolic references as ref -> ref instead of ref -> branch
 2016-04-05  6:21 UTC  (3+ messages)
` [PATCH] branch: fix shortening of non-remote symrefs

[PATCH v4 0/6] tag: move PGP verification code to tag.c
 2016-04-05  3:51 UTC  (16+ messages)
` [PATCH v4 1/6] builtin/verify-tag.c: Ignore SIGPIPE on gpg-interface
` [PATCH v4 2/6] t/t7030-verify-tag.sh: Adds validation for multiple tags
` [PATCH v4 3/6] builtin/verify-tag: move verification code to tag.c
` [PATCH v4 4/6] tag.c: Replace varialbe name for readability
` [PATCH v4 5/6] tag: use pgp_verify_function in tag -v call
` [PATCH v4 6/6] tag.c: Change gpg_verify_tag argument to sha1

[GSoC] A late proposal: a modern send-email
 2016-04-05  0:03 UTC  (5+ messages)

[PATCH] git-format-patch.txt: don't show -s as shorthand for multiple options
 2016-04-04 22:44 UTC  (7+ messages)

[PATCH v3][Outreachy] branch -D: allow - as abbreviation of @{-1}
 2016-04-04 21:53 UTC  (4+ messages)

What's cooking in git.git (Apr 2016, #02; Mon, 4)
 2016-04-04 21:26 UTC 

git diff does not precompose unicode file paths (OS X)
 2016-04-04 20:43 UTC  (10+ messages)

[PATCH 0/4] Git for Windows fixes in preparation for 2.8.0
 2016-04-04 20:42 UTC  (9+ messages)
` [PATCH 1/4] config --show-origin: report paths with forward slashes

[Outreachy] Git remote whitelist/blacklist
 2016-04-04 20:21 UTC  (5+ messages)

[PATCH v3 0/4] tag: move PGP verification code to tag.c
 2016-04-04 20:19 UTC  (24+ messages)
` [PATCH v3 1/4] builtin/verify-tag.c: Ignore SIGPIPE on gpg-interface
` [PATCH v3 2/4] t/t7030-verify-tag.sh: Adds validation for multiple tags
` [PATCH v3 3/4] builtin/verify-tag: move verification code to tag.c
` [PATCH v3 4/4] tag: use pgp_verify_function in tag -v call

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

[PATCH] doc: clarify that notes can be attached to any type of stored object
 2016-04-04 18:04 UTC  (8+ messages)
      ` [PATCH] doc: Clarify which objects notes can be attached to

[PATCH] comment for a long #ifdef
 2016-04-04 17:54 UTC  (4+ messages)

Out Of Place Capitalization In Stash Feedback
 2016-04-04 17:50 UTC  (3+ messages)

[PATCH] Fix spelling mistakes
 2016-04-04 17:45 UTC  (4+ messages)

[sort-of-BUG] merge-resolve cannot resolve "content/mode" conflict
 2016-04-04 17:34 UTC  (2+ messages)

What is an efficient way to get all blobs / trees that have notes attached?
 2016-04-04 17:33 UTC  (4+ messages)

[PATCH v2 0/7] t5520: tests for --[no-]autostash option
 2016-04-04 17:07 UTC  (17+ messages)
` [PATCH v2 4/7] t5520: factor out common code
` [PATCH v2 5/7] "
` [PATCH v2 6/7] t5520: reduce commom lines of code
` [PATCH v2 7/7] t5520: test --[no-]autostash with pull.rebase=true

[PATCH v3 00/16] port branch.c to use ref-filter's printing options
 2016-04-04 16:12 UTC  (6+ messages)
` [PATCH v3 13/16] ref-filter: allow porcelain to translate messages in the output

[ANNOUNCE] Git for Windows 2.8.1
 2016-04-04  8:27 UTC 

git mv - exclude source / create target directory option
 2016-04-04  6:45 UTC 

[PATCH] rev-parse: fix --git-common-dir when executed from subpath of main tree
 2016-04-04  6:01 UTC  (2+ messages)

Good day
 2016-04-04  5:23 UTC 

GIT_CONFIG - what's the point?
 2016-04-03 20:11 UTC  (3+ messages)

[PATCH] convert.c: fix some sparse warnings
 2016-04-03 18:43 UTC 

[PATCH 01/34] Documentation/diff-config: fix description of diff.renames
 2016-04-03 17:26 UTC  (4+ messages)
` [PATCH 02/34] t4001-diff-rename: wrap file creations in a test

Bug Report
 2016-04-03  2:22 UTC  (3+ messages)

[PATCH] builtin/log.c: fixup format-patch --base segfault
 2016-04-03  1:19 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).