git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-06-15 20:40:11 to 2017-06-19 17:57:40 UTC [more...]

[PATCH 0/3] Add regression tests for recent rebase -i fixes
 2017-06-19 17:56 UTC  (16+ messages)
` [PATCH v2 0/3] Add regression tests for rectent "
` [PATCH v3 0/4] Add regression tests for recent "
  ` [PATCH v3 1/4] sequencer: print autostash messages to stderr
  ` [PATCH v3 2/4] rebase -i: Add test for reflog message
  ` [PATCH v3 3/4] rebase: Add regression tests for console output
  ` [PATCH v3 4/4] rebase: Add more "

Restoring detached HEADs after Git operations
 2017-06-19 17:56 UTC  (10+ messages)
  ` AW: "

[PATCH/RFC] Cleanup Documentation
 2017-06-19 17:54 UTC  (5+ messages)

Behavior of 'git fetch' for commit hashes
 2017-06-19 17:49 UTC  (3+ messages)

[PATCH v5 0/5] convert: add "status=delayed" to filter process protocol
 2017-06-19 17:47 UTC  (6+ messages)
` [PATCH v5 4/5] convert: move multiple file filter error handling to separate function

[PATCH v5 00/10] The final building block for a faster rebase -i
 2017-06-19 17:39 UTC  (10+ messages)
