git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-10-05 17:47:18 to 2015-10-08 19:43:05 UTC [more...]

[PATCH 4/4] gc: remove broken refs
 2015-10-08 19:42 UTC  (13+ messages)
` [PATCH v2 0/4] Fix gc failure when a remote HEAD goes stale
  ` [PATCH v2 4/4] gc: remove broken symrefs
` [PATCH v3 0/2] Fix gc failure when a remote HEAD goes stale
  ` [PATCH v3 1/2] gc: demonstrate failure with stale remote HEAD
  ` [PATCH v3 2/2] pack-objects: do not get distracted by broken symrefs

please strip MIME-Version and Content-T{ype,ransfer-Encoding} in git am --scissors
 2015-10-08 19:37 UTC  (3+ messages)

[PATCH v2 00/10] port branch.c to use ref-filter's printing options
 2015-10-08 19:19 UTC  (26+ messages)
` [PATCH v2 01/10] ref-filter: implement %(if), %(then), and %(else) atoms
` [PATCH v2 02/10] ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)
` [PATCH v2 03/10] ref-filter: add support for %(refname:dir) and %(refname:base)
` [PATCH v2 04/10] ref-filter: modify "%(objectname:short)" to take length
` [PATCH v2 05/10] ref-filter: adopt get_head_description() from branch.c
` [PATCH v2 06/10] ref-filter: introduce format_ref_array_item()
` [PATCH v2 07/10] ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams
` [PATCH v2 08/10] ref-filter: add support for %(upstream:track,nobracket)
` [PATCH v2 09/10] branch: use ref-filter printing APIs
` [PATCH v2 10/10] branch: implement '--format' option

[PATCH] clone --dissociate: avoid locking pack files
 2015-10-08 19:10 UTC  (21+ messages)
` [PATCH v2 0/4] Fix locking issues on Windows with `git clone --dissociate`
  ` [PATCH v2 1/4] Demonstrate a Windows file locking issue "
  ` [PATCH v2 2/4] Consolidate code to close a pack's file descriptor
  ` [PATCH v2 3/4] Add a function to release all packs
  ` [PATCH v2 4/4] clone --dissociate: avoid locking pack files
` [PATCH v3 0/4] Fix locking issues on Windows with `git clone --dissociate`
  ` [PATCH v3 1/4] Demonstrate a Windows file locking issue "
  ` [PATCH v3 2/4] Consolidate code to close a pack's file descriptor
  ` [PATCH v3 3/4] Add a function to release all packs
  ` [PATCH v3 4/4] clone --dissociate: avoid locking pack files

[PATCH v4] notes: Allow treeish expressions as notes ref
 2015-10-08 19:03 UTC  (6+ messages)
` [PATCH] "
      ` [PATCH v6] notes: allow "

[PATCH 0/1] merge: fix cache_entry use-after-free
 2015-10-08 18:47 UTC  (2+ messages)

`-u`/`update-head-ok` unsupported on pull
 2015-10-08 18:13 UTC  (2+ messages)

[PATCH v10 1/5] worktree: add top-level worktree.c
 2015-10-08 17:01 UTC  (5+ messages)
` [PATCH v10 2/5] worktree: refactor find_linked_symref function
` [PATCH v10 3/5] worktree: add a function to get worktree details
` [PATCH v10 4/5] worktree: add details to the worktree struct
` [PATCH v10 5/5] worktree: add 'list' command

Git deletes files when rebasing an amended merge-commit
 2015-10-08 16:06 UTC  (2+ messages)

[PATCH] filter-branch: strip pgp signature in commit messages
 2015-10-08 11:36 UTC  (5+ messages)

[PATCH] pretty: add format specifiers for short and raw date formats
 2015-10-08 11:04 UTC  (3+ messages)

[BUG] GIT_INDEX environment variable ignored?
 2015-10-08  7:56 UTC  (3+ messages)

Exclude a file from a pull request
 2015-10-08  7:50 UTC 

[PATCH] pretend_sha1_file(): Change return type from int to void
 2015-10-08  7:45 UTC  (12+ messages)

Exclude a file from a pull request‏
 2015-10-08  0:30 UTC  (3+ messages)

[PATCH] notes: allow merging from arbitrary references
 2015-10-08  0:28 UTC  (2+ messages)

[PATCH] gitk: l10n: Update Catalan translation
 2015-10-07 23:08 UTC  (5+ messages)

[PATCH v2 00/43] lmdb ref backend
 2015-10-07 22:47 UTC  (49+ messages)
` [PATCH v2 01/43] refs.c: create a public version of verify_refname_available
` [PATCH v2 02/43] refs: make repack_without_refs and is_branch public
` [PATCH v2 18/43] refs-be-files.c: add a backend method structure with transaction functions
` [PATCH v2 22/43] refs-be-files.c: add do_for_each_per_worktree_ref
` [PATCH v2 28/43] refs.c: add ref backend init function
` [PATCH v2 34/43] refs.c: make struct ref_transaction generic
` [PATCH v2 38/43] refs: make some files backend functions public
` [PATCH v2 39/43] refs: break out a ref conflict check
` [PATCH v2 40/43] refs: allow ref backend to be set for clone
` [PATCH v2 42/43] refs: add LMDB refs backend
` [PATCH v2 43/43] refs: tests for db backend

