git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-06-14 08:43:16 to 2015-06-17 09:03:02 UTC [more...]

[PATCH] notes: Use get_sha1_committish instead of read_ref in init_notes()
 2015-06-17  9:02 UTC  (4+ messages)

[PATCH v3 00/11] add options to for-each-ref
 2015-06-17  8:40 UTC  (21+ messages)
` [PATCH v3 01/11] t6301: for-each-ref tests for ref-filter APIs
  ` [PATCH v3 02/11] tag: libify parse_opt_points_at()
  ` [PATCH v3 03/11] ref-filter: implement '--points-at' option
  ` [PATCH v3 04/11] for-each-ref: add "
  ` [PATCH v3 05/11] ref-filter: add parse_opt_merge_filter()
  ` [PATCH v3 06/11] ref-filter: implement '--merged' and '--no-merged' options
  ` [PATCH v3 07/11] for-each-ref: add "
  ` [PATCH v3 08/11] parse-option: rename parse_opt_with_commit()
  ` [PATCH v3 09/11] parse-options.h: add macros for '--contains' option
  ` [PATCH v3 10/11] ref-filter: implement "
  ` [PATCH v3 11/11] for-each-ref: add "

[PATCH v2 5/7] bisect: change read_bisect_terms parameters
 2015-06-17  8:18 UTC  (16+ messages)
` [PATCH v2 7/7] bisect: allows any terms set by user

rebase -i might leave CHERRY_PICK_HEAD behind
 2015-06-17  8:16 UTC  (5+ messages)
` [PATCH 0/2] rebase -i: Fix left-behind CHERRY_PICK_HEAD
  ` [PATCH 1/2] t3404: demonstrate CHERRY_PICK_HEAD bug
  ` [PATCH 2/2] rebase -i: do not leave a CHERRY_PICK_HEAD file behind

[PATCH v2] git-checkout.txt: Document "git checkout <pathspec>" better
 2015-06-17  7:54 UTC 

'git status -z' missing separators on OSX
 2015-06-17  3:32 UTC  (2+ messages)

[PATCH] pull.c: fix some sparse warnings
 2015-06-16 23:18 UTC 

What's cooking in git.git (Jun 2015, #04; Tue, 16)
 2015-06-16 22:18 UTC 

[ANNOUNCE] Git v2.4.4
 2015-06-16 22:15 UTC 

[PATCH] mergetools: add config option to disable auto-merge
 2015-06-16 21:35 UTC  (2+ messages)

[PATCH v2] fetch-pack: optionally save packs to disk
 2015-06-16 21:20 UTC  (17+ messages)
` [PATCH 3/3] pkt-line: support tracing verbatim pack contents
            ` [PATCH/RFC 0/3] add GIT_TRACE_STDIN
              ` [PATCH 1/3] trace: implement %p placeholder for filenames
              ` [PATCH 2/3] trace: add pid to each output line
              ` [PATCH 3/3] trace: add GIT_TRACE_STDIN

Troubleshoot clone issue to NFS
 2015-06-16 20:50 UTC  (10+ messages)

git-describe manual page's one sentence summary is misleading
 2015-06-16 20:21 UTC  (3+ messages)
` [PATCH] Documentation/describe: improve one-line summary

Visualizing merge conflicts after the fact (using kdiff3)
 2015-06-16 20:17 UTC  (3+ messages)

Should the --encoding argument to log/show commands make any guarantees about their output?
 2015-06-16 20:04 UTC  (4+ messages)

[PATCH] Fix power checking on OS X
 2015-06-16 17:57 UTC  (4+ messages)

[PATCH] Documentation clarification on git-checkout regarding ours/theirs
 2015-06-16 15:41 UTC  (7+ messages)
` [PATCH] Documentation clarification on git-checkout
  ` [PATCH 1/2] Documentation clarification on git-checkout regarding ours/theirs
  ` [PATCH 2/2] Documentation on git-checkout --ours/--theirs improved

