Sign in
googlers
/
jrn
/
git
/
bf1712621178340e0f15cb060afc8e650ae72faf
/
builtin
/
describe.c
bb57148
describe: Refresh the index when run with --dirty
by Allan Caffee
· 14 years ago
6c80cd2
Merge branch 'ab/i18n-st'
by Junio C Hamano
· 14 years ago
da25842
Merge branch 'lt/default-abbrev'
by Junio C Hamano
· 14 years ago
dce9648
Make the default abbrev length configurable
by Linus Torvalds
· 14 years ago
e41f1cb
i18n: git-describe basic messages
by Ævar Arnfjörð Bjarmason
· 14 years ago
11f944d
for_each_hash: allow passing a 'void *data' pointer to callback
by Linus Torvalds
· 14 years ago
716958c
Merge branch 'tf/commit-list-prefix'
by Junio C Hamano
· 14 years ago
d1645d0
describe: Delay looking up commits until searching for an inexact match
by Anders Kaseorg
· 14 years ago
3cfa4db
describe: Store commit_names in a hash table by commit SHA1
by Anders Kaseorg
· 14 years ago
1e1ade1
describe: Do not use a flex array in struct commit_name
by Anders Kaseorg
· 14 years ago
56a5f3a
describe: Use for_each_rawref
by Anders Kaseorg
· 14 years ago
47e44ed
commit: Add commit_list prefix in two function names.
by Thiago Farina
· 14 years ago
e22d62d
Merge branch 'sp/maint-describe-tiebreak-with-tagger-date'
by Junio C Hamano
· 15 years ago
81b50f3
Move 'builtin-*' into a 'builtin/' subdirectory
by Linus Torvalds
· 15 years ago
[Renamed from builtin-describe.c]
7a0d61b
describe: do not use unannotated tag even if exact match
by Thomas Rast
· 15 years ago
38d3d92
Merge branch 'tr/describe-advice'
by Junio C Hamano
· 15 years ago
48cbf91
Merge branch 'jp/dirty-describe'
by Junio C Hamano
· 15 years ago
4d23660
describe: when failing, tell the user about options that work
by Thomas Rast
· 15 years ago
9f67d2e
Teach "git describe" --dirty option
by Jean Privat
· 15 years ago
02d56fa
Merge branch 'maint'
by Junio C Hamano
· 15 years ago
024ab97
Do not fail "describe --always" in a tag-less repository
by Junio C Hamano
· 15 years ago
fb423da
describe: load refnames before calling describe()
by René Scharfe
· 15 years ago
d68dc34
git-describe: Die early if there are no possible descriptions
by Björn Steinbrink
· 16 years ago
3778292
parse-opts: prepare for OPT_FILENAME
by Stephen Boyd
· 16 years ago
4b25d09
Fix a bunch of pointer declarations (codestyle)
by Felipe Contreras
· 16 years ago
fcd3549
Merge branch 'sp/maint-describe-all-tag-warning' into maint
by Junio C Hamano
· 16 years ago
81dc223
describe: Avoid unnecessary warning when using --all
by Shawn O. Pearce
· 16 years ago
7e425c4
describe: Make --tags and --all match lightweight tags more often
by Shawn O. Pearce
· 16 years ago
588c038
Merge branch 'sb/dashless'
by Junio C Hamano
· 17 years ago
cb2a1cc
builtin-describe.c: make a global variable "pattern" static
by Nanako Shiraishi
· 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
14d4642
Fix describe --tags --long so it does not segfault
by Shawn O. Pearce
· 17 years ago
4ed19a3
describe: match pattern for lightweight tags too
by Michael Dressel
· 17 years ago
686bc52
Merge branch 'jc/describe-always'
by Junio C Hamano
· 17 years ago
3167d72
describe: re-fix display_name()
by Junio C Hamano
· 17 years ago
870cf7d
describe: fix --long output
by Junio C Hamano
· 17 years ago
c374b91
git-describe: use tags found in packed-refs correctly
by Junio C Hamano
· 17 years ago
da2478d
describe --always: fall back to showing an abbreviated object name
by Junio C Hamano
· 17 years ago
b00ac8c
Merge branch 'sp/describe-tag'
by Junio C Hamano
· 17 years ago
c42f636
Merge branch 'sb/describe-long'
by Junio C Hamano
· 17 years ago
212945d
Teach git-describe to verify annotated tag names before output
by Shawn O. Pearce
· 17 years ago
518120e
git-describe: --long shows the object name even for a tagged commit
by Santi Béjar
· 17 years ago
2c33f75
Teach git-describe --exact-match to avoid expensive tag searches
by Shawn O. Pearce
· 17 years ago
8a5a188
Avoid accessing non-tag refs in git-describe unless --all is requested
by Shawn O. Pearce
· 17 years ago
feededd
Teach git-describe to use peeled ref information when scanning tags
by Shawn O. Pearce
· 17 years ago
a2cf9f4
git-name-rev: add a --(no-)undefined option.
by Pierre Habouzit
· 17 years ago
30ffa60
git-describe: Add a --match option to limit considered tags.
by Pierre Habouzit
· 17 years ago
3f7701a
make 'git describe --all --contains' work
by Nicolas Pitre
· 17 years ago
166185b
Make builtin-describe.c use parse_options
by Pierre Habouzit
· 17 years ago
2361570
Teach git-describe how to run name-rev
by Shawn O. Pearce
· 18 years ago
cc44c76
Mechanical conversion to use prefixcmp()
by Junio C Hamano
· 18 years ago
1b600e6
Compute accurate distances in git-describe before output.
by Shawn O. Pearce
· 18 years ago
237fb6c
Teach git-describe to display distances from tags.
by Shawn O. Pearce
· 18 years ago
f127404
If abbrev is set to zero in git-describe, don't add the unique suffix
by Andy Parkins
· 18 years ago
8a8169c
Remove unnecessary found variable from describe.
by Shawn O. Pearce
· 18 years ago
e7eb503
Remove hash in git-describe in favor of util slot.
by Shawn O. Pearce
· 18 years ago
cf69fd4
Correct priority of lightweight tags in git-describe.
by Shawn O. Pearce
· 18 years ago
8713ab3
Improve git-describe performance by reducing revision listing.
by Shawn O. Pearce
· 18 years ago
910c0d7
Use binary searching on large buckets in git-describe.
by Shawn O. Pearce
· 18 years ago
c3e3cd4
Hash tags by commit SHA1 in git-describe.
by Shawn O. Pearce
· 18 years ago
dccd0c2
Always perfer annotated tags in git-describe.
by Shawn O. Pearce
· 18 years ago
94d2367
plug a few leaks in revision walking used in describe.
by Junio C Hamano
· 18 years ago
80dbae0
Chose better tag names in git-describe after merges.
by Shawn O. Pearce
· 18 years ago
9a0eaf8
Make git-describe a builtin.
by Shawn O. Pearce
· 18 years ago
[Renamed (97%) from describe.c]
8c599c7
Don't save the commit buffer in git-describe.
by Shawn O. Pearce
· 18 years ago
8da1977
Tell between packed, unpacked and symbolic refs.
by Junio C Hamano
· 18 years ago
cb5d709
Add callback data to for_each_ref() family.
by Junio C Hamano
· 18 years ago
5b6df8e
Handle invalid argc gently
by Dmitry V. Levin
· 18 years ago
8112894
Make count-objects, describe and merge-tree work in subdirectory
by Dmitry V. Levin
· 18 years ago
f712226
describe: fix off-by-one error in --abbrev=40 handling
by Jonas Fonseca
· 18 years ago
96f1e58
remove unnecessary initializations
by David Rientjes
· 19 years ago
1974632
Remove TYPE_* constant macros and use object_type enums consistently.
by Linus Torvalds
· 19 years ago
554fe20
Make some strings const
by Timo Hirvonen
· 19 years ago
885a86a
Shrink "struct object" a bit
by Linus Torvalds
· 19 years ago
31fff30
Separate object name errors from usage errors
by Dmitry V. Levin
· 19 years ago
46a6c26
abbrev cleanup: use symbolic constants
by Junio C Hamano
· 19 years ago
fec9ebf
Merge fixes up to GIT 1.1.3
by Junio C Hamano
· 19 years ago
181dc77
describe: omit clearing marks on the last one.
by Junio C Hamano
· 19 years ago
429608f
Merge fixes up to GIT 1.1.2
by Junio C Hamano
· 19 years ago
4c34a2c
git-describe: default to HEAD
by Junio C Hamano
· 19 years ago
8c23b6f
describe: do not silently ignore indescribable commits
by Junio C Hamano
· 19 years ago
5a2282d
GIT 1.1.0
by Junio C Hamano
· 19 years ago
v1.1.0
f8f9c73
describe: allow more than one revs to be named.
by Junio C Hamano
· 19 years ago
64deb85
git-describe: still prefer annotated tag under --all and --tags
by Junio C Hamano
· 19 years ago
2d9e7c9
git-describe: --tags and --abbrev
by Junio C Hamano
· 19 years ago
4cdf78b
git-describe: use find_unique_abbrev()
by Junio C Hamano
· 19 years ago
635d413
git-describe: really prefer tags only.
by Junio C Hamano
· 19 years ago
908e531
Add a "git-describe" command
by Linus Torvalds
· 19 years ago