` [PATCH v5 08/10] rebase -i: skip unnecessary picks using the rebase--helper

in case you want a use-case with lots of submodules
 2017-06-19 15:59 UTC 

[PATCH v2 0/2] Fix a refname trimming problem in `log --bisect`
 2017-06-19 16:05 UTC  (6+ messages)
` [PATCH v2 1/2] for_each_bisect_ref(): don't trim refnames
` [PATCH v2 2/2] prefix_ref_iterator_advance(): relax the check of trim length

[PATCH] wt-status.c: Modified status message shown for a parent-less branch
 2017-06-19 15:47 UTC  (24+ messages)
                        ` [PATCH/Almost final] "
                          ` [PATCH/ALMOST FINAL] Contextually notify user about an initial commit
                              ` [PATCH 1/2] "
                                ` [PATCH 2/2] Add test for the new status message

[PATCH 1/3] config: create a function to format section headers
 2017-06-19 14:51 UTC  (4+ messages)
` [PATCH v2 "

How to git push mirror local refs only?
 2017-06-19 14:20 UTC  (3+ messages)

[PATCH v4 0/5] Implement git stash as a builtin command
 2017-06-19 13:20 UTC  (6+ messages)
` [PATCH v4 5/5] stash: implement builtin stash

RFC: Another proposed hash function transition plan
 2017-06-19  9:26 UTC  (24+ messages)
      ` Which hash function to use, was "

[PATCH 0/3] add stash count information to git-status command
 2017-06-19  5:18 UTC  (16+ messages)
` [PATCH 1/3] stash: update documentation to use 'stash entries'
` [PATCH 2/3] wt-status: add optional stash status information
` [PATCH 3/3] glossary: define stash entries
` [PATCH v2 0/3] add stash count information to git-status command
  ` [PATCH v2 1/3] stash: update documentation to use 'stash entry'
  ` [PATCH v2 2/3] status: add optional stash count information
  ` [PATCH v2 3/3] glossary: define 'stash entry'

[BUG] add_again() off-by-one error in custom format
 2017-06-19  4:46 UTC  (17+ messages)

[PATCH v3 0/4] Improvements to sha1_file
 2017-06-19  4:18 UTC  (11+ messages)
` [RFC PATCH "
  ` [PATCH v2 3/4] sha1_file: consolidate storage-agnostic object fns
  ` [PATCH v2 4/4] sha1_file, fsck: add missing blob support
  ` [PATCH v3 2/4] sha1_file: move delta base cache code up

[PATCH v3] mergetools/meld: improve compatibiilty with Meld on macOS X
 2017-06-19  3:02 UTC  (2+ messages)

[PATCH] mergetools/meld: improve backwards-compatibiilty when using "--output"
 2017-06-19  1:01 UTC  (6+ messages)

[PATCH v2] mergetools/meld: improve backwards-compatibiilty when using "--output"
 2017-06-19  0:20 UTC 

[PATCH 3/3] branch: add a --copy (-c) option to go with --move (-m)
 2017-06-18 21:19 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 2/3] branch: add test for -m renaming multiple config sections
 2017-06-18 21:17 UTC  (2+ messages)
` [PATCH v2 "

"There are too many unreachable loose objects" - why don't we run 'git prune' automatically?
 2017-06-18 13:22 UTC  (5+ messages)

Subject: [PATCH] config: mark a file-local symbol as static
 2017-06-17 22:00 UTC  (3+ messages)

git merge workflow save changes
 2017-06-17 16:30 UTC 

[RFC/PATCH 0/5] remote: eliminate remote->{fetch,push}_refspec and lazy parsing of refspecs
 2017-06-17 12:33 UTC  (11+ messages)
` [PATCH 1/5] remote: don't use remote->{fetch,push}_refspec
` [PATCH 2/5] remote.c: don't pass copies of refspecs to add_{fetch,push}_refspec()
` [PATCH 3/5] remote.c: extract a helper function to parse a single refspec
` [PATCH 4/5] remote.c: eliminate remote->fetch_refspec
` [PATCH 5/5] remote.c: eliminate remote->push_refspec

[PATCHv3 1/4] clone: respect additional configured fetch refspecs during initial fetch
 2017-06-17 11:22 UTC  (15+ messages)
` [PATCHv4 1/2] "
      ` [PATCHv5 0/2] "
        ` [PATCHv5 1/2] "
        ` [PATCHv5 2/2] Documentation/clone: document ignored configuration variables

[suggestion] Include commit-ish in git status output
 2017-06-16 21:41 UTC  (4+ messages)

[PATCH v2 1/2] git-compat-util: add a FREEZ() wrapper around free(ptr); ptr = NULL
 2017-06-16 19:43 UTC  (13+ messages)
` [PATCH v3 0/2] Add a FREE_AND_NULL() wrapper macro
    ` [PATCH v4 0/6] "
    ` [PATCH v4 1/6] git-compat-util: add a FREE_AND_NULL() wrapper around free(ptr); ptr = NULL
    ` [PATCH v4 2/6] coccinelle: add a rule to make "type" code use FREE_AND_NULL()
    ` [PATCH v4 3/6] coccinelle: make use of the "type" FREE_AND_NULL() rule
    ` [PATCH v4 4/6] coccinelle: add a rule to make "expression" code use FREE_AND_NULL()
    ` [PATCH v4 5/6] coccinelle: make use of the "expression" FREE_AND_NULL() rule
    ` [PATCH v4 6/6] *.[ch] refactoring: make use of the FREE_AND_NULL() macro
` [PATCH v3 1/2] git-compat-util: add a FREE_AND_NULL() wrapper around free(ptr); ptr = NULL
` [PATCH v3 2/2] *.[ch] refactoring: make use of the FREE_AND_NULL() macro

[PATCH] docs/pretty-formats: stress that %- removes all preceding line-feeds
 2017-06-16 18:30 UTC  (2+ messages)

[PATCH 00/28] Create a reference backend for packed refs
 2017-06-16 15:47 UTC  (13+ messages)
` [PATCH 03/28] packed_ref_store: move `packed_refs_path` here
` [PATCH 04/28] packed_ref_store: move `packed_refs_lock` member here
` [PATCH 15/28] packed_peel_ref(): new function, extracted from `files_peel_ref()`
` [PATCH 18/28] packed-backend: new module for handling packed references

git push recurse.submodules behavior changed in 2.13
 2017-06-16 14:11 UTC  (6+ messages)

[PATCH v3] strbuf: let strbuf_addftime handle %z and %Z itself
 2017-06-16 12:18 UTC  (5+ messages)
` [PATCH 2/2] date: use localtime() for "-local" time formats

[BUG] GITK don't show unstaged changes
 2017-06-16 12:09 UTC  (3+ messages)

Best practices for updating old repos
 2017-06-16 10:16 UTC  (5+ messages)
  ` Fwd: "

[PATCH] diff-highlight: split code into module
 2017-06-16  4:31 UTC  (4+ messages)

[PATCH v2 0/6] config.h
 2017-06-16  0:12 UTC  (7+ messages)
` [PATCH v3 "

[ANNOUNCE] git-cinnabar 0.5.0b2
 2017-06-15 23:16 UTC 

[PATCH 0/2] Fix a refname trimming problem in `log --bisect`
 2017-06-15 22:26 UTC  (3+ messages)
` [PATCH 1/2] for_each_bisect_ref(): don't trim refnames

[PATCH] builtin/clone: get rid of 'value' strbuf
 2017-06-15 22:10 UTC  (2+ messages)

[PATCH v2] wildmatch test: cover a blind spot in "/" matching
 2017-06-15 22:01 UTC  (2+ messages)

[PATCH] checkout: don't write merge results into the object database
 2017-06-15 21:56 UTC  (4+ messages)

[PATCH] sub-process: fix comment about api-sub-process.txt
 2017-06-15 21:34 UTC  (3+ messages)

[PATCH] git-svn: document special options for commit-diff
 2017-06-15 21:15 UTC  (3+ messages)

[WIP 0/2] Modifying pack-objects to support --blob-size-limit
 2017-06-15 21:03 UTC  (6+ messages)
` [WIP v2 0/2] Modifying pack objects to support --blob-max-bytes
  ` [WIP v2 2/2] pack-objects: "

[PATCH v2 0/4] Improvements to sha1_file
 2017-06-13 21:05 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).