index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-checkout.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
checkout: report where the new HEAD is upon detaching HEAD
Junio C Hamano
2007-03-23
1
-2
/
+10
*
improve checkout message when asking for same branch
Nicolas Pitre
2007-03-21
1
-1
/
+6
*
git-fetch, git-branch: Support local --track via a special remote '.'
Paolo Bonzini
2007-03-16
1
-1
/
+1
*
Merge GIT 1.5.0.4
Junio C Hamano
2007-03-14
1
-1
/
+1
|
\
|
*
git-checkout: fix "eval" used for merge labelling.
Junio C Hamano
2007-03-14
1
-1
/
+1
*
|
git-branch, git-checkout: autosetup for remote branch tracking
Paolo Bonzini
2007-03-11
1
-6
/
+11
|
/
*
Let git-checkout always drop any detached head
Nicolas Pitre
2007-02-04
1
-15
/
+2
*
Merge branch 'master' into np/dreflog
Junio C Hamano
2007-02-04
1
-9
/
+20
|
\
|
*
add a quiet option to git-checkout
Nicolas Pitre
2007-02-02
1
-9
/
+14
|
*
reword the detached head message a little again
Nicolas Pitre
2007-02-02
1
-1
/
+1
|
*
detached HEAD -- finishing touches
Junio C Hamano
2007-02-01
1
-2
/
+8
|
*
tone down the detached head warning
Nicolas Pitre
2007-01-31
1
-3
/
+3
*
|
add reflog when moving HEAD to a new branch
Nicolas Pitre
2007-01-28
1
-1
/
+1
*
|
add reflog entries for HEAD when detached
Nicolas Pitre
2007-01-28
1
-2
/
+3
|
/
*
fix suggested branch creation command when detaching head
Nicolas Pitre
2007-01-27
1
-3
/
+3
*
git-checkout -m: fix merge case
Junio C Hamano
2007-01-24
1
-10
/
+5
*
Use merge-recursive in git-checkout -m (branch switching)
Junio C Hamano
2007-01-17
1
-2
/
+3
*
Use cd_to_toplevel in scripts that implement it by hand.
Junio C Hamano
2007-01-13
1
-5
/
+1
*
Merge branch 'jc/bare'
Junio C Hamano
2007-01-12
1
-0
/
+1
|
\
|
*
Disallow working directory commands in a bare repository.
Shawn O. Pearce
2007-01-11
1
-0
/
+1
*
|
git-checkout: handle local changes sanely when detaching HEAD
Junio C Hamano
2007-01-10
1
-11
/
+25
*
|
git-checkout: safety check for detached HEAD checks existing refs
Junio C Hamano
2007-01-10
1
-7
/
+7
*
|
git-checkout: fix branch name output from the command
Junio C Hamano
2007-01-08
1
-1
/
+1
*
|
git-checkout: safety when coming back from the detached HEAD state.
Junio C Hamano
2007-01-08
1
-0
/
+18
*
|
git-checkout: rewording comments regarding detached HEAD.
Junio C Hamano
2007-01-08
1
-9
/
+12
*
|
git-checkout: do not warn detaching HEAD when it is already detached.
Junio C Hamano
2007-01-08
1
-3
/
+8
*
|
Detached HEAD (experimental)
Junio C Hamano
2007-01-08
1
-5
/
+11
|
/
*
checkout: make the message about the need for a new branch a bit clearer
Nicolas Pitre
2006-12-23
1
-2
/
+5
*
Loosen "working file will be lost" check in Porcelain-ish
Junio C Hamano
2006-12-06
1
-2
/
+3
*
git-checkout: allow pathspec to recover lost working tree directory
Junio C Hamano
2006-11-15
1
-1
/
+5
*
git-checkout: do not allow -f and -m at the same time.
Junio C Hamano
2006-11-15
1
-0
/
+5
*
Merge branch 'master' into lj/refs
Junio C Hamano
2006-09-28
1
-1
/
+8
|
\
|
*
Allow git-checkout when on a non-existant branch.
Shawn Pearce
2006-09-27
1
-1
/
+8
*
|
Teach "git checkout" to use git-show-ref
Linus Torvalds
2006-09-16
1
-2
/
+3
|
/
*
git-checkout: allow "checkout HEAD -- path"
Junio C Hamano
2006-07-31
1
-0
/
+4
*
checkout -m: fix read-tree invocation
v1.4.1-rc2
Junio C Hamano
2006-06-29
1
-2
/
+1
*
checkout -f: do not leave untracked working tree files.
Junio C Hamano
2006-06-21
1
-2
/
+1
*
Test that git-branch -l works.
Shawn Pearce
2006-05-25
1
-2
/
+2
*
Enable ref log creation in git checkout -b.
Shawn Pearce
2006-05-20
1
-4
/
+15
*
checkout: use --aggressive when running a 3-way merge (-m).
Junio C Hamano
2006-05-10
1
-1
/
+1
*
More useful/hinting error messages in git-checkout
v1.2.1
Josef Weidendorfer
2006-02-16
1
-3
/
+10
*
checkout: fix dirty-file display.
Junio C Hamano
2006-02-15
1
-2
/
+4
*
git-commit: show dirtiness including index.
Junio C Hamano
2006-02-12
1
-1
/
+2
*
[PATCH] checkout: show dirty state upon switching branches.
Junio C Hamano
2006-01-14
1
-0
/
+3
*
checkout: merge local modifications while switching branches.
Junio C Hamano
2006-01-14
1
-22
/
+38
*
checkout: automerge local changes while switching branches.
Junio C Hamano
2006-01-14
1
-1
/
+27
*
Adjust to ls-tree --full-name when run from a subdirectory.
Junio C Hamano
2005-12-23
1
-1
/
+1
|
\
*
|
checkout: sometimes work from a subdirectory.
Junio C Hamano
2005-12-23
1
-0
/
+9
|
/
*
Comment fixes.
Junio C Hamano
2005-12-17
1
-1
/
+1
*
Trivial usage string clean-up
freku045@student.liu.se
2005-12-14
1
-4
/
+2
[next]