aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4018/cpp-function-returning-pointer
diff options
context:
space:
mode:
Diffstat (limited to 't/t4018/cpp-function-returning-pointer')
0 files changed, 0 insertions, 0 deletions
ow=1'>name-rev: do not omit leading components of ref name.Junio C Hamano2-6/+7 In a repository with mainto/1.0 (to keep maintaining the 1.0.X series) and fixo/1.0 (to keep fixes that apply to both 1.0.X series and upwards) branches, "git-name-rev mainto/1.0" answered just "1.0" making things ambiguous. Show refnames unambiguously like show-branch does. Signed-off-by: Junio C Hamano <junkio@cox.net> 2006-01-11describe: do not silently ignore indescribable commitsJunio C Hamano1-2/+3 We silently ignored indescribable commits without complaining. Complain and die instead. Signed-off-by: Junio C Hamano <junkio@cox.net> 2006-01-11update-index: work with c-quoted nameJunio C Hamano1-1/+8 update-index --stdin did not work with c-style quoted names even though update-index --index-info did. This fixes the inconsistency. Signed-off-by: Junio C Hamano <junkio@cox.net> 2006-01-11Add git-describe to .gitignore.Tom Prince1-0/+1 Signed-off-by: Junio C Hamano <junkio@cox.net> 2006-01-10glossary: explain "master" and "origin"Johannes Schindelin1-0/+11 If you are a long time git user/developer, you forget that to a new git user, these words have not the same meaning as to you. [jc: with updates from J. Bruce Fields.] Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net> 2006-01-09GIT-VERSION-GEN: detect dirty tree and mark the version accordingly.Junio C Hamano1-0/+9 If we are building from a working tree with local modifications, mark the version accordingly. Deliberately uses '-' to prevent RPM from being built from such a tree. Signed-off-by: Junio C Hamano <junkio@cox.net> 2006-01-09For release tarballs, include the proper versionH. Peter Anvin2-3/+11 When producing a release tarball, include a "version" file, which GIT-VERSION-GEN can then use to do the right thing when building from a tarball. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Junio C Hamano <junkio@cox.net>