[PATCH v2 1/2] quote: fix broken sq_quote_buf() related comment
 2015-10-07 22:46 UTC  (3+ messages)
` [PATCH v2 2/2] quote: move comment before sq_quote_buf()

What's cooking in git.git (Oct 2015, #02; Wed, 7)
 2015-10-07 21:38 UTC 

The tip of 'next' rewound and rebuilt for this cycle
 2015-10-07 21:33 UTC 

[PATCH 0/9] port branch.c to use ref-filter printing APIs
 2015-10-07 18:02 UTC  (17+ messages)
` [PATCH 6/9] ref-filter: introduce format_ref_array_item()
` [PATCH 8/9] branch: use ref-filter printing APIs

[PATCH] Documentation/interpret-trailers: Grammar fix
 2015-10-07 16:46 UTC 

Branch information (git branch/status) inconsistent when in detached HEAD state
 2015-10-07 14:41 UTC  (4+ messages)

Clarification on Submodule/Subproject naming
 2015-10-07  7:37 UTC  (3+ messages)

[PATCH] log: Update log.follow doc and add to config.txt
 2015-10-07  1:20 UTC  (2+ messages)

[PATCH] error message typo fixes: unkown -> unknown
 2015-10-06 20:00 UTC 

[BUG?] parallel make interdepencies
 2015-10-06 19:39 UTC  (5+ messages)

What's cooking in git.git (Oct 2015, #01; Mon, 5)
 2015-10-06 19:30 UTC  (7+ messages)

git interactive rebase bug?
 2015-10-06 17:41 UTC  (6+ messages)

Unable to get GIT GUI to start on Windows XP - Git-1.9.4-preview20140929
 2015-10-06 14:40 UTC  (2+ messages)

[PATCH v2 4/4] gc: remove broken symrefs
 2015-10-06 13:59 UTC 

Git mv does not work with recursive submodules
 2015-10-06 12:27 UTC 

git diff --check in a bare repository
 2015-10-06 10:31 UTC 

[PATCH] completion: fix completion after 'git -C path'
 2015-10-06 10:12 UTC  (3+ messages)

[PATCH] t2026: rename worktree prune test
 2015-10-06 10:12 UTC 

git rev-list --all --reflog does not include worktree references
 2015-10-06  9:39 UTC  (2+ messages)

[PATCH 41/68] init: use strbufs to store paths
 2015-10-06  3:24 UTC  (3+ messages)
` [PATCH 1/3] precompose_utf8: drop unused variable

[PATCH v3 1/1] Makefile: make curl-config path configurable
 2015-10-05 21:19 UTC  (5+ messages)

Announcing Git for Windows 2.6.1
 2015-10-05 21:02 UTC 

[ANNOUNCE] Git v2.6.1, v2.5.4, v2.4.10 and v2.3.10
 2015-10-05 20:43 UTC 

(unknown),
 2015-10-05 20:43 UTC  (7+ messages)
` [PATCH v5 2/3] path: optimize common dir checking

git config credential.helper with absolute path on windows not working properly
 2015-10-05 20:40 UTC 

How can I ignore insignificant change during merge ?
 2015-10-05 20:34 UTC  (2+ messages)

[PATCH v2 1/1] Makefile: make curl-config path configurable
 2015-10-05 20:25 UTC  (3+ messages)

[PATCH v3 1/1] Makefile: link libcurl before libssl
 2015-10-05 20:16 UTC  (3+ messages)

doc-0g-7g-docs.googleusercontent.com
 2015-10-05 18:53 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).