index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t6120-describe.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
t6120: use git-update-ref rather than filesystem access
Han-Wen Nienhuys
2021-08-02
1
-2
/
+4
*
describe tests: support -C in "check_describe"
Ævar Arnfjörð Bjarmason
2021-05-11
1
-9
/
+18
*
describe tests: fix nested "test_expect_success" call
Ævar Arnfjörð Bjarmason
2021-05-11
1
-8
/
+14
*
describe tests: don't rely on err.actual from "check_describe"
Ævar Arnfjörð Bjarmason
2021-05-11
1
-14
/
+11
*
describe tests: refactor away from glob matching
Ævar Arnfjörð Bjarmason
2021-05-11
1
-40
/
+38
*
describe tests: improve test for --work-tree & --dirty
Ævar Arnfjörð Bjarmason
2021-05-11
1
-6
/
+6
*
describe tests: convert setup to use test_commit
Ævar Arnfjörð Bjarmason
2021-05-11
1
-45
/
+13
*
tests: remove most uses of test_i18ncmp
Ævar Arnfjörð Bjarmason
2021-02-11
1
-1
/
+1
*
t6[0-3]*: adjust the references to the default branch name "main"
Johannes Schindelin
2020-11-20
1
-11
/
+11
*
tests: mark tests relying on the current default for `init.defaultBranch`
Johannes Schindelin
2020-11-20
1
-0
/
+3
*
Merge branch 'jc/describe-misnamed-annotated-tag'
Junio C Hamano
2020-03-27
1
-1
/
+19
|
\
|
*
describe: force long format for a name based on a mislocated tag
Junio C Hamano
2020-02-21
1
-1
/
+19
*
|
describe: don't abort too early when searching tags
Benno Evers
2020-02-26
1
-0
/
+51
*
|
name-rev: eliminate recursion in name_rev()
SZEDER Gábor
2019-12-09
1
-1
/
+1
*
|
t6120: add a test to cover inner conditions in 'git name-rev's name_rev()
SZEDER Gábor
2019-12-06
1
-0
/
+41
*
|
t6120-describe: modernize the 'check_describe' helper
SZEDER Gábor
2019-12-06
1
-6
/
+4
*
|
t6120-describe: correct test repo history graph in comment
SZEDER Gábor
2019-11-13
1
-9
/
+10
|
/
*
name-rev: avoid cutoff timestamp underflow
SZEDER Gábor
2019-09-28
1
-0
/
+15
*
tests: fix unportable "\?" and "\+" regex syntax
Ævar Arnfjörð Bjarmason
2019-02-22
1
-4
/
+4
*
Merge branch 'ss/describe-dirty-in-the-right-directory'
Junio C Hamano
2019-02-07
1
-0
/
+39
|
\
|
*
t6120: test for describe with a bare repository
Sebastian Staudt
2019-02-04
1
-0
/
+6
|
*
describe: setup working tree for --dirty
Sebastian Staudt
2019-02-04
1
-0
/
+33
*
|
tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'
SZEDER Gábor
2018-08-21
1
-2
/
+1
|
/
*
t: switch $_z40 to $ZERO_OID
brian m. carlson
2018-05-14
1
-1
/
+1
*
Merge branch 'sb/describe-blob'
Junio C Hamano
2018-02-27
1
-0
/
+8
|
\
|
*
describe: confirm that blobs actually exist
Jeff King
2018-02-12
1
-0
/
+8
*
|
Merge branch 'dk/describe-all-output-fix'
Junio C Hamano
2018-01-23
1
-1
/
+5
|
\
\
|
|
/
|
/
|
|
*
describe: prepend "tags/" when describing tags with embedded name
Daniel Knittl-Frank
2017-12-27
1
-1
/
+5
*
|
builtin/describe.c: describe a blob
Stefan Beller
2017-12-19
1
-0
/
+34
*
|
t6120: fix typo in test name
Stefan Beller
2017-11-03
1
-1
/
+1
|
/
*
Merge branch 'mk/describe-match-with-all'
Junio C Hamano
2017-09-29
1
-0
/
+27
|
\
|
*
describe: teach --match to handle branches and remotes
Max Kirillov
2017-09-20
1
-0
/
+27
|
*
Merge branch 'jk/describe-omit-some-refs' into mk/describe-match-with-all
Junio C Hamano
2017-09-20
1
-1
/
+5
|
|
\
*
|
\
Merge branch 'jk/describe-omit-some-refs'
Junio C Hamano
2017-09-28
1
-1
/
+5
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
describe: fix matching to actually match all patterns
Max Kirillov
2017-09-17
1
-1
/
+5
*
|
|
test-lib: don't use ulimit in test prerequisites on cygwin
Ramsay Jones
2017-09-15
1
-1
/
+0
*
|
|
t6120: test describe and name-rev with deep repos
Michael J Gruber
2017-09-08
1
-0
/
+31
*
|
|
t6120: clean up state after breaking repo
Michael J Gruber
2017-09-08
1
-0
/
+1
*
|
|
t6120: test name-rev --all and --stdin
Michael J Gruber
2017-09-08
1
-0
/
+25
|
|
/
|
/
|
*
|
Spelling fixes
Ville Skyttä
2017-06-27
1
-1
/
+1
*
|
builtin/describe: introduce --broken flag
Stefan Beller
2017-03-22
1
-0
/
+20
|
/
*
describe: teach describe negative pattern matches
Jacob Keller
2017-01-24
1
-0
/
+8
*
describe: teach --match to accept multiple patterns
Jacob Keller
2017-01-24
1
-0
/
+19
*
describe --contains: default to HEAD when no commit-ish is given
SZEDER Gábor
2015-08-25
1
-0
/
+8
*
describe: fix --contains when a tag is given as input
Junio C Hamano
2013-07-19
1
-0
/
+12
*
name-rev: differentiate between tags and commits they point at
Junio C Hamano
2013-07-19
1
-0
/
+12
*
describe: Add --first-parent option
Mike Crowe
2013-05-20
1
-0
/
+3
*
i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012...
Junio C Hamano
2011-04-14
1
-2
/
+2
*
i18n: git-describe basic messages
Ævar Arnfjörð Bjarmason
2011-03-10
1
-1
/
+1
*
describe: Break annotated tag ties by tagger date
Shawn O. Pearce
2010-04-13
1
-3
/
+5
[next]