commit | dc14841102bb364c2be200e8456146fc8df970b9 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue Jun 21 11:14:47 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue Jun 21 11:14:47 2005 -0700 |
tree | 184eafb56d4b768a81db12890005fbf7e6a4a874 | |
parent | e8b11749f031428f743c1e01a6934f6ff34cec16 [diff] |
git checkout: fix default head case The "${new=$old}" syntax only works for an undefined 'new', not for an empty one. I knew that. Really. I'm not stupid.