Git Distributed Software Revision Control
Date Index
[
Prev Page
][
Next Page
]
Re: [PATCH 4/4] Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.
,
(continued)
Re: [PATCH 4/4] Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.
,
Matthieu Moy
Re: [PATCH 4/4] Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.
,
Junio C Hamano
Re: [PATCH 4/4] Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.
,
Junio C Hamano
Re: [PATCH 4/4] Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.
,
Matthieu Moy
Re: [PATCH 0/4] Allow Git repositories to be shared using POSIX ACLs
,
Junio C Hamano
[PATCH 1/6] Add a testcase for ACL with restrictive umask.
,
Matthieu Moy
[PATCH 5/6] git_mkstemps_mode: don't set errno to EINVAL on exit.
,
Matthieu Moy
[PATCH 6/6] Use git_mkstemp_mode instead of plain mkstemp to create object files
,
Matthieu Moy
[PATCH 4/6] Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.
,
Matthieu Moy
[PATCH 0/6 v3] Allow Git repositories to be shared using POSIX ACLs
,
Matthieu Moy
[PATCH 3/6] git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.
,
Matthieu Moy
[PATCH 2/6] Move gitmkstemps to path.c
,
Matthieu Moy
[BUG] girocco + git-svn: trunk is not propagated to master
,
Kirill Smelkov
Re: [BUG] girocco + git-svn: trunk is not propagated to master
,
Miklos Vajna
Re: [BUG] girocco + git-svn: trunk is not propagated to master
,
Kirill Smelkov
[PATCH] Teach Girocco to mirror http:// style SVN repos
,
Kirill Smelkov
[PATCH 0/3] girocco + git-svn: trunk is not propagated to master + more... (resend)
,
Kirill Smelkov
[PATCH 2/3] taskd/clone: quote shell metacharacters where appropriate
,
Kirill Smelkov
[PATCH 3/3] Teach Girocco to mirror http:// style SVN repos
,
Kirill Smelkov
Re: [PATCH 3/3] Teach Girocco to mirror http:// style SVN repos
,
Petr Baudis
Re: [PATCH 3/3] Teach Girocco to mirror http:// style SVN repos
,
Kirill Smelkov
Re: [PATCH 3/3] Teach Girocco to mirror http:// style SVN repos
,
Petr Baudis
Re: [PATCH 3/3] Teach Girocco to mirror http:// style SVN repos
,
Kirill Smelkov
[PATCH 1/3] taskd/clone: Don't forget to use 'git config --add' for multivars setup
,
Kirill Smelkov
Is git over http (git-http-push) ready for production ?
,
Fabien
Re: Is git over http (git-http-push) ready for production ?
,
Tay Ray Chuan
Re: Is git over http (git-http-push) ready for production ?
,
Matthieu Moy
Re: Is git over http (git-http-push) ready for production ?
,
Ilari Liusvaara
Re: Is git over http (git-http-push) ready for production ?
,
Fabien
Re: Is git over http (git-http-push) ready for production ?
,
Shawn Pearce
[PATCH v2 0/7] Re: 'git svn log' no longer uses the pager
,
Jonathan Nieder
[PATCH 1/7] Fix 'git var' usage synopsis
,
Jonathan Nieder
[PATCH 2/7] Make 'git var GIT_PAGER' always print the configured pager
,
Jonathan Nieder
[PATCH 3/7] git.1: Clarify the behavior of the --paginate option
,
Jonathan Nieder
[PATCH 4/7] git svn: Fix launching of pager
,
Jonathan Nieder
[PATCH 5/7] am: Fix launching of pager
,
Jonathan Nieder
[PATCH 6/7] tests: Add tests for automatic use of pager
,
Jonathan Nieder
Re: [PATCH 6/7] tests: Add tests for automatic use of pager
,
Junio C Hamano
[PATCH v2 6/7] tests: Add tests for automatic use of pager
,
Jonathan Nieder
[PATCH v4 7/7] t7006-pager: if stdout is not a terminal, make a new one
,
Jonathan Nieder
Re: [PATCH v4 7/7] t7006-pager: if stdout is not a terminal, make a new one
,
Jeff King
Re: [PATCH v2 6/7] tests: Add tests for automatic use of pager
,
Johannes Sixt
[PATCH 8/7] tests: Fix race condition in t7006-pager
,
Jonathan Nieder
Re: [PATCH 8/7] tests: Fix race condition in t7006-pager
,
Jonathan Nieder
[PATCH/RFC 7/7] t7006-pager: if stdout is not a terminal, make a new one
,
Jonathan Nieder
Re: [PATCH/RFC 7/7] t7006-pager: if stdout is not a terminal, make a new one
,
Jeff King
Re: [PATCH/RFC 7/7] t7006-pager: if stdout is not a terminal, make a new one
,
Jonathan Nieder
Re: [PATCH/RFC 7/7] t7006-pager: if stdout is not a terminal, make a new one
,
Jeff King
Re: [PATCH/RFC 7/7] t7006-pager: if stdout is not a terminal, make a new one
,
Brandon Casey
Re: [PATCH/RFC 7/7] t7006-pager: if stdout is not a terminal, make a new one
,
Brandon Casey
Re: [PATCH/RFC 7/7] t7006-pager: if stdout is not a terminal, make a new one
,
Jonathan Nieder
Re: [PATCH/RFC 7/7] t7006-pager: if stdout is not a terminal, make a new one
,
Brandon Casey
[PATCH v2 7/7] t7006-pager: if stdout is not a terminal, make a new one
,
Jonathan Nieder
Re: [PATCH v2 7/7] t7006-pager: if stdout is not a terminal, make a new one
,
Junio C Hamano
[PATCH v3 7/7] t7006-pager: if stdout is not a terminal, make a new one
,
Jonathan Nieder
[PATCH squash] Simplify test-terminal.perl
,
Jonathan Nieder
'git add' regression in git-1.7?
,
SungHyun Nam
Re: 'git add' regression in git-1.7?
,
Avery Pennarun
Re: 'git add' regression in git-1.7?
,
SungHyun Nam
Re: 'git add' regression in git-1.7?
,
Avery Pennarun
Re: 'git add' regression in git-1.7?
,
Jeff King
Re: 'git add' regression in git-1.7?
,
Jeff King
Re: 'git add' regression in git-1.7?
,
Jeff King
Re: 'git add' regression in git-1.7?
,
Junio C Hamano
[PATCH] add: fail "git add ignored-dir/file" without -f
,
Junio C Hamano
[PATCH 1/3] t0050: mark non-working test as such
,
Junio C Hamano
Re: 'git add' regression in git-1.7?
,
Jeff King
Re: 'git add' regression in git-1.7?
,
Jeff King
Re: 'git add' regression in git-1.7?
,
Junio C Hamano
Re: 'git add' regression in git-1.7?
,
Jeff King
Re: 'git add' regression in git-1.7?
,
Junio C Hamano
Re: 'git add' regression in git-1.7?
,
Jeff King
Re: 'git add' regression in git-1.7?
,
Junio C Hamano
[PATCH resend] Documentation: pack-objects: Clarify --local's semantics.
,
Nelson Elhage
Re: [PATCH resend] Documentation: pack-objects: Clarify --local's semantics.
,
Junio C Hamano
Add new option in the right click menu in git gui
,
Sylvain Rabot
Re: Add new option in the right click menu in git gui
,
Heiko Voigt
Re: Add new option in the right click menu in git gui
,
Sylvain Rabot
Re: Add new option in the right click menu in git gui
,
Bert Wesarg
Re: Re: Add new option in the right click menu in git gui
,
Heiko Voigt
16gig 350,000 file git repo
,
Bill Lear
Re: 16gig 350,000 file git repo
,
Bill Lear
Is there something like a git format-patch --squash?
,
Avery Pennarun
Re: Is there something like a git format-patch --squash?
,
Avery Pennarun
Re: Is there something like a git format-patch --squash?
,
Jeff King
Re: Is there something like a git format-patch --squash?
,
Avery Pennarun
[RFC] (reverse) combined diff conflict style
,
Bert Wesarg
Re: [RFC] (reverse) combined diff conflict style
,
Junio C Hamano
Message not available
Message not available
Re: [RFC] (reverse) combined diff conflict style
,
Bert Wesarg
[RFD] Deepen the git directory structure a bit.
,
Linus Torvalds
Re: [RFD] Deepen the git directory structure a bit.
,
Junio C Hamano
Re: [RFD] Deepen the git directory structure a bit.
,
Avery Pennarun
Re: [RFD] Deepen the git directory structure a bit.
,
Linus Torvalds
Re: [RFD] Deepen the git directory structure a bit.
,
Linus Torvalds
Re: [RFD] Deepen the git directory structure a bit.
,
Christian MICHON
Re: [RFD] Deepen the git directory structure a bit.
,
Pavan Kumar Sunkara
Re: [RFD] Deepen the git directory structure a bit.
,
Linus Torvalds
Re: [RFD] Deepen the git directory structure a bit.
,
Junio C Hamano
Re: [RFD] Deepen the git directory structure a bit.
,
Fabian Kössel
Re: [RFD] Deepen the git directory structure a bit.
,
Junio C Hamano
RFD: git-bzr: anyone interested?
,
Gabriel Filion
Re: RFD: git-bzr: anyone interested?
,
Sverre Rabbelier
Re: RFD: git-bzr: anyone interested?
,
Gabriel Filion
Re: RFD: git-bzr: anyone interested?
,
Sverre Rabbelier
Re: RFD: git-bzr: anyone interested?
,
Gabriel
Re: RFD: git-bzr: anyone interested?
,
Sverre Rabbelier
Writing git remote helpers
,
Gabriel
Re: RFD: git-bzr: anyone interested?
,
Gabriel Filion
Re: RFD: git-bzr: anyone interested?
,
Ilari Liusvaara
Re: RFD: git-bzr: anyone interested?
,
Gabriel Filion
Re: RFD: git-bzr: anyone interested?
,
Ilari Liusvaara
Re: RFD: git-bzr: anyone interested?
,
Gabriel Filion
Re: RFD: git-bzr: anyone interested?
,
Ilari Liusvaara
Re: RFD: git-bzr: anyone interested?
,
Chris Packham
Re: RFD: git-bzr: anyone interested?
,
Dmitrijs Ledkovs
Re: RFD: git-bzr: anyone interested?
,
Chris Packham
Re: RFD: git-bzr: anyone interested?
,
Miles Bader
Re: RFD: git-bzr: anyone interested?
,
Gabriel Filion
Re: RFD: git-bzr: anyone interested?
,
Dmitrijs Ledkovs
Re: RFD: git-bzr: anyone interested?
,
Chris Packham
Re: RFD: git-bzr: anyone interested?
,
Chris Packham
Re: RFD: git-bzr: anyone interested?
,
Dmitrijs Ledkovs
Re: RFD: git-bzr: anyone interested?
,
Conrad Parker
Re: RFD: git-bzr: anyone interested?
,
Miles Bader
Re: RFD: git-bzr: anyone interested?
,
Gabriel Filion
Re: RFD: git-bzr: anyone interested?
,
Miles Bader
git-archimport (was: Re: RFD: git-bzr: anyone interested?)
,
Jakub Narebski
Re: git-archimport
,
Matthieu Moy
Re: RFD: git-bzr: anyone interested?
,
Felipe Contreras
Re: RFD: git-bzr: anyone interested?
,
Gabriel Filion
'git mailinfo' whitespace bug
,
Linus Torvalds
[PATCH] mailinfo: don't trim whitespace in the commit message
,
Lukas Sandström
Re: 'git mailinfo' whitespace bug
,
Junio C Hamano
Re: 'git mailinfo' whitespace bug
,
Don Zickus
Re: 'git mailinfo' whitespace bug
,
Junio C Hamano
git-svn checksum mismatch
,
Jason Baker
<Possible follow-ups>
Re: git-svn checksum mismatch
,
Eric Wong
git-svn checksum mismatch
,
Reynald Borer
Re: git-svn checksum mismatch
,
Reynald Borer
Re: git-svn checksum mismatch
,
Patrick Doyle
Re: git-svn checksum mismatch
,
Reynald Borer
[RFC/PATCH 0/3] git-gui: Don’t trigger garbage collection warning so easily
,
Jonathan Nieder
[PATCH 1/3] git-gui: factor out too_many_loose_objects routine from hint_gc
,
Jonathan Nieder
[PATCH/RFC 2/3] git-gui: Do not hold the user hostage with a full gc at startup
,
Jonathan Nieder
[PATCH/RFC 3/3] git-gui: Do not suggest a gc if gc --auto would not do it
,
Jonathan Nieder
Re: [PATCH/RFC 3/3] git-gui: Do not suggest a gc if gc --auto would not do it
,
Jonathan Nieder
Re: [RFC/PATCH 0/3] git-gui: Don’t trigger garbage collection warning so easily
,
Johannes Sixt
[PATCH 00/10] teach --progress to transport-related builtins
,
Tay Ray Chuan
[PATCH 01/10] Documentation/git-pull.txt: mention --quiet and --verbose for fetching
,
Tay Ray Chuan
Re: [PATCH 01/10] Documentation/git-pull.txt: mention --quiet and --verbose for fetching
,
Junio C Hamano
Re: [PATCH 01/10] Documentation/git-pull.txt: mention --quiet and --verbose for fetching
,
Tay Ray Chuan
[PATCH 02/10] Documentation/git-push.txt: put --quiet before --verbose
,
Tay Ray Chuan
[PATCH 03/10] fetch: refactor verbosity option handling into transport.[ch]
,
Tay Ray Chuan
[PATCH 04/10] push: support multiple levels of verbosity
,
Tay Ray Chuan
[PATCH 05/10] clone: support multiple levels of verbosity
,
Tay Ray Chuan
[PATCH 06/10] transport->progress: use flag authoritatively
,
Tay Ray Chuan
[PATCH 07/10] push: learn --progress
,
Tay Ray Chuan
[PATCH 08/10] fetch: learn --progress
,
Tay Ray Chuan
[PATCH 10/10] transport: update flags to be in running order
,
Tay Ray Chuan
[PATCH 09/10] pull: learn --progress
,
Tay Ray Chuan
Re: [PATCH 00/10] teach --progress to transport-related builtins
,
Junio C Hamano
Re: [PATCH 00/10] teach --progress to transport-related builtins
,
Tay Ray Chuan
Re: [PATCH 00/10] teach --progress to transport-related builtins
,
Jeff King
How to create patches for a merge?
,
Geoffrey Lee
Re: How to create patches for a merge?
,
Junio C Hamano
Re: How to create patches for a merge?
,
Jeff King
Re: How to create patches for a merge?
,
Geoffrey Lee
Re: How to create patches for a merge?
,
Clemens Buchacher
git-http-push (git v1.5) problems with DAVLockDB on reiserfs FS
,
Fabien
Re: git-http-push (git v1.5) problems with DAVLockDB on reiserfs FS
,
Tay Ray Chuan
Re: git-http-push (git v1.5) problems with DAVLockDB on reiserfs FS
,
Fabien
Bug Report ( including test script ): Non-Fastforward merges misses directory deletion
,
Sebastian Thiel
Re: Bug Report ( including test script ): Non-Fastforward merges misses directory deletion
,
Sebastian Thiel
Re: Bug Report ( including test script ): Non-Fastforward merges misses directory deletion
,
Jeff King
Re: Bug Report ( including test script ): Non-Fastforward merges misses directory deletion
,
Junio C Hamano
Re: Bug Report ( including test script ): Non-Fastforward merges misses directory deletion
,
Alex Riesen
[PATCH] Added hint about using .gitignore in git status while printing untracked files
,
Pavan Kumar Sunkara
Re: [PATCH] Added hint about using .gitignore in git status while printing untracked files
,
Peter Krefting
Re: [PATCH] Added hint about using .gitignore in git status while printing untracked files
,
Michael J Gruber
Re: [PATCH] Added hint about using .gitignore in git status while printing untracked files
,
Pavan Kumar Sunkara
Using trees for metatagging
,
martin f krafft
Re: Using trees for metatagging
,
Avery Pennarun
Re: Using trees for metatagging
,
martin f krafft
Re: Using trees for metatagging
,
Johan Herland
Re: Using trees for metatagging
,
martin f krafft
Re: Using trees for metatagging
,
Avery Pennarun
Re: Using trees for metatagging
,
martin f krafft
Re: Using trees for metatagging
,
Avery Pennarun
Re: Using trees for metatagging
,
Johan Herland
Re: RFD: best way to automatically rewrite a git DAG as a linear history? [correction]
,
Jon Seymour
RFD: best way to automatically rewrite a git DAG as a linear history?
,
Jon Seymour
Re: RFD: best way to automatically rewrite a git DAG as a linear history?
,
Jeff King
Re: RFD: best way to automatically rewrite a git DAG as a linear history?
,
Avery Pennarun
Re: RFD: best way to automatically rewrite a git DAG as a linear history?
,
Jon Seymour
Re: RFD: best way to automatically rewrite a git DAG as a linear history?
,
Avery Pennarun
Re: RFD: best way to automatically rewrite a git DAG as a linear history?
,
Jon Seymour
Re: RFD: best way to automatically rewrite a git DAG as a linear history?
,
Avery Pennarun
Re: RFD: best way to automatically rewrite a git DAG as a linear history?
,
Jon Seymour
Re: RFD: best way to automatically rewrite a git DAG as a linear history?
,
Avery Pennarun
Re: RFD: best way to automatically rewrite a git DAG as a linear history?
,
Jon Seymour
Re: RFD: best way to automatically rewrite a git DAG as a linear history?
,
Jon Seymour
[PATCH] show help message also for aliased commands
,
Patrick Sudowe
Re: [PATCH] show help message also for aliased commands
,
Junio C Hamano
Re: [PATCH] show help message also for aliased commands
,
Jeff King
[RFC/PATCH] gitweb: Syntax highlighting support
,
Jakub Narebski
Re: [RFC/PATCH] gitweb: Syntax highlighting support
,
Johannes Schindelin
Re: [RFC/PATCH] gitweb: Syntax highlighting support
,
Jakub Narebski
Re: [RFC/PATCH] gitweb: Syntax highlighting support
,
Jakub Narebski
What's cooking in git.git (Feb 2010, #04; Wed, 17)
,
Junio C Hamano
Re: What's cooking in git.git (Feb 2010, #04; Wed, 17)
,
Nguyen Thai Ngoc Duy
'git status' on NFS performance regression in 1.7.0
,
James Pickens
Re: 'git status' on NFS performance regression in 1.7.0
,
Junio C Hamano
Re: 'git status' on NFS performance regression in 1.7.0
,
Junio C Hamano
Re: 'git status' on NFS performance regression in 1.7.0
,
James Pickens
Re: 'git status' on NFS performance regression in 1.7.0
,
Junio C Hamano
Re: 'git status' on NFS performance regression in 1.7.0
,
Peter Krefting
[PATCH] import-tars: properly import git-archive tarballs
,
Gabriel
Re: [PATCH] import-tars: properly import git-archive tarballs
,
Peter Krefting
Re: [PATCH] import-tars: properly import git-archive tarballs
,
Gabriel
[PATCH] import-tars: Make it possible to include the original commit ID
,
Peter Krefting
[PATCH] import-tars: Make it possible to include the original commit ID
,
Gabriel
Re: [PATCH] import-tars: Make it possible to include the original commit ID
,
Peter Krefting
Possible bug with git status in 1.7.0
,
Sergio
Re: Possible bug with git status in 1.7.0
,
Junio C Hamano
Re: Possible bug with git status in 1.7.0
,
Sergio Callegari
Re: Possible bug with git status in 1.7.0
,
Jens Lehmann
Re: Possible bug with git status in 1.7.0
,
Sergio Callegari
Re: Possible bug with git status in 1.7.0
,
Jens Lehmann
Re: Possible bug with git status in 1.7.0
,
Sergio Callegari
[PATCH 0/6] fast-import updates
,
Nicolas Pitre
[PATCH 1/6] fast-import: start using struct pack_idx_entry
,
Nicolas Pitre
[PATCH 3/6] fast-import: use write_idx_file() instead of custom code
,
Nicolas Pitre
[PATCH 5/6] fast-import: honor pack.indexversion and pack.packsizelimit config vars
,
Nicolas Pitre
[PATCH 4/6] fast-import: make default pack size unlimited
,
Nicolas Pitre
[PATCH 6/6] fast-import: use the diff_delta() max_delta_size argument
,
Nicolas Pitre
[PATCH 2/6] fast-import: use sha1write() for pack data
,
Nicolas Pitre
Re: [PATCH 0/6] fast-import updates
,
Shawn O. Pearce
Re: [PATCH 0/6] fast-import updates
,
Junio C Hamano
Host refs to push are chosen (documentation error)?
,
Andrey Borzenkov
Re: Host refs to push are chosen (documentation error)?
,
Tay Ray Chuan
Re: Host refs to push are chosen (documentation error)?
,
Avery Pennarun
Re: Host refs to push are chosen (documentation error)?
,
Jeff King
Re: Host refs to push are chosen (documentation error)?
,
Avery Pennarun
Re: Host refs to push are chosen (documentation error)?
,
Jeff King
Re: Host refs to push are chosen (documentation error)?
,
Junio C Hamano
Re: Host refs to push are chosen (documentation error)?
,
Jeff King
Re: Host refs to push are chosen (documentation error)?
,
Junio C Hamano
Re: Host refs to push are chosen (documentation error)?
,
Jeff King
Re: Host refs to push are chosen (documentation error)?
,
Junio C Hamano
Re: Host refs to push are chosen (documentation error)?
,
Andrey Borzenkov
[BUG] git-gui blame: "Show History Context" is broken
,
Kirill Smelkov
[PATCH] Handle failure of core.worktree to identify the working directory.
,
Pat Thoyts
Re: [PATCH] Handle failure of core.worktree to identify the working directory.
,
Kirill Smelkov
[PATCH] Add `[decorate]' configuration section.
,
Steven Drake
Re: [PATCH] Add `[decorate]' configuration section.
,
Junio C Hamano
Re* [PATCH] Add `[decorate]' configuration section.
,
Junio C Hamano
Re: Re* [PATCH] Add `[decorate]' configuration section.
,
Heiko Voigt
Re: Re* [PATCH] Add `[decorate]' configuration section.
,
Thomas Rast
Re: Re* [PATCH] Add `[decorate]' configuration section.
,
Junio C Hamano
Re: [PATCH] Add `[decorate]' configuration section.
,
Steven Drake
Re: [PATCH] Add `[decorate]' configuration section.
,
Junio C Hamano
Re: [PATCH] Add `[decorate]' configuration section.
,
Steven Drake
Re: [PATCH] Add `[decorate]' configuration section.
,
Steven Drake
[RFC/PATCH 3/3] t3417: Add test cases for "rebase --whitespace=fix"
,
Björn Gustavsson
[RFC/PATCH 2/3] t4124: Add additional tests of --whitespace=fix
,
Björn Gustavsson
[RFC/PATCH 1/3] apply: Allow blank context lines to match beyond EOF
,
Björn Gustavsson
Re: [RFC/PATCH 1/3] apply: Allow blank context lines to match beyond EOF
,
Junio C Hamano
Re: [RFC/PATCH 1/3] apply: Allow blank context lines to match beyond EOF
,
Björn Gustavsson
[RFC/PATCH 0/3] More fool-proof "git rebase --whitespace=fix"
,
Björn Gustavsson
[PATCHv2] Add an optional argument for --color options
,
Mark Lodato
Re: [PATCHv2] Add an optional argument for --color options
,
Stephen Boyd
Git svn fetches entire trunk on tags (change from 1.6.5.2 to 1.7.0)
,
Robert Zeh
Re: Git svn fetches entire trunk on tags (change from 1.6.5.2 to 1.7.0)
,
Eric Wong
<Possible follow-ups>
Re: Git svn fetches entire trunk on tags (change from 1.6.5.2 to 1.7.0)
,
Robert Zeh
Re: Git svn fetches entire trunk on tags (change from 1.6.5.2 to 1.7.0)
,
Eric Wong
Re: Git svn fetches entire trunk on tags (change from 1.6.5.2 to 1.7.0)
,
Robert Zeh
[PATCH 1/2] Add `init.templatedir` configuration variable.
,
Steven Drake
[PATCH 2/2] Add a "TEMPLATE DIRECTORY" section to git-init[1].
,
Steven Drake
Re: [PATCH 1/2] Add `init.templatedir` configuration variable.
,
Junio C Hamano
[PATCH] Add `log.decorate' configuration variable.
,
Steven Drake
Re: [PATCH] Add `log.decorate' configuration variable.
,
Junio C Hamano
Re: [PATCH] Add `log.decorate' configuration variable.
,
Steven Drake
Re: [PATCH] Add `log.decorate' configuration variable.
,
Junio C Hamano
Re: [PATCH] Add `log.decorate' configuration variable.
,
Steven Drake
Re: [PATCH] Add `log.decorate' configuration variable.
,
Junio C Hamano
Re: [PATCH] Add `log.decorate' configuration variable.
,
Bert Wesarg
Re* [PATCH] Add `log.decorate' configuration variable.
,
Junio C Hamano
Re: [PATCH] Add `log.decorate' configuration variable.
,
Heiko Voigt
[PATCH] Add 'git format-patch --to=' option and 'format.to' configuration variable.
,
Steven Drake
Re: [PATCH] Add 'git format-patch --to=' option and 'format.to' configuration variable.
,
Junio C Hamano
Re: [PATCH] Add 'git format-patch --to=' option and 'format.to' configuration variable.
,
Steven Drake
Re: [PATCH] Add 'git format-patch --to=' option and 'format.to' configuration variable.
,
Junio C Hamano
Re: [PATCH] Add 'git format-patch --to=' option and 'format.to' configuration variable.
,
Steven Drake
Re: [PATCH] Add 'git format-patch --to=' option and 'format.to' configuration variable.
,
Junio C Hamano
Re: [PATCH] Add 'git format-patch --to=' option and 'format.to' configuration variable.
,
Peter Krefting
[PATCH v3 0/4] Refactoring: remove duplicated code
,
Michael Lukashov
[PATCH v3 1/4] Refactoring: remove duplicated code from builtin-send-pack.c and transport.c
,
Michael Lukashov
Re: [PATCH v3 1/4] Refactoring: remove duplicated code from builtin-send-pack.c and transport.c
,
Tay Ray Chuan
[PATCH v3 2/4] Refactoring: connect.c: move duplicated code to a new function 'get_host_and_port'
,
Michael Lukashov
Re: [PATCH v3 2/4] Refactoring: connect.c: move duplicated code to a new function 'get_host_and_port'
,
Larry D'Anna
Re: [PATCH v3 2/4] Refactoring: connect.c: move duplicated code to a new function 'get_host_and_port'
,
Michael Lukashov
[PATCH v4 2/4] Refactoring: connect.c: move duplicated code to a new function 'get_host_and_port'
,
Michael Lukashov
Re: [PATCH v3 2/4] Refactoring: connect.c: move duplicated code to a new function 'get_host_and_port'
,
Junio C Hamano
[PATCH v3 3/4] Refactoring: move duplicated code from builtin-pack-objects.c and fast-import.c to sha1_file.c
,
Michael Lukashov
[PATCH v3 4/4] Refactoring: move duplicated code from builtin-checkout.c and merge-recursive.c to xdiff-interface.c
,
Michael Lukashov
[RFC PATCHv3 00/10] gitweb: Simple file based output caching
,
Jakub Narebski
[RFC PATCHv3 01/10] gitweb: href(..., -path_info => 0|1)
,
Jakub Narebski
[RFC PATCHv3 02/10] gitweb/cache.pm - Very simple file based cache
,
Jakub Narebski
[RFC PATCHv3 03/10] gitweb/cache.pm - Stat-based cache expiration
,
Jakub Narebski
[RFC PATCHv3 07/10] gitweb/cache.pm - Use locking to avoid 'cache miss stampede' problem
,
Jakub Narebski
[RFC PATCHv3 09/10] gitweb/cache.pm - Regenerate (refresh) cache in background
,
Jakub Narebski
[RFC PATCHv3 05/10] gitweb/cache.pm - Adaptive cache expiration time
,
Jakub Narebski
[RFC PATCHv3 06/10] gitweb: Use CHI compatibile (compute method) caching
,
Jakub Narebski
[RFC PATCHv3 10/10] gitweb: Show appropriate "Generating..." page when regenerating cache
,
Jakub Narebski
[RFC PATCHv3 04/10] gitweb: Use Cache::Cache compatibile (get, set) output caching
,
Jakub Narebski
[RFC PATCHv3 08/10] gitweb/cache.pm - Serve stale data when waiting for filling cache
,
Jakub Narebski
Re: [RFC PATCHv3 00/10] gitweb: Simple file based output caching
,
J.H.
Re: [RFC PATCHv3 00/10] gitweb: Simple file based output caching
,
Jakub Narebski
gitweb: Simple file based output caching TODO (was: Re: [RFC PATCHv3 00/10] gitweb: Simple file based output caching)
,
Jakub Narebski
Re: gitweb: Simple file based output caching TODO
,
Jakub Narebski
Re: gitweb: Simple file based output caching TODO (was: Re: [RFC PATCHv3 00/10] gitweb: Simple file based output caching)
,
Petr Baudis
[WIP PATCH 00/26] Git setup cleanup series
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 01/26] rev-parse --git-dir: print relative gitdir correctly
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 03/26] Save setup_git_dir* info globally for later use
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 04/26] Add GIT_HARDENED_SETUP to detect gitdir/worktree related mis-setup errors
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 05/26] enter_repo(): use setup_git_directory_gently internally
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 06/26] Tweak init/clone to work properly with GIT_HARDENED_SETUP=1
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 07/26] Support running setup_git_dir_gently() from the beginning for builtin commands
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 09/26] hash-object: move gitdir setup to run_builtin()
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 08/26] config: move up gitdir setup to run_builtin()
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 11/26] Do not look for .git/info/exclude when gitdir is not set up
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 13/26] USE_PAGER should not be used without RUN_SETUP*
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 15/26] archive: move up gitdir setup to run_builtin()
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 22/26] help: move up gitdir setup to run_builtin()
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 24/26] var: move up gitdir setup to run_builtin()
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 12/26] grep: move up gitdir setup to run_builtin()
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 10/26] shortlog: move up gitdir setup to run_builtin()
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 14/26] Do not try to read $GIT_DIR/info/attributes if there is no repository
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 02/26] setup_git_directory*: Explicitly set git dir
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 16/26] mailinfo: move up gitdir setup to run_builtin()
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 23/26] ls-remote: move up gitdir setup to run_builtin()
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 21/26] diff: move up gitdir setup to run_builtin()
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 19/26] apply: move up gitdir setup to run_builtin()
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 25/26] merge-file: move up gitdir setup to run_builtin()
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 20/26] bundle: move up gitdir setup to run_builtin()
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 18/26] verify-pack: set up gitdir gently
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 17/26] check-ref-format: setup gitdir gently
,
Nguyễn Thái Ngọc Duy
[WIP PATCH 26/26] Turn on GIT_HARDENED_SETUP for the whole test suite
,
Nguyễn Thái Ngọc Duy
make test fails with git 1.7.0 on my debian
,
Sylvain Rabot
Re: make test fails with git 1.7.0 on my debian
,
Robin H. Johnson
Re: make test fails with git 1.7.0 on my debian
,
Sylvain Rabot
Re: make test fails with git 1.7.0 on my debian
,
Sylvain Rabot
Git Submodule Usage Pattern
,
Tim Visher
Re: Git Submodule Usage Pattern
,
Avery Pennarun
Re: Git Submodule Usage Pattern
,
Andreas Krey
Re: Git Submodule Usage Pattern
,
Avery Pennarun
[RFC] git clone --checkout <branch>
,
Tay Ray Chuan
Re: [RFC] git clone --checkout <branch>
,
Jeff King
Re: [RFC] git clone --checkout <branch>
,
Tay Ray Chuan
[patch] git svn slowness on win32
,
josh robb
Re: [patch] git svn slowness on win32
,
Johannes Schindelin
Re: [patch] git svn slowness on win32
,
Eric Wong
[PATCH] git-p4: fix bug in symlink handling
,
Evan Powers
Re: [PATCH] git-p4: fix bug in symlink handling
,
Pete Wyckoff
Re: [PATCH] git-p4: fix bug in symlink handling
,
Junio C Hamano
Fatal error running status in new repo
,
Jacob Helwig
Re: Fatal error running status in new repo
,
Jeff King
Re: Fatal error running status in new repo
,
Jacob Helwig
Re: Fatal error running status in new repo
,
Jeff King
[PATCH] dwim_ref: fix dangling symref warning
,
Jeff King
Re: Fatal error running status in new repo
,
Jeff King
[PATCH] submodule summary: Don't barf when invoked in an empty repo
,
Johan Herland
Re: [PATCH] submodule summary: Don't barf when invoked in an empty repo
,
Jeff King
[PATCH 1/2] bugfix: segfault on git diff --output=/bad/path
,
Larry D'Anna
[PATCH 2/2] bugfix: git diff --quiet -w never returns with exit status 1
,
Larry D'Anna
Re: [PATCH 2/2] bugfix: git diff --quiet -w never returns with exit status 1
,
Junio C Hamano
Re: [PATCH 2/2] bugfix: git diff --quiet -w never returns with exit status 1
,
Larry D'Anna
[PATCH 2/2] bugfix: git diff --quiet -w never returns with exit status 1
,
Larry D'Anna
[PATCH] Skip t1300.70 and 71 on msysGit.
,
Pat Thoyts
Re: [msysGit] [PATCH] Skip t1300.70 and 71 on msysGit.
,
Johannes Schindelin
git fetch origin hanging in 1.7.0
,
Kevin Menard
Re: git fetch origin hanging in 1.7.0
,
Jeff King
Re: git fetch origin hanging in 1.7.0
,
Tay Ray Chuan
Re: git fetch origin hanging in 1.7.0
,
Jeff King
Re: git fetch origin hanging in 1.7.0
,
Tay Ray Chuan
Re: git fetch origin hanging in 1.7.0
,
Kevin Menard
Re: git fetch origin hanging in 1.7.0
,
Ilari Liusvaara
[PATCH v2 0/4] Refactoring: remove duplicated code
,
Michael Lukashov
[PATCH v2 2/4] Refactoring: connect.c: move duplicated code to get_host_and_port
,
Michael Lukashov
Re: [PATCH v2 2/4] Refactoring: connect.c: move duplicated code to get_host_and_port
,
Larry D'Anna
[PATCH v2 3/4] Refactoring: move duplicated code from builtin-pack-objects.c and fast-import.c to object.c
,
Michael Lukashov
Re: [PATCH v2 3/4] Refactoring: move duplicated code from builtin-pack-objects.c and fast-import.c to object.c
,
Junio C Hamano
[PATCH v2 4/4] Refactoring: remove duplicated code from builtin-checkout.c and merge-recursive.c
,
Michael Lukashov
Re: [PATCH v2 4/4] Refactoring: remove duplicated code from builtin-checkout.c and merge-recursive.c
,
Junio C Hamano
[PATCH v2 1/4] Refactoring: remove duplicated code from builtin-send-pack.c and transport.c
,
Michael Lukashov
Re: [PATCH v2 1/4] Refactoring: remove duplicated code from builtin-send-pack.c and transport.c
,
Tay Ray Chuan
Re: [PATCH v2 1/4] Refactoring: remove duplicated code from builtin-send-pack.c and transport.c
,
Jeff King
[PATCH] Remove hyphen from "git-command" in two error messages
,
Pete Harlan
Re: [PATCH/Fixed Wrap] Remove hyphen from "git-command" in two error messages
,
Pete Harlan
Re: [PATCH/Fixed Wrap] Remove hyphen from "git-command" in two error messages
,
Junio C Hamano
[PATCH] fix threaded grep for machines with only one cpu
,
Heiko Voigt
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Johannes Schindelin
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Junio C Hamano
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Junio C Hamano
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Junio C Hamano
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Junio C Hamano
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Fredrik Kuivinen
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Johannes Schindelin
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Junio C Hamano
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Johannes Schindelin
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Junio C Hamano
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Nicolas Pitre
Re: Re: [PATCH] fix threaded grep for machines with only one cpu
,
Heiko Voigt
Re: Re: [PATCH] fix threaded grep for machines with only one cpu
,
Johannes Schindelin
Re: Re: [PATCH] fix threaded grep for machines with only one cpu
,
Heiko Voigt
Re: Re: [PATCH] fix threaded grep for machines with only one cpu
,
Nicolas Pitre
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Junio C Hamano
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Sverre Rabbelier
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Nicolas Pitre
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Johannes Schindelin
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Nicolas Pitre
Re: Re: [PATCH] fix threaded grep for machines with only one cpu
,
Heiko Voigt
Re: Re: [PATCH] fix threaded grep for machines with only one cpu
,
Nicolas Pitre
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Junio C Hamano
Re: Re: [PATCH] fix threaded grep for machines with only one cpu
,
Heiko Voigt
Re: [PATCH] fix threaded grep for machines with only one cpu
,
Paolo Bonzini
Running git-archive recursively over submodules
,
Thomas Rast
Re: Running git-archive recursively over submodules
,
Michael J Gruber
Re: Running git-archive recursively over submodules
,
Thomas Rast
Re: Running git-archive recursively over submodules
,
Michael J Gruber
[PATCH] Introduce an exponential-backoff-retry in unlink on mingw.
,
Ludvig Strigeus
Re: [PATCH] Introduce an exponential-backoff-retry in unlink on mingw.
,
Johannes Sixt
StGIT: "ghost" branch (unable to either create or delete)
,
Andrey Borzenkov
Re: [PATCH v2] require_work_tree broken with NONGIT_OK
,
Gabriel Filion
Re: [PATCH v2] require_work_tree broken with NONGIT_OK
,
Junio C Hamano
<Possible follow-ups>
Re: [PATCH v2] require_work_tree broken with NONGIT_OK
,
Gabriel Filion
Using test-lib.sh under GPLv3?
,
Michal Sojka
Re: Using test-lib.sh under GPLv3?
,
Jakub Narebski
Re: Using test-lib.sh under GPLv3?
,
Michal Sojka
Re: Using test-lib.sh under GPLv3?
,
Avery Pennarun
Re: Using test-lib.sh under GPLv3?
,
Jakub Narebski
Re: Using test-lib.sh under GPLv3?
,
Junio C Hamano
Re: Using test-lib.sh under GPLv3?
,
Michal Sojka
Re: Using test-lib.sh under GPLv3?
,
Sverre Rabbelier
Re: Using test-lib.sh under GPLv3?
,
Johannes Schindelin
Re: Using test-lib.sh under GPLv3?
,
Pierre Habouzit
Re: Using test-lib.sh under GPLv3?
,
Carl Worth
Re: Using test-lib.sh under GPLv3?
,
Johannes Schindelin
[PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.
,
Carl Worth
Re: [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.
,
Junio C Hamano
Re: [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.
,
Carl Worth
Re: [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.
,
Junio C Hamano
Re: [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.
,
Tay Ray Chuan
Re: [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.
,
Johannes Schindelin
Re: [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.
,
Matthieu Moy
Re: [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.
,
Carl Worth
Re: [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.
,
Tay Ray Chuan
Re: [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.
,
Johannes Schindelin
Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Michal Sojka
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Jonathan Nieder
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Petr Baudis
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Michal Sojka
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Petr Baudis
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Michal Sojka
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Jeff King
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Clemens Buchacher
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Johan Herland
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Matthias Lederhofer
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Lea Wiemann
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Michele Ballabio
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Clemens Buchacher
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Miklos Vajna
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Alex Riesen
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Christian Couder
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Jakub Narebski
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
David Reiss
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Robin Rosenberg
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Michael J Gruber
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Matthew Ogilvie
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Gerrit Pape
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Pavel Roskin
Re: Git: relicensing test-lib.sh from GPLv2 to GPLv2+
,
Emil Sit
Re: Using test-lib.sh under GPLv3?
,
Johannes Sixt
ce_stage(..) == 2?
,
cg
Re: ce_stage(..) == 2?
,
Junio C Hamano
Walking commits from the first
,
Pavan Kumar Sunkara
Re: Walking commits from the first
,
Jeff King
Re: Walking commits from the first
,
Pavan Kumar Sunkara
Re: Walking commits from the first
,
Jon Seymour
Re: Walking commits from the first
,
Jon Seymour
[PATCH] require_work_tree broken with NONGIT_OK
,
Gabriel Filion
Re: [PATCH] require_work_tree broken with NONGIT_OK
,
Jeff King
Re: [PATCH] require_work_tree broken with NONGIT_OK
,
Junio C Hamano
Re: [PATCH] require_work_tree broken with NONGIT_OK
,
Gabriel Filion
Re: [PATCH] require_work_tree broken with NONGIT_OK
,
Jeff King
Re: [PATCH] require_work_tree broken with NONGIT_OK
,
Gabriel Filion
[PATCH] Documentation: Fix indentation problem in git-commit(1)
,
Jacob Helwig
Re: [PATCH] Documentation: Fix indentation problem in git-commit(1)
,
Thomas Rast
[PATCH v2] Documentation: Fix indentation problem in git-commit(1)
,
Jacob Helwig
Re: [PATCH v2] Documentation: Fix indentation problem in git-commit(1)
,
Jacob Helwig
Re: [PATCH v2] Documentation: Fix indentation problem in git-commit(1)
,
Junio C Hamano
git-grep ignores untracked files
,
Mark Lodato
Re: git-grep ignores untracked files
,
Junio C Hamano
Re: git-grep ignores untracked files
,
Mark Lodato
[PATCHv2] grep documentation: clarify what files match
,
Mark Lodato
Re: [PATCHv2] grep documentation: clarify what files match
,
Junio C Hamano
Global reflog?
,
skillzero
Re: Global reflog?
,
Nicolas Pitre
Re: Global reflog?
,
skillzero
Re: Global reflog?
,
Nicolas Pitre
[PATCH/RFC] git diff --submodule: Show detailed dirty status of submodules
,
Jens Lehmann
[PATCH 1/4] Refactoring: remove duplicated code from transport.c and builtin-send-pack.c
,
Michael Lukashov
[PATCH 4/4] Refactoring: remove duplicated code from builtin-checkout.c and merge-recursive.c
,
Michael Lukashov
[PATCH 2/4] Refactoring: connect.c: move duplicated code to get_host_and_port
,
Michael Lukashov
Re: [PATCH 2/4] Refactoring: connect.c: move duplicated code to get_host_and_port
,
Johannes Sixt
[PATCH 3/4] Refactoring: move duplicated code from builtin-pack-objects.c and fast-import.c to object.c
,
Michael Lukashov
Re: [PATCH 1/4] Refactoring: remove duplicated code from transport.c and builtin-send-pack.c
,
Tay Ray Chuan
Re: [PATCH 1/4] Refactoring: remove duplicated code from transport.c and builtin-send-pack.c
,
Jeff King
Re: [PATCH 1/4] Refactoring: remove duplicated code from transport.c and builtin-send-pack.c
,
Junio C Hamano
Re: [PATCH 1/4] Refactoring: remove duplicated code from transport.c and builtin-send-pack.c
,
Jeff King
Re: [PATCH 1/4] Refactoring: remove duplicated code from transport.c and builtin-send-pack.c
,
Ilari Liusvaara
Re: [PATCH 1/4] Refactoring: remove duplicated code from transport.c and builtin-send-pack.c
,
Daniel Barkalow
Message not available
Re: [PATCH 1/4] Refactoring: remove duplicated code from transport.c and builtin-send-pack.c
,
Larry D'Anna
git stash pop not reapplying deletions
,
Steve Folly
Re: git stash pop not reapplying deletions
,
Thomas Rast
Re: git stash pop not reapplying deletions
,
Steve Folly
Re: git stash pop not reapplying deletions
,
Thomas Rast
[PATCH] stash pop: remove 'apply' options during 'drop' invocation
,
Thomas Rast
Re: [PATCH v2] stash pop: remove 'apply' options during 'drop' invocation
,
Stephen Boyd
Re: git stash pop not reapplying deletions
,
Steve Folly
Re: git stash pop not reapplying deletions
,
Junio C Hamano
[RFC PATCH 0/6] post-rewrite hook and copying notes
,
Thomas Rast
[RFC PATCH 2/6] commit --amend: invoke post-rewrite hook
,
Thomas Rast
[RFC PATCH 1/6] Documentation: document post-rewrite hook
,
Thomas Rast
[RFC PATCH 3/6] filter-branch: invoke post-rewrite hook
,
Thomas Rast
Re: [RFC PATCH 3/6] filter-branch: invoke post-rewrite hook
,
Johannes Sixt
[RFC PATCH 4/6] rebase: invoke post-rewrite hook
,
Thomas Rast
[RFC PATCH 6/6] contrib: add a hook that copies notes over rewrites
,
Thomas Rast
Re: [RFC PATCH 6/6] contrib: add a hook that copies notes over rewrites
,
Thomas Rast
[RFC PATCH 5/6] rebase -i: invoke post-rewrite hook
,
Thomas Rast
[PATCH] WIP: git notes copy --stdin
,
Thomas Rast
Re: [PATCH] WIP: git notes copy --stdin
,
Johan Herland
[RFC PATCH v2 00/11] post-rewrite / automatic notes copying
,
Thomas Rast
[RFC PATCH v2 04/11] rebase -i: invoke post-rewrite hook
,
Thomas Rast
[RFC PATCH v2 06/11] notes: implement 'git notes copy --stdin'
,
Thomas Rast
[RFC PATCH v2 07/11] notes: implement helpers needed for note copying during rewrite
,
Thomas Rast
Re: [RFC PATCH v2 07/11] notes: implement helpers needed for note copying during rewrite
,
Junio C Hamano
Re: [RFC PATCH v2 07/11] notes: implement helpers needed for note copying during rewrite
,
Thomas Rast
Re: [RFC PATCH v2 07/11] notes: implement helpers needed for note copying during rewrite
,
Junio C Hamano
[WIP/RFC PATCH] Support showing notes from more than one notes tree
,
Thomas Rast
Re: [WIP/RFC PATCH] Support showing notes from more than one notes tree
,
Thomas Rast
[RFC PATCH v2 03/11] rebase: invoke post-rewrite hook
,
Thomas Rast
[RFC PATCH v2 09/11] commit --amend: copy notes to the new commit
,
Thomas Rast
[RFC PATCH v2 02/11] commit --amend: invoke post-rewrite hook
,
Thomas Rast
[RFC PATCH v2 10/11] filter-branch: invoke post-rewrite hook
,
Thomas Rast
[RFC PATCH v2 08/11] rebase: support automatic notes copying
,
Thomas Rast
[RFC PATCH v2 11/11] filter-branch: learn how to filter notes
,
Thomas Rast
Re: [RFC PATCH v2 11/11] filter-branch: learn how to filter notes
,
Johannes Sixt
Re: [RFC PATCH v2 11/11] filter-branch: learn how to filter notes
,
Thomas Rast
[RFC PATCH v2 05/11] notes: clean up t3301
,
Thomas Rast
Re: [RFC PATCH v2 05/11] notes: clean up t3301
,
Junio C Hamano
[RFC PATCH v2 01/11] Documentation: document post-rewrite hook
,
Thomas Rast
Re: [RFC PATCH v2 01/11] Documentation: document post-rewrite hook
,
Junio C Hamano
Re: [RFC PATCH v2 01/11] Documentation: document post-rewrite hook
,
Thomas Rast
Re: [RFC PATCH v2 01/11] Documentation: document post-rewrite hook
,
Junio C Hamano
[RFC PATCH v3 00/12] several notes refs, post-rewrite, notes rewriting
,
Thomas Rast
[RFC PATCH v3 01/12] Support showing notes from more than one notes tree
,
Thomas Rast
Re: [RFC PATCH v3 01/12] Support showing notes from more than one notes tree
,
Junio C Hamano
[RFC PATCH v3 02/12] Documentation: document post-rewrite hook
,
Thomas Rast
[RFC PATCH v3 04/12] rebase: invoke post-rewrite hook
,
Thomas Rast
[RFC PATCH v3 07/12] notes: implement helpers needed for note copying during rewrite
,
Thomas Rast
Re: [RFC PATCH v3 07/12] notes: implement helpers needed for note copying during rewrite
,
Junio C Hamano
[RFC PATCH v3 09/12] commit --amend: copy notes to the new commit
,
Thomas Rast
[RFC PATCH v3 11/12] filter-branch: learn how to filter notes
,
Thomas Rast
[RFC PATCH v3 10/12] filter-branch: invoke post-rewrite hook
,
Thomas Rast
[RFC PATCH v3 12/12] notes: add shorthand --ref to override GIT_NOTES_REF
,
Thomas Rast
[RFC PATCH v3 06/12] notes: implement 'git notes copy --stdin'
,
Thomas Rast
Re: [RFC PATCH v3 06/12] notes: implement 'git notes copy --stdin'
,
Junio C Hamano
[RFC PATCH v3 08/12] rebase: support automatic notes copying
,
Thomas Rast
[RFC PATCH v3 03/12] commit --amend: invoke post-rewrite hook
,
Thomas Rast
Re: [RFC PATCH v3 03/12] commit --amend: invoke post-rewrite hook
,
Junio C Hamano
[RFC PATCH v3 05/12] rebase -i: invoke post-rewrite hook
,
Thomas Rast
Re: [RFC PATCH v3 00/12] several notes refs, post-rewrite, notes rewriting
,
Junio C Hamano
Re: [RFC PATCH v3 00/12] several notes refs, post-rewrite, notes rewriting
,
Thomas Rast
Re: [RFC PATCH v3 00/12] several notes refs, post-rewrite, notes rewriting
,
Junio C Hamano
[PATCH v4 00/11] several notes refs, post-rewrite, notes rewriting
,
Thomas Rast
[PATCH v4 01/11] test-lib: unset GIT_NOTES_REF to stop it from influencing tests
,
Thomas Rast
[PATCH v4 03/11] Documentation: document post-rewrite hook
,
Thomas Rast
[PATCH v4 05/11] rebase: invoke post-rewrite hook
,
Thomas Rast
[PATCH v4 07/11] notes: implement 'git notes copy --stdin'
,
Thomas Rast
[PATCH v4 08/11] notes: implement helpers needed for note copying during rewrite
,
Thomas Rast
[PATCH v4 09/11] rebase: support automatic notes copying
,
Thomas Rast
[PATCH v4 10/11] commit --amend: copy notes to the new commit
,
Thomas Rast
[PATCH v4 11/11] notes: add shorthand --ref to override GIT_NOTES_REF
,
Thomas Rast
[PATCH v4 02/11] Support showing notes from more than one notes tree
,
Thomas Rast
Re: [PATCH v4 02/11] Support showing notes from more than one notes tree
,
Junio C Hamano
Re: [PATCH v4 02/11] Support showing notes from more than one notes tree
,
Thomas Rast
Re: [PATCH v4 02/11] Support showing notes from more than one notes tree
,
Junio C Hamano
[PATCH v4 06/11] rebase -i: invoke post-rewrite hook
,
Thomas Rast
[PATCH v4 04/11] commit --amend: invoke post-rewrite hook
,
Thomas Rast
Re: [PATCH v4 00/11] several notes refs, post-rewrite, notes rewriting
,
Junio C Hamano
Re: [PATCH v4 00/11] several notes refs, post-rewrite, notes rewriting
,
Thomas Rast
[PATCH v5 00/11] several notes refs, post-rewrite, notes rewriting
,
Thomas Rast
[PATCH v5 02/11] Support showing notes from more than one notes tree
,
Thomas Rast
Re: [PATCH v5 02/11] Support showing notes from more than one notes tree
,
Junio C Hamano
Re: [PATCH v5 02/11] Support showing notes from more than one notes tree
,
Thomas Rast
[PATCH] format-patch: learn to fill comment section of email from notes
,
Thomas Rast
[PATCH] BROKEN -- format-patch: learn to fill comment section of email from notes
,
Thomas Rast
Re: [PATCH] BROKEN -- format-patch: learn to fill comment section of email from notes
,
Thomas Rast
Re: [PATCH] BROKEN -- format-patch: learn to fill comment section of email from notes
,
Stephen Boyd
Re: [PATCH] format-patch: learn to fill comment section of email from notes
,
Junio C Hamano
Re: [PATCH] format-patch: learn to fill comment section of email from notes
,
Thomas Rast
[PATCH v5 03/11] Documentation: document post-rewrite hook
,
Thomas Rast
[PATCH v5 04/11] commit --amend: invoke post-rewrite hook
,
Thomas Rast
[PATCH v5 05/11] rebase: invoke post-rewrite hook
,
Thomas Rast
[PATCH v5 07/11] notes: implement 'git notes copy --stdin'
,
Thomas Rast
[PATCH v5 08/11] notes: implement helpers needed for note copying during rewrite
,
Thomas Rast
[PATCH v5 09/11] rebase: support automatic notes copying
,
Thomas Rast
Re: [PATCH v5 09/11] rebase: support automatic notes copying
,
Junio C Hamano
[PATCH v6 00/13] several notes refs, post-rewrite, notes rewriting
,
Thomas Rast
[PATCH v6 02/13] Support showing notes from more than one notes tree
,
Thomas Rast
Re: [PATCH v6 02/13] Support showing notes from more than one notes tree
,
Johan Herland
[PATCH v7 00/13] tr/display-notes
,
Thomas Rast
[PATCH v7 01/13] test-lib: unset GIT_NOTES_REF to stop it from influencing tests
,
Thomas Rast
[PATCH v7 02/13] Support showing notes from more than one notes tree
,
Thomas Rast
[PATCH v7 05/13] rebase: invoke post-rewrite hook
,
Thomas Rast
[PATCH v7 04/13] commit --amend: invoke post-rewrite hook
,
Thomas Rast
[PATCH v7 07/13] notes: implement 'git notes copy --stdin'
,
Thomas Rast
[PATCH] notes: Initialize variable to appease Sun Studio
,
Ævar Arnfjörð Bjarmason
Re: [PATCH] notes: Initialize variable to appease Sun Studio
,
Junio C Hamano
Re: [PATCH] notes: Initialize variable to appease Sun Studio
,
Ævar Arnfjörð Bjarmason
Re: [PATCH] notes: Initialize variable to appease Sun Studio
,
Ramsay Jones
[PATCH v7 09/13] rebase: support automatic notes copying
,
Thomas Rast
[PATCH v7 08/13] notes: implement helpers needed for note copying during rewrite
,
Thomas Rast
[PATCH v7 12/13] notes: track whether notes_trees were changed at all
,
Thomas Rast
[PATCH v7 11/13] notes: add shorthand --ref to override GIT_NOTES_REF
,
Thomas Rast
[PATCH v7 10/13] commit --amend: copy notes to the new commit
,
Thomas Rast
[PATCH v7 13/13] git-notes(1): add a section about the meaning of history
,
Thomas Rast
[PATCH v7 03/13] Documentation: document post-rewrite hook
,
Thomas Rast
[PATCH v7 06/13] rebase -i: invoke post-rewrite hook
,
Thomas Rast
[PATCH v6 01/13] test-lib: unset GIT_NOTES_REF to stop it from influencing tests
,
Thomas Rast
Re: [PATCH v6 01/13] test-lib: unset GIT_NOTES_REF to stop it from influencing tests
,
Johan Herland
[PATCH v6 03/13] Documentation: document post-rewrite hook
,
Thomas Rast
[PATCH v6 04/13] commit --amend: invoke post-rewrite hook
,
Thomas Rast
[PATCH v6 06/13] rebase -i: invoke post-rewrite hook
,
Thomas Rast
[PATCH v6 09/13] rebase: support automatic notes copying
,
Thomas Rast
[PATCH v6 07/13] notes: implement 'git notes copy --stdin'
,
Thomas Rast
Re: [PATCH v6 07/13] notes: implement 'git notes copy --stdin'
,
Johan Herland
[PATCH v6 12/13] notes: track whether notes_trees were changed at all
,
Thomas Rast
Re: [PATCH v6 12/13] notes: track whether notes_trees were changed at all
,
Johan Herland
[PATCH v6 11/13] notes: add shorthand --ref to override GIT_NOTES_REF
,
Thomas Rast
Re: [PATCH v6 11/13] notes: add shorthand --ref to override GIT_NOTES_REF
,
Johan Herland
[PATCH v6 05/13] rebase: invoke post-rewrite hook
,
Thomas Rast
[PATCH v6 08/13] notes: implement helpers needed for note copying during rewrite
,
Thomas Rast
Re: [PATCH v6 08/13] notes: implement helpers needed for note copying during rewrite
,
Johan Herland
[PATCH v6 13/13] git-notes(1): add a section about the meaning of history
,
Thomas Rast
Re: [PATCH v6 13/13] git-notes(1): add a section about the meaning of history
,
Johan Herland
[PATCH v6 10/13] commit --amend: copy notes to the new commit
,
Thomas Rast
Re: [PATCH v6 00/13] several notes refs, post-rewrite, notes rewriting
,
Junio C Hamano
[PATCH v5 10/11] commit --amend: copy notes to the new commit
,
Thomas Rast
[PATCH v5 01/11] test-lib: unset GIT_NOTES_REF to stop it from influencing tests
,
Thomas Rast
[PATCH v5 11/11] notes: add shorthand --ref to override GIT_NOTES_REF
,
Thomas Rast
[PATCH v5 06/11] rebase -i: invoke post-rewrite hook
,
Thomas Rast
Re: [PATCH v5 06/11] rebase -i: invoke post-rewrite hook
,
Junio C Hamano
Re: [PATCH v5 00/11] several notes refs, post-rewrite, notes rewriting
,
Junio C Hamano
Re: [PATCH v5 00/11] several notes refs, post-rewrite, notes rewriting
,
Thomas Rast
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]