85 Commits (1dff6dc016a3b20e92910004ade1c13339b6fe7f)

Author SHA1 Message Date
Junio C Hamano 98e7ab6d42 for-each-ref: delay parsing of --sort=<atom> options 3 years ago
Ævar Arnfjörð Bjarmason e5fb028688 ref-filter API user: add and use a ref_sorting_release() 3 years ago
Jeff King 1763334caf ref-filter: stop setting FILTER_REFS_INCLUDE_BROKEN 3 years ago
Andrzej Hunt a317a553b8 builtin/for-each-ref: free filter and UNLEAK sorting. 4 years ago
ZheNing Hu 844c3f0b0b ref-filter: reuse output buffer 4 years ago
ZheNing Hu 22f69a85ed ref-filter: get rid of show_ref_array_item 4 years ago
Ævar Arnfjörð Bjarmason 7c269a7b16 ref-filter: move ref_sorting flags to a bitfield 4 years ago
Aaron Lipman 21bf933928 ref-filter: allow merged and no-merged filters 5 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 8 years ago
Jeff King d8b68686a4 for-each-ref: load config earlier 8 years ago
Jeff King 4a68e36d7d ref-filter: abstract ref format into its own struct 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 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 10 years ago
Karthik Nayak 4a71109aa4 for-each-ref: add '--contains' option 10 years ago
Karthik Nayak 7c32834813 for-each-ref: add '--merged' and '--no-merged' options 10 years ago
Karthik Nayak d325406ef2 for-each-ref: add '--points-at' option 10 years ago
Karthik Nayak 14de7fba34 for-each-ref: introduce filter_refs() 10 years ago
Karthik Nayak c95b758587 ref-filter: move code from 'for-each-ref' 10 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 10 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 11 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 11 years ago
Jeff King f6c5a2968c color_parse: do not mention variable name in error message 11 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 11 years ago
Arjun Sreedharan 693eb02a5e calloc() and xcalloc() takes nmemb and then size 11 years ago
René Scharfe 4bbaa1eb6f use commit_list_count() to count the members of commit_lists 11 years ago