summaryrefslogtreecommitdiff
path: root/builtin/rev-parse.c
AgeCommit message (Expand)Author
2013-12-27Merge branch 'jk/rev-parse-double-dashes'Junio C Hamano
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-09rev-parse: be more careful with munging argumentsJeff King
2013-12-09rev-parse: correctly diagnose revision errors before "--"Jeff King
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-12-05Merge branch 'jc/ref-excludes'Junio C Hamano
2013-11-01rev-parse: introduce --exclude=<glob> to tame wildcardsJunio C Hamano
2013-10-31rev-parse --parseopt: add the --stuck-long modeNicolas Vigier
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano
2013-08-30Merge branch 'rj/doc-rev-parse'Junio C Hamano
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-07-22rev-parse: remove restrictions on some optionsJohn Keeping
2013-06-17rev-parse: add --prefix optionJohn Keeping
2012-09-07Merge branch 'jc/dotdot-is-parent-directory'Junio C Hamano
2012-08-23specifying ranges: we did not mean to make ".." an empty setJunio C Hamano
2012-08-20i18n: rev-parse: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-07-22Merge branch 'jc/sha1-name-more'Junio C Hamano
2012-07-11Merge branch 'mm/verify-filename-fix' into maintJunio C Hamano
2012-07-09rev-parse --disambiguate=<prefix>Junio C Hamano
2012-07-09rev-parse: A and B in "rev-parse A..B" refer to committishJunio C Hamano
2012-06-28Merge branch 'mm/verify-filename-fix'Junio C Hamano
2012-06-18verify_filename(): ask the caller to chose the kind of diagnosisMatthieu Moy
2012-04-10rev-parse --show-prefix: add in trailing newlineRoss Lagerwall
2011-08-16rev-parse: add option --resolve-git-dir <path>Fredrik Gustafsson
2011-05-19show: --ignore-missingJunio C Hamano
2011-03-23revision.c: introduce --min-parents and --max-parents optionsMichael J Gruber
2010-07-07Merge branch 'maint'Junio C Hamano
2010-07-07Merge branch 'maint-1.6.4' into maintJunio C Hamano
2010-06-13parseopt: wrap rev-parse --parseopt usage for eval consumptionThomas Rast
2010-03-10Merge branch 'lt/deepen-builtin-source'Junio C Hamano
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds