20 Commits (f86f31ab33c3406adebbb9f9f61be550dcc5a472)

Author SHA1 Message Date
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Jeff King b2724c8787 use xstrfmt to replace xmalloc + strcpy/strcat 11 years ago
Nguyễn Thái Ngọc Duy eb07894fe0 use wildmatch() directly without fnmatch() wrapper 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King 0064053bd7 assume parse_commit checks commit->object.parsed 11 years ago
Stefan Beller 05efb7b757 branch, commit, name-rev: ease up boolean conditions 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Junio C Hamano adfc1857bd describe: fix --contains when a tag is given as input 12 years ago
Junio C Hamano 118aa4acff name-rev: differentiate between tags and commits they point at 12 years ago
Junio C Hamano b23e0b9353 name-rev: allow converting the exact object name at the tip of a ref 12 years ago
Junio C Hamano 9608a190c0 name-ref: factor out name shortening logic from name_ref() 12 years ago
Namhyung Kim 98c5c4ad01 name-rev: allow to specify a subpath for --refs option 12 years ago
Nguyễn Thái Ngọc Duy 422cad0ab1 i18n: name-rev: mark parseopt strings for translation 13 years ago
René Scharfe 44c8e6049f name-rev: split usage string 14 years ago
Thiago Farina 3cd474599f object.h: Add OBJECT_ARRAY_INIT macro and make use of it. 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
René Scharfe 7c5b1675a8 git-name-rev: don't use printf without format 17 years ago
Pieter de Bie b003c00b7b git-name-rev: allow --name-only in combination with --stdin 17 years ago
Junio C Hamano e8b55fab62 builtin-name-rev.c: split deeply nested part from the main function 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Björn Steinbrink a83123deec name-rev: Fix segmentation fault when using --all 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Junio C Hamano da2478dbb0 describe --always: fall back to showing an abbreviated object name 17 years ago
Pierre Habouzit a2cf9f445e git-name-rev: add a --(no-)undefined option. 17 years ago
Pierre Habouzit edefb1a237 Make builtin-name-rev.c use parse_options. 18 years ago
Johannes Schindelin ac076c29ae name-rev: Fix non-shortest description 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Junio C Hamano c075aea5da name-rev: tolerate clock skew in committer dates 18 years ago
Shawn O. Pearce 23615708e2 Teach git-describe how to run name-rev 18 years ago
Andy Whitcroft cf606e3ddd git name-rev writes beyond the end of malloc() with large generations 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Johannes Schindelin 59d3f541cf name-rev: avoid "^0" when unneeded 18 years ago
Johannes Schindelin 2afc29aa84 name-rev: introduce the --refs=<pattern> option 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano 8da1977554 Tell between packed, unpacked and symbolic refs. 19 years ago
Junio C Hamano cb5d709ff8 Add callback data to for_each_ref() family. 19 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 19 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 19 years ago
Matthias Kestenholz d6b64ed0f3 Make git-name-rev a builtin 19 years ago
Linus Torvalds 1974632c66 Remove TYPE_* constant macros and use object_type enums consistently. 19 years ago
Pavel Roskin 82e5a82fd7 Fix more typos, primarily in the code 19 years ago
Linus Torvalds fc046a75d5 Abstract out accesses to object hash array 19 years ago
Linus Torvalds 1f1e895fcc Add "named object array" concept 19 years ago
Linus Torvalds d3ff6f5501 Move "void *util" from "struct object" into "struct commit" 19 years ago
Linus Torvalds 885a86abe2 Shrink "struct object" a bit 19 years ago
Junio C Hamano 84a9b58c42 sha1_name: warning ambiguous refs. 19 years ago
Johannes Schindelin 070879ca93 Use a hashtable for objects instead of a sorted list 19 years ago
Junio C Hamano 2c817df25d name-rev: do not omit leading components of ref name. 19 years ago
Junio C Hamano f2e6f1c976 name-rev: fix parent counting. 19 years ago