git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-07-21 06:45:42 to 2014-07-24 04:43:35 UTC [more...]

[PATCH 0/5] coverity mixed bag
 2014-07-24  4:43 UTC  (6+ messages)
` [PATCH 1/5] receive-pack: don't copy "dir" parameter
` [PATCH 2/5] free ref string returned by dwim_ref
` [PATCH 3/5] transport: fix leaks in refs_from_alternate_cb
` [PATCH 4/5] fix memory leak parsing core.commentchar
` [PATCH 5/5] apply: avoid possible bogus pointer

confused about remote branch management
 2014-07-24  0:24 UTC  (9+ messages)

[PATCH 00/15] ref-transactions for reflogs
 2014-07-23 23:11 UTC  (19+ messages)
` [PATCH 01/15] refs.c make ref_transaction_create a wrapper to ref_transaction_update
` [PATCH 02/15] refs.c: make ref_transaction_delete a wrapper for ref_transaction_update
` [PATCH 03/15] refs.c: rename the transaction functions
` [PATCH 04/15] refs.c: add a new update_type field to ref_update
` [PATCH 05/15] refs.c: add a function to append a reflog entry to a fd
` [PATCH 06/15] lockfile.c: make hold_lock_file_for_append preserve meaningful errno
` [PATCH 07/15] refs.c: add a transaction function to append a reflog entry
` [PATCH 08/15] refs.c: add a flag to allow reflog updates to truncate the log
` [PATCH 09/15] refs.c: only write reflog update if msg is non-NULL
` [PATCH 10/15] refs.c: allow multiple reflog updates during a single transaction
` [PATCH 11/15] reflog.c: use a reflog transaction when writing during expire
` [PATCH 12/15] refs.c: rename log_ref_setup to create_reflog
` [PATCH 13/15] refs.c: make unlock_ref/close_ref/commit_ref static
` [PATCH 14/15] refs.c: remove lock_any_ref_for_update
` [PATCH 15/15] refs.c: allow deleting refs with a broken sha1

[PATCH] git p4 test: fix failure in 9814-git-p4-rename.sh Was: Re: Test failure in t9814-git-p4-rename.sh - my environment or bad test?
 2014-07-23 23:07 UTC  (2+ messages)

[PATCH 0/7] Rewrite `git_config()` using config-set API
 2014-07-23 22:34 UTC  (21+ messages)
` [PATCH 1/7] config.c: fix accuracy of line number in errors
` [PATCH 2/7] rewrite git_config() to use the config-set API
` [PATCH 3/7] add a test for semantic errors in config files
` [PATCH 4/7] add line number and file name info to `config_set`
` [PATCH 5/7] enforce `xfuncname` precedence over `funcname`
` [PATCH 6/7] config: add `git_die_config()` to the config-set API
` [PATCH 7/7] Add tests for `git_config_get_string()`

[PATCH] git-svn: Initialize SVN::Client with svn config instead of, auth for "git svn branch"
 2014-07-23 22:33 UTC  (2+ messages)

[PATCH] git-svn: doublecheck if really file or dir
 2014-07-23 22:04 UTC  (2+ messages)

[PATCH 1/4] completion: add missing terminator in case statement
 2014-07-23 21:31 UTC  (13+ messages)
` [PATCH v2 1/3] completion: complete "unstuck" `git push --recurse-submodules`
  ` [PATCH v2 2/3] completion: add some missing options to `git push`
  ` [PATCH v2 3/3] completion: complete `git push --force-with-lease=`

Test failure in t9814-git-p4-rename.sh - my environment or bad test?
 2014-07-23 21:26 UTC 

[PATCH 0/5] nd/multiple-work-trees follow-ups
 2014-07-23 21:22 UTC  (11+ messages)
` [PATCH 1/5] gitrepository-layout.txt: s/ignored/ignored if/
` [PATCH 2/5] prune --repos: fix uninitialized access
` [PATCH 3/5] checkout --to: no auto-detach if the ref is already checked out
` [PATCH 4/5] checkout --to: fix dangling pointers in remove_junk()
` [PATCH 5/5] environment.c: fix incorrect git_graft_file initialization

rebase flattens history when it shouldn't?
 2014-07-23 19:33 UTC  (3+ messages)

[PATCH/RFC] sparse: avoid sse2 code which renders sparse useless
 2014-07-23 19:09 UTC 

What's cooking in git.git (Jul 2014, #04; Tue, 22)
 2014-07-23 18:24 UTC  (5+ messages)

Unify subcommand structure; introduce double dashes for all subcommands?
 2014-07-23 17:52 UTC  (2+ messages)

[PATCH] config.c: change the function signature of `git_config_string()`
 2014-07-23 17:25 UTC  (10+ messages)

Bug in get_pwd_cwd() in Windows?
 2014-07-23 12:40 UTC  (4+ messages)

[PATCH 1/2] General Manpage: Switch homepage for stats
 2014-07-23 12:32 UTC  (2+ messages)
` [PATCH 2/2] .mailmap: Combine my emails

