git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-04-01 07:46:08 to 2014-04-05 11:56:34 UTC [more...]

What's cooking in git.git (Apr 2014, #01; Fri, 4)
 2014-04-05 11:56 UTC  (3+ messages)

[PATCH v2 16/17] ls: do not show duplicate cached entries
 2014-04-05  8:03 UTC  (6+ messages)
` [PATCH] ls-files: do not trust stat info if lstat() fails

[PATCH] pack-objects: do not reuse packfiles without --delta-base-offset
 2014-04-04 23:13 UTC  (5+ messages)

[PATCH v9 00/11] Add interpret-trailers builtin
 2014-04-04 22:42 UTC  (19+ messages)
` [PATCH v9 01/11] trailer: add data structures and basic functions
` [PATCH v9 02/11] trailer: process trailers from stdin and arguments
` [PATCH v9 03/11] trailer: read and process config information
` [PATCH v9 04/11] trailer: process command line trailer arguments
` [PATCH v9 05/11] trailer: parse trailers from stdin
` [PATCH v9 06/11] trailer: put all the processing together and print
` [PATCH v9 07/11] trailer: add interpret-trailers command
` [PATCH v9 08/11] trailer: add tests for "git interpret-trailers"
` [PATCH v9 09/11] trailer: execute command from 'trailer.<name>.command'
` [PATCH v9 10/11] trailer: add tests for commands in config file
` [PATCH v9 11/11] Documentation: add documentation for 'git interpret-trailers'

Patch Series v3 for "use the $( ... ) construct for command substitution"
 2014-04-04 19:27 UTC  (5+ messages)

[PATCH] MSVC: allow using ExtUtils::MakeMaker
 2014-04-04 18:57 UTC  (2+ messages)

[PATCH 00/10] [RFC] pickaxe for function names
 2014-04-04 18:46 UTC  (10+ messages)
` [PATCH 03/10] diffcore-pickaxe.c: Refactor pickaxe_fn signature
` [PATCH 06/10] log: --function-name pickaxe
` [PATCH 09/10] t4213: test --function-name option

[PATCH v2 00/19] Multiparent diff tree-walker + combine-diff speedup
 2014-04-04 18:42 UTC  (4+ messages)
` [PATCH v2 18/19] tree-diff: rework diff_tree() to generate diffs for multiparent cases as well

Git stash: create stash even if he end up with an Error (lock file)
 2014-04-04 15:11 UTC 

[PATCH v2 00/27] Clean up update-refs --stdin and implement ref_transaction
 2014-04-04  5:02 UTC  (27+ messages)
` [PATCH v2 18/27] update-ref --stdin: Harmonize error messages
` [PATCH v2 19/27] refs: Add a concept of a reference transaction
` [PATCH v2 20/27] update-ref --stdin: Reimplement using reference transactions
` [PATCH v2 21/27] refs: Remove API function update_refs()
` [PATCH v2 22/27] struct ref_update: Rename field "ref_name" to "refname"
` [PATCH v2 23/27] struct ref_update: Store refname as a FLEX_ARRAY
` [PATCH v2 24/27] ref_transaction_commit(): Introduce temporary variables
` [PATCH v2 26/27] struct ref_update: Add type field

[PATCH V2 0/7] fix hunk editing with 'commit -p -m'
 2014-04-03 22:11 UTC  (2+ messages)

[PATCH v2 1/2] git-send-email: two new options: to-cover, cc-cover
 2014-04-03 21:24 UTC  (5+ messages)
` [PATCH v2 2/2] test/send-email: add to-cover test

[PATCH] gitweb.conf.txt: fix typo
 2014-04-03 20:49 UTC 

socket_perror() "bug"?
 2014-04-03 19:01 UTC  (4+ messages)

Git feature request: Option to force Git to abort a checkout if working directory is dirty (i.e. disregarding the check for conflicts)
 2014-04-03 18:42 UTC  (7+ messages)

Bug in git-diff output
 2014-04-03 18:10 UTC  (6+ messages)

What's cooking in git.git (Mar 2014, #08; Mon, 31)
 2014-04-03 17:15 UTC  (10+ messages)
      ` emacs buffer names

[PATCH v3 1/3] patch-id: make it stable against hunk reordering
 2014-04-03 15:42 UTC  (9+ messages)
` [PATCH v3 2/3] patch-id: document new behaviour

[ANNOUNCE] WinGit - native x86/x64 Git for Windows
 2014-04-03 15:03 UTC  (4+ messages)
  ` Fwd: "

[PATCH] update-ref: fail create operation over stdin if ref already exists
 2014-04-03 13:20 UTC  (3+ messages)

[PATCH 00/22] Lockfile refactoring and pre-activation
 2014-04-03 12:43 UTC  (55+ messages)
` [PATCH 01/22] t3204: test deleting references when lock files already exist
` [PATCH 02/22] try_merge_strategy(): remove redundant lock_file allocation
` [PATCH 03/22] rollback_lock_file(): do not clear filename redundantly
` [PATCH 04/22] rollback_lock_file(): set fd to -1
` [PATCH 05/22] lockfile: unlock file if lockfile permissions cannot be adjusted
` [PATCH 06/22] hold_lock_file_for_append(): release lock on errors
` [PATCH 07/22] lock_file(): always add lock_file object to lock_file_list
` [PATCH 08/22] struct lock_file: replace on_list field with flags field
` [PATCH 09/22] api-lockfile: expand the documentation
` [PATCH 10/22] lockfile.c: document the various states of lock_file objects
` [PATCH 11/22] lockfile: define a constant LOCK_SUFFIX_LEN
` [PATCH 12/22] delete_ref_loose(): don't muck around in the lock_file's filename
` [PATCH 13/22] config: change write_error() to take a (struct lock_file *) argument
` [PATCH 14/22] lockfile: use strbufs when handling (most) paths
` [PATCH 15/22] resolve_symlink(): use a strbuf internally
` [PATCH 16/22] commit_lock_file(): don't work with a fixed-length buffer
` [PATCH 17/22] lock_file(): exit early if lockfile cannot be opened
` [PATCH 18/22] lockfile: also keep track of the filename of the file being locked
` [PATCH 19/22] struct lock_file: rename lock_filename field to staging_filename
` [PATCH 20/22] remove_lock_file(): call rollback_lock_file()
` [PATCH 21/22] lockfile: extract a function reset_lock_file()
` [PATCH 22/22] lockfile: allow new file contents to be written while retaining lock

[PATCH] gitweb: Improve diffs when filenames contain problem characters
 2014-04-03  8:18 UTC 

Q: ".git/HEAD" and ".git/refs/heads"
 2014-04-03  8:04 UTC  (3+ messages)
  ` Antw: "

git-rebase-todo gets popped prematurely
 2014-04-02 22:37 UTC 

[RFC] git submodule split
 2014-04-02 21:52 UTC 

git commit vs. ignore-submodules
 2014-04-02 19:56 UTC  (15+ messages)
    ` [PATCH 1/2] commit: add --ignore-submodules[=<when>] parameter
        ` [PATCH v2] "
          ` [PATCH v2.1] "

[PATCH] rev-parse: fix typo in example on manpage
 2014-04-02 17:36 UTC  (3+ messages)

git-status -- trying to understand all possible states
 2014-04-02  8:31 UTC  (5+ messages)

fast-import deltas
 2014-04-02  4:13 UTC  (12+ messages)

[PATCH] t4212: handle systems with post-apocalyptic gmtime
 2014-04-01 21:28 UTC  (19+ messages)
                    ` [PATCH 1/2] date: recognize bogus FreeBSD gmtime output
                    ` [PATCH 2alt/2] work around unreliable gmtime errors on AIX

Repository formats
 2014-04-01 19:55 UTC  (2+ messages)

[PATCH v5 1/4] Documentation: Fix misuses of "nor"
 2014-04-01 19:04 UTC  (4+ messages)

[BUG?] git-revert ignores --no-commit on conflicts
 2014-04-01 13:24 UTC 

[fatal error] cannot pread pack file: Input/output error
 2014-04-01 12:45 UTC  (3+ messages)

git cascade and git forward-merge
 2014-04-01 10:41 UTC 

fetches with bitmaps enabled can cause accesses to already GC'd objects
 2014-04-01  7:54 UTC  (4+ messages)
` [PATCH] add `ignore_missing_links` mode to revwalk


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