messages from 2017-10-04 12:48:46 to 2017-10-06 13:24:33 UTC [more...]
[PATCH v6 3/3] submodule: port submodule subcommand 'status' from shell to C
2017-10-06 13:24 UTC (3+ messages)
` [PATCH v7 0/3] Incremental rewrite of git-submodules
` [PATCH v7 1/3] submodule--helper: introduce get_submodule_displaypath()
[RFC PATCH 0/4] interpret-trailers: introduce "move" action
2017-10-06 13:19 UTC (12+ messages)
` [PATCH 1/4] trailer: push free_arg_item up
` [PATCH 2/4] trailer: simplify check_if_different
` [PATCH 3/4] trailer: create a new function to handle adding trailers
` [PATCH 4/4] trailer: add "move" configuration for trailer.ifExists
is there a truly compelling rationale for .git/info/exclude?
2017-10-06 12:13 UTC (2+ messages)
[PATCH v2 0/9] protocol transition
2017-10-06 12:09 UTC (7+ messages)
` [PATCH v3 00/10] "
` [PATCH v3 03/10] protocol: introduce protocol extention mechanisms
[PATCH 00/11] various lockfile-leaks and -fixes
2017-10-06 12:02 UTC (21+ messages)
` [PATCH v2 00/12] "
` [PATCH v2 01/12] sha1_file: do not leak `lock_file`
` [PATCH v2 02/12] treewide: prefer lockfiles on the stack
` [PATCH v2 03/12] lockfile: fix documentation on `close_lock_file_gently()`
` [PATCH v2 04/12] tempfile: fix documentation on `delete_tempfile()`
` [PATCH v2 05/12] checkout-index: simplify locking logic
` [PATCH v2 06/12] cache-tree: "
` [PATCH v2 07/12] apply: move lockfile into `apply_state`
` [PATCH v2 08/12] apply: remove `newfd` from `struct apply_state`
` [PATCH v2 09/12] cache.h: document `write_locked_index()`
` [PATCH v2 10/12] read-cache: drop explicit `CLOSE_LOCK`-flag
` [PATCH v2 11/12] read-cache: leave lock in right state in `write_locked_index()`
` [PATCH v2 12/12] read_cache: roll back lock in `update_index_if_able()`
Git config multiple values
2017-10-06 11:10 UTC
Regression in 'git branch -m'?
2017-10-06 10:06 UTC (6+ messages)
[PATCH] run-command.c: add hint when hook is not executable
2017-10-06 8:07 UTC (10+ messages)
` [PATCH v2] run-command: add hint when a hook is ignored
` [PATCH v3] "
[PATCH v1 0/2] fix temporary garbage in the cache entry
2017-10-06 7:58 UTC (14+ messages)
` [PATCH v1 1/2] entry.c: update cache entry only for existing files
` [PATCH v1 2/2] entry.c: check if file exists after checkout
[PATCH 0/3] for-each-ref: add :remote-ref and :remote-name specifiers
2017-10-06 5:10 UTC (14+ messages)
` [PATCH 1/3] for-each-ref: let upstream/push optionally report the remote name
` [PATCH 2/3] for-each-ref: let upstream/push optionally report merge name
` [PATCH v2 0/3] for-each-ref: add :remoteref and :remotename specifiers
` [PATCH v2 1/3] for-each-ref: let upstream/push optionally report the remote name
` [PATCH v2 2/3] for-each-ref: let upstream/push optionally remote ref name
` [PATCH v2 3/3] for-each-ref: test :remotename and :remoteref
[PATCH] sha1_loose_object_info: handle errors from unpack_sha1_rest
2017-10-06 4:38 UTC (4+ messages)
couple questions about git "logical variables" and "git var"
2017-10-06 4:33 UTC (4+ messages)
[PATCH] api-argv-array.txt: Update link to string-list API
2017-10-06 4:08 UTC (5+ messages)
` [PATCH v2] api-argv-array.txt: Remove broken "
[RFC] Reporting index properties
2017-10-06 4:02 UTC (6+ messages)
[PATCH] tag: avoid NULL pointer arithmetic
2017-10-06 2:23 UTC (7+ messages)
` [PATCH] fsck: check results of lookup_blob() and lookup_tree() for NULL
` [PATCH v2] fsck: handle NULL return of lookup_blob() and lookup_tree()
is it "core.excludesfile" or "core.excludesFile"?
2017-10-06 0:47 UTC (3+ messages)
Line ending normalization doesn't work as expected
2017-10-06 0:33 UTC (15+ messages)
[PATCH 1/1] completion: Add forgotten describe options
2017-10-05 22:17 UTC (2+ messages)
[PATCH 0/6] Teach Status options around showing ignored files
2017-10-05 22:08 UTC (12+ messages)
` [PATCH 1/6] Teach status "
` [PATCH 2/6] Update documentation for new directory and status logic
` [PATCH 3/6] Add tests for git status `--ignored=matching`
` [PATCH 4/6] Expand support for ignored arguments on status
` [PATCH 5/6] Add tests around status handling of ignored arguments
` [PATCH 6/6] Handle unsupported combination status arguments
[PATCH 1/1] completion: Add forgotten describe options
2017-10-05 21:45 UTC
[PATCH/RFC] git-post: the opposite of git-cherry-pick
2017-10-05 21:22 UTC (3+ messages)
[ANNOUNCE] Git for Windows 2.14.2(2)
2017-10-05 20:55 UTC (3+ messages)
` [git-for-windows] "
[RFC] deprecate git stash save? (was: Re: [PATCH 2/3] http-push: fix construction of hex value from path)
2017-10-05 20:10 UTC (2+ messages)
` [PATCH 2/1] mention git stash push first in the man page
[PATCH] .mailmap: normalize name for René Scharfe
2017-10-05 19:47 UTC (2+ messages)
[ANNOUNCE] Git v2.15.0-rc0
2017-10-05 17:28 UTC (4+ messages)
git send-email does not work with Google anymore?!
2017-10-05 15:47 UTC (4+ messages)
wildmatch + fnmatch compatibility
2017-10-05 14:07 UTC
[PATCH v2 0/5] Improve abbreviation disambiguation
2017-10-05 12:39 UTC (24+ messages)
` [PATCH v2 1/5] test-list-objects: List a subset of object ids
` [PATCH v2 2/5] p0008-abbrev.sh: Test find_unique_abbrev() perf
` [PATCH v3 0/5] Improve abbreviation disambituation
` [PATCH v3 3/5] sha1_name: Unroll len loop in find_unique_abbrev_r
` [PATCH v3 5/5] sha1_name: Minimize OID comparisons during disambiguation
[PATCH] branch: change the error messages to be more meaningful
2017-10-05 12:13 UTC (9+ messages)
` [PATCH v2] "
Quoted-printable support in git am
2017-10-05 11:58 UTC (4+ messages)
hacktoberfest
2017-10-05 11:34 UTC (4+ messages)
[PATCH 0/3] fixes for running the test suite with --valgrind
2017-10-05 10:47 UTC (17+ messages)
` [PATCH 1/3] path.c: fix uninitialized memory access
` [PATCH 3/3] sub-process: allocate argv on the heap
` playing with MSan, was Re: [PATCH 0/3] fixes for running the test suite with --valgrind
` lstat-ing delayed-filter output, was Re: playing with MSan
[PATCH] Documentation/git-config.txt: reword missleading sentence
2017-10-05 10:13 UTC (2+ messages)
Updated to v2.14.2 on macOS; git add --patch broken
2017-10-05 10:06 UTC (11+ messages)
What's cooking in git.git (Oct 2017, #01; Wed, 4)
2017-10-05 5:21 UTC (5+ messages)
"man git-stash" explanation of "--include-untracked" and "--all" seems ambiguous
2017-10-05 5:16 UTC (5+ messages)
Deleting a branch after merging it results in "there may be uncommitted changes"
2017-10-05 3:04 UTC
[PATCH 0/1] ref-filter.c: pass empty-string as NULL to atom parsers
2017-10-05 2:11 UTC (7+ messages)
` [PATCH v2] "
cmd.exe Terminal is closing when cloning a repository on windows 10 (64.bit)
2017-10-05 1:44 UTC (3+ messages)
Weird behavior/bug for git clean in untracked directory
2017-10-04 19:06 UTC
disable interactive prompting
2017-10-04 17:46 UTC (5+ messages)
distinguishing between staged and unstaged content in a stash?
2017-10-04 15:24 UTC (3+ messages)
Enhancement request: git-push: Allow (configurable) default push-option
2017-10-04 15:20 UTC (3+ messages)
[PATCH/RFC] setup: update error message to be more meaningful
2017-10-04 14:18 UTC (4+ messages)
` [PATCH v2] "
[PATCH] test-list-objects: mark file-local symbols as static
2017-10-04 13:40 UTC (2+ messages)
[PATCH v1] convert: display progress for filtered objects that have been delayed
2017-10-04 13:33 UTC (5+ messages)
[PATCH 00/18] Partial clone (from clone to lazy fetch in 18 patches)
2017-10-04 13:30 UTC (6+ messages)
[PATCH v7 00/12] Fast git status via a file system watcher
2017-10-04 12:48 UTC (9+ messages)
` [PATCH v8 "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).