[PATCH] Make locked paths absolute when current directory is changed
 2014-07-23 11:55 UTC  (8+ messages)
` [PATCH v2 1/2] lockfile.c: remove PATH_MAX limitation (except in resolve_symlink)
  ` [PATCH v2 2/2] Make locked paths absolute when current directory is changed

[PATCH v6 00/32] Support multiple checkouts
 2014-07-23  8:02 UTC  (7+ messages)
` [PATCH v7 00/31] "
  ` [PATCH v7 11/31] $GIT_COMMON_DIR: a new environment variable
  ` [PATCH v7 23/31] checkout: clean up half-prepared directories in --to mode

Fuck this piece of shit software
 2014-07-23  2:10 UTC 

Git + mod_auth_kerb
 2014-07-23  1:59 UTC  (6+ messages)

[PATCH/RFC] git-svn: New flag to add a file in empty directories
 2014-07-23  0:06 UTC  (2+ messages)

[PATCH] Documentation: fix missing text for rev-parse --verify
 2014-07-22 23:41 UTC  (5+ messages)
    ` [PATCH v2] "

inotify support, nearly there
 2014-07-22 23:27 UTC  (4+ messages)

[PATCH] t7300: repair filesystem permissions with test_when_finished
 2014-07-22 22:53 UTC  (4+ messages)
` [RFH] "git clean" deletes excluded files in untracked directories

[PATCH 00/12] Use ref transactions part 3
 2014-07-22 21:46 UTC  (15+ messages)
` [PATCH 02/12] wrapper.c: add a new function unlink_or_msg
` [PATCH 05/12] refs.c: pass NULL as *flags to read_ref_full
` [PATCH 12/12] refs.c: fix handling of badly named refs

.gitignore and git stash -u
 2014-07-22 21:22 UTC  (2+ messages)

Two gitweb bugs related to javascript-actions
 2014-07-22 20:41 UTC 

[BUG] "git merge-file" mismerge
 2014-07-22 19:19 UTC 

[PATCH v10] tag: support configuring --sort via .gitconfig
 2014-07-22 17:32 UTC  (3+ messages)

[PATCH v3 0/6] git_config callers rewritten with the new config cache API
 2014-07-22 11:23 UTC  (26+ messages)
` [PATCH v3 1/6] alias.c: replace `git_config()` with `git_config_get_string()`
` [PATCH v3 2/6] branch.c: "
` [PATCH v3 3/6] imap-send.c: replace `git_config()` with `git_config_get_*()` family
` [PATCH v3 4/6] notes.c: replace `git_config()` with `git_config_get_value()`
` [PATCH v3 5/6] pager.c: "
` [PATCH v3 6/6] notes-util.c: "
` [PATCH/RFC] rewrite `git_default_config()` using config-set API functions

[PATCH v2 0/4] getcwd without PATH_MAX
 2014-07-22 10:43 UTC  (6+ messages)
` [PATCH v2 2/4] use strbuf_getcwd() to get the current working directory without fixed-sized buffers

OSX packages on git-scm.com broken on previous OSX versions?
 2014-07-22 10:41 UTC  (2+ messages)

scan.coverity: improve the modeling file of git.git
 2014-07-22  8:33 UTC  (2+ messages)

[PATCH 0/3] fix test suite with mingw-unicode patches
 2014-07-21 22:39 UTC  (16+ messages)
` [PATCH 0/6] mingw test fixes
  ` [PATCH 2/6] Disable t0110's high-bit test on Windows
        ` [PATCH] t0110/MinGW: skip tests that pass arbitrary bytes on the command line
  ` [PATCH 4/6] t4210: skip command-line encoding tests on mingw
        `  "
          ` [PATCH 2/2] test prerequisites: enumerate with commas

[PATCH] git-gui: Make git-gui lib dir configurable at runtime
 2014-07-21 21:57 UTC  (3+ messages)

[PATCH v2] git-gui: Make git-gui lib dir configurable at runime
 2014-07-21 20:41 UTC 

[PATCH v7 0/9] Add --graft option to git replace
 2014-07-21 20:09 UTC  (2+ messages)

[PATCH v4 0/1] http: Add Accept-Language header if possible
 2014-07-21 19:01 UTC  (3+ messages)
` [PATCH v4 1/1] "

Why C pure? What IDE/tools?
 2014-07-21 15:06 UTC 

[PATCH 00/13] mingw unicode environment
 2014-07-21 16:32 UTC  (4+ messages)
` [PATCH 02/13] Win32: Unicode environment (outgoing)
  ` [PATCH] fixup! "

[PATCH] checkout: indicate when a detached head is checked out for a branch
 2014-07-21 13:03 UTC  (5+ messages)

a more helpful message on "git status" output
 2014-07-21 10:20 UTC  (5+ messages)

[PATCH/RFH 0/3] stable priority-queue
 2014-07-21  9:07 UTC  (3+ messages)

[RFC/PATCH] avoid SIGPIPE warnings for aliases
 2014-07-21  6:45 UTC  (2+ messages)


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