77 Commits (71ca53e8125e36efbda17293c50027d31681a41f)

Author SHA1 Message Date
Aaron Lipman 21bf933928 ref-filter: allow merged and no-merged filters 4 years ago
Jeff King 76f9e569ad ref-filter: apply --ignore-case to all sorting keys 5 years ago
Jeff King 95be717cd5 parse_opt_ref_sorting: always use with NONEG flag 6 years ago
Jeff King 0c88bf5050 provide --color option for all ref-filter users 7 years ago
Jeff King d8b68686a4 for-each-ref: load config earlier 7 years ago
Jeff King 4a68e36d7d ref-filter: abstract ref format into its own struct 7 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 7 years ago
Ævar Arnfjörð Bjarmason ac3f5a3468 ref-filter: add --no-contains option to tag/branch/for-each-ref 8 years ago
Ævar Arnfjörð Bjarmason 7ac04f1398 for-each-ref: partly change <object> to <commit> in help 8 years ago
Nguyễn Thái Ngọc Duy 3bb16a8bf2 tag, branch, for-each-ref: add --ignore-case for sorting and filtering 8 years ago
Karthik Nayak bef0e12bec ref-filter: add option to match literal pattern 9 years ago
Karthik Nayak 4a71109aa4 for-each-ref: add '--contains' option 9 years ago
Karthik Nayak 7c32834813 for-each-ref: add '--merged' and '--no-merged' options 9 years ago
Karthik Nayak d325406ef2 for-each-ref: add '--points-at' option 9 years ago
Karthik Nayak 14de7fba34 for-each-ref: introduce filter_refs() 9 years ago
Karthik Nayak c95b758587 ref-filter: move code from 'for-each-ref' 9 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 9 years ago
Karthik Nayak 69b1cf91e5 ref-filter: add 'ref-filter.h' 10 years ago
Karthik Nayak 73079d21ec for-each-ref: rename variables called sort to sorting 10 years ago
Karthik Nayak 277b915715 for-each-ref: rename some functions and make them public 10 years ago
Karthik Nayak 8e33678a26 for-each-ref: introduce 'ref_array_clear()' 10 years ago
Karthik Nayak 215b565126 for-each-ref: introduce new structures for better organisation 10 years ago
Karthik Nayak 5879232090 for-each-ref: rename 'refinfo' to 'ref_array_item' 10 years ago
Karthik Nayak fc80edcae1 for-each-ref: clean up code 10 years ago
Karthik Nayak ed01e206ba for-each-ref: extract helper functions out of grab_single_ref() 10 years ago
Michael Haggerty 8afc493d11 for-each-ref: report broken references correctly 10 years ago
Michael Haggerty 30a3fd4050 grab_single_ref(): rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Jeff King 29bc88505f for-each-ref: accept "%(push)" format 10 years ago
Jeff King 3dbe9db01b for-each-ref: use skip_prefix instead of starts_with 10 years ago
Jeff King 979cb245e2 remote.c: return upstream name from stat_tracking_info 10 years ago
Jeff King 3a429d0af3 remote.c: report specific errors from branch_get_upstream 10 years ago
Jeff King a9f9f8cc1f remote.c: introduce branch_get_upstream helper 10 years ago
René Scharfe 008d5d005d for-each-ref: use skip_prefix() to avoid duplicate string comparison 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Raphael Kubo da Costa b6160d950c for-each-ref: always check stat_tracking_info()'s return value 10 years ago
Ralf Thielow b799a696b2 for-each-ref: correct spelling of Tcl in option description 10 years ago
Ronnie Sahlberg 971c41c717 for-each-ref: skip and warn about broken ref names 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
Jeff King f6c5a2968c color_parse: do not mention variable name in error message 10 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 10 years ago
Arjun Sreedharan 693eb02a5e calloc() and xcalloc() takes nmemb and then size 10 years ago
René Scharfe 4bbaa1eb6f use commit_list_count() to count the members of commit_lists 10 years ago
René Scharfe 50e19a8358 Use starts_with() for C strings instead of memcmp() 11 years ago
Nguyễn Thái Ngọc Duy eb07894fe0 use wildmatch() directly without fnmatch() wrapper 11 years ago
Ramkumar Ramachandra b9cf14d43b for-each-ref: remove unused variable 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Ramkumar Ramachandra db64eb655b for-each-ref: avoid color leakage 11 years ago
Ramkumar Ramachandra fddb74c947 for-each-ref: introduce %(color:...) for color 11 years ago
Ramkumar Ramachandra b28061ce0d for-each-ref: introduce %(upstream:track[short]) 11 years ago