# Sets LAST_TAG environment variable to last matching tag # Example: - uses: rmeneely/git-last-tag@v1 # Sets LAST_TAG environment variable to last matching tag, excluding the tag v1.2.3 # Example: - uses: rmeneely/git-last-tag@v1 with: tag_pattern: 'rc[0-9]*' ignore_tag_patt...
get Emits the value of the specified key. If key is present multiple times in the configuration, emits the last value. If --all is specified, emits all values associated with key. Returns error code 1 if key is not present. set Set value for one or more config options. By default...
Sort based on the key given. Prefix-to sort in descending order of the value. You may use the --sort=<key> option multiple times, in which case the last key becomes the primary key. Also supports "version:refname" or "v:refname" (tag names are treated as versions). The "version:re...
git-mktag[1] Creates a tag object with extra validation git-mktree[1] Build a tree-object from ls-tree formatted text git-multi-pack-index[1] Write and verify multi-pack-indexes git-pack-objects[1] Create a packed archive of objects ...
%s - %ad' --date=short # 日期YYYY-MM-DD显示 git log --pretty=oneline --graph --decorate --all # 展示简化的 commit 历史 git log <last tag> HEAD --pretty=format:%s # 只显示commit git config --global format.pretty '%h : %s - %ad' --date=short #日期YYYY-MM-DD显示 写入全局配...
+ %(decorate:prefix=,suffix=,tag=,separator= ) %(describe[:<options>]) human-readable name, like git-describe[1]; empty string for undescribable commits. The describe string may be followed by a colon and zero or more comma-separated options. Descriptions can be inconsistent when tags ...
git config --get-all svn-remote.<name>.commiturl --parents Create parent folders. This parameter is equivalent to the parameter --parents on svn cp commands and is useful for non-standard repository layouts. tag Create a tag in the SVN repository. This is a shorthand for branch -t....
Sort based on the key given. Prefix-to sort in descending order of the value. You may use the --sort=<key> option multiple times, in which case the last key becomes the primary key. Also supports "version:refname" or "v:refname" (tag names are treated as versions). The "version:re...
last_mark = nil Dir.chdir(ARGV[0]) do Dir.glob("*").each do |dir| next if File.file?(dir) # move into the target directory Dir.chdir(dir) do last_mark = print_export(dir, last_mark) end end end If you run this script, you’ll get content that looks something like this: ...
recursionLevel Specifies whether to include children (OneLevel), all descendants (Full), or None version Version string (interpretation based on VersionType defined in subclass versionOptions Version modifiers (e.g. previous) versionType How to interpret version (branch,tag,commit) Property...