[PATCH] git-prompt.sh: Document GIT_PS1_STATESEPARATOR
 2015-06-16 14:27 UTC  (3+ messages)

[PATCH] [RFC] Make git-update-ref invoke the update and post-update hooks
 2015-06-16 14:31 UTC  (5+ messages)

Using clean/smudge filters with difftool
 2015-06-16 14:11 UTC 

bt monopod selfie stick z07-5 now only $2.4/pc now
 2015-06-16 10:56 UTC 

[PATCH v5 0/4] submodule config lookup API
 2015-06-16 10:54 UTC  (7+ messages)
` [PATCH v5 1/4] implement submodule config API for lookup of .gitmodules values
` [PATCH v5 2/4] extract functions for submodule config set and lookup
` [PATCH v5 3/4] use new config API for worktree configurations of submodules
` [PATCH v5 4/4] do not die on error of parsing fetchrecursesubmodules option

[PATCH/RFC] Revert "git am/mailinfo: Don't look at in-body headers when rebasing"
 2015-06-16  9:47 UTC  (2+ messages)

GitHub Pull Request merge commands
 2015-06-16  9:33 UTC  (2+ messages)

[PATCH v2 00/10] object_id part 2
 2015-06-15 22:13 UTC  (3+ messages)
` [PATCH v2 03/10] Convert struct ref to use object_id

[PATCH] receive-pack: Create a HEAD ref for ref namespace
 2015-06-15 20:59 UTC  (4+ messages)
` [PATCH v4] "

[PATCH/RFC] upload-pack: Fail if cloning empty namespace
 2015-06-15 20:49 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 00/11] add options to for-each-ref
 2015-06-15 20:49 UTC  (6+ messages)
` [PATCH v2 01/11] t6301: for-each-ref tests for ref-filter APIs
  ` [PATCH v2 09/11] parse-options.h: add macros for '--contains' option

[PATCH v8 0/11] Create ref-filter from for-each-ref
 2015-06-15 20:47 UTC  (3+ messages)

[PATCH v8 0/5] Improving performance of git clean
 2015-06-15 20:16 UTC  (7+ messages)
` [PATCH v8 1/5] setup: add gentle version of read_gitfile
` [PATCH v8 2/5] setup: sanity check file size in read_gitfile_gently
` [PATCH v8 3/5] t7300: add tests to document behavior of clean and nested git
` [PATCH v8 4/5] p7300: add performance tests for clean
` [PATCH v8 5/5] clean: improve performance when removing lots of directories

[PATCH 3/3] stash: require a clean index to apply
 2015-06-15 20:11 UTC  (9+ messages)
            ` [PATCH] Revert "stash: require a clean index to apply"

[PATCH v2 00/12] Improve "refs" module encapsulation
 2015-06-15 19:48 UTC  (19+ messages)
` [PATCH v2 03/12] delete_ref(): handle special case more explicitly
` [PATCH v2 05/12] delete_refs(): improve error message
` [PATCH v2 06/12] prune_remote(): use delete_refs()
` [PATCH v2 08/12] initial_ref_transaction_commit(): function for initial ref creation
` [PATCH v2 12/12] refs: move the remaining ref module declarations to refs.h

[PATCH v2 0/5] am: improve test coverage and touch up foreign patch parsing
 2015-06-15 19:38 UTC  (7+ messages)
` [PATCH v2 1/5] t4150: test applying StGit patch
` [PATCH v2 2/5] am: teach StGit patch parser how to read from stdin
` [PATCH v2 3/5] t4150: test applying StGit series
` [PATCH v2 4/5] am: use gmtime() to parse mercurial patch date
` [PATCH v2 5/5] am: teach mercurial patch parser how to read from stdin

[PATCH v5] git-rebase--interactive.sh: add config option for custom instruction format
 2015-06-15 18:42 UTC  (3+ messages)

gitk: "argument list too long"
 2015-06-15 18:25 UTC 

[PATCH/WIP v2 00/19] Make git-am a builtin
 2015-06-15 17:54 UTC  (15+ messages)
` [PATCH/WIP v2 03/19] am: implement skeletal builtin am
` [PATCH/WIP v2 04/19] am: implement patch queue mechanism
` [PATCH/WIP v2 05/19] am: split out mbox/maildir patches with git-mailsplit
` [PATCH/WIP v2 07/19] am: extract patch, message and authorship with git-mailinfo

[PATCH] Improve contrib/diff-highlight to highlight unevenly-sized hunks
 2015-06-15 17:20 UTC 

[PATCH (resend)] git-gui: make gc warning threshold match 'git gc --auto'
 2015-06-15 16:41 UTC  (2+ messages)

[RFC] send-email quote issues
 2015-06-15 14:10 UTC  (5+ messages)

Fwd: git svn die signal 6
 2015-06-15 13:54 UTC 

[PATCH] Documentation/i18n.txt: clarify character encoding support
 2015-06-15 10:08 UTC  (3+ messages)

Submodules as first class citizens (was Re: Moving to subtrees for plugins?)
 2015-06-15  9:03 UTC  (5+ messages)

GIT for Microsoft Access projects
 2015-06-15  8:52 UTC  (4+ messages)
` git lock files (Was: GIT for Microsoft Access projects)
  ` git lock files

[PATCH/RFCv5 1/3] git-rebase -i: add command "drop" to remove a commit
 2015-06-15  8:25 UTC  (7+ messages)
` [PATCH/RFCv5 3/3] git rebase -i: add static check for commands and SHA-1

[PATCH 0/3] Raw gpg output support for verify-commit and verify-tag
 2015-06-15  8:22 UTC  (7+ messages)
` [PATCH 1/3] verify-commit: add option to print raw gpg status information
` [PATCH 2/3] verify-tag: add tests
` [PATCH 3/3] verify-tag: add option to print raw gpg status information

[PATCH v7 0/5] Improving performance of git clean
 2015-06-15  3:08 UTC  (5+ messages)
` [PATCH v7 2/5] setup: sanity check file size in read_gitfile_gently

[PATCH] Makefile / racy-git.txt: clarify USE_NSEC prerequisites
 2015-06-15  0:07 UTC  (2+ messages)

assert failed in submodule edge case
 2015-06-14 21:34 UTC  (13+ messages)
` [PATCH] pathspec: adjust prefixlen after striping trailing slash

[GIT PULL] l10n updates for 2.4 maint branch
 2015-06-14 21:25 UTC  (2+ messages)

[ANNOUNCE] git-multimail 1.1.0-rc1
 2015-06-14 17:30 UTC 

RFC: reverse history tree, for faster & background clones
 2015-06-14 14:14 UTC  (5+ messages)

[PATCH v2 1/7] bisect : correction of typo
 2015-06-14 11:51 UTC  (4+ messages)
` [PATCH v2 4/7] bisect: add the terms old/new

Failed assertion in pathspec.c
 2015-06-14 10:30 UTC  (4+ messages)

[PATCH v3 00/19] Make git-pull a builtin
 2015-06-14  8:42 UTC  (14+ messages)
` [PATCH v3 07/19] pull: pass git-merge's options to git-merge
` [PATCH v3 08/19] pull: pass git-fetch's options to git-fetch
` [PATCH v3 09/19] pull: error on no merge candidates
` [PATCH v3 10/19] pull: support pull.ff config
` [PATCH v3 11/19] pull: check if in unresolved merge state
` [PATCH v3 12/19] pull: fast-forward working tree if head is updated
` [PATCH v3 13/19] pull: implement pulling into an unborn branch
` [PATCH v3 14/19] pull: set reflog message
` [PATCH v3 15/19] pull: teach git pull about --rebase
` [PATCH v3 16/19] pull: configure --rebase via branch.<name>.rebase or pull.rebase
` [PATCH v3 17/19] pull --rebase: exit early when the working directory is dirty
` [PATCH v3 18/19] pull --rebase: error on no merge candidate cases
` [PATCH v3 19/19] pull: remove redirection to git-pull.sh


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