index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
for-each-ref.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-1
/
+5
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-09
ref-filter: add ref_format_clear() function
Jeff King
1
-0
/
+1
2024-05-15
ref-filter: properly distinuish pseudo and root refs
Patrick Steinhardt
1
-1
/
+1
2024-02-23
for-each-ref: add new option to include root refs
Karthik Nayak
1
-3
/
+7
2024-02-23
ref-filter: rename 'FILTER_REFS_ALL' to 'FILTER_REFS_REGULAR'
Karthik Nayak
1
-1
/
+1
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-2
/
+1
2023-12-26
treewide: add direct includes currently only pulled in transitively
Elijah Newren
1
-0
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-11-16
ref-filter.h: add functions for filter/format & format-only
Victoria Dye
1
-26
/
+1
2023-11-16
ref-filter.h: add max_count and omit_empty to ref_format
Victoria Dye
1
-10
/
+11
2023-11-16
ref-filter.c: really don't sort when using --no-sort
Victoria Dye
1
-0
/
+3
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
1
-4
/
+3
2023-07-10
builtin/for-each-ref.c: add `--exclude` option
Taylor Blau
1
-0
/
+1
2023-07-10
ref-filter: add `ref_filter_clear()`
Jeff King
1
-2
/
+1
2023-07-10
ref-filter.h: provide `REF_FILTER_INIT`
Jeff King
1
-2
/
+1
2023-06-21
builtin.h: remove unneccessary includes
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+0
2023-04-21
Merge branch 'ow/ref-filter-omit-empty'
Junio C Hamano
1
-2
/
+5
2023-04-13
branch, for-each-ref, tag: add option to omit empty lines
Øystein Walle
1
-2
/
+5
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-20
for-each-ref: add ahead-behind format atom
Derrick Stolee
1
-0
/
+3
2023-03-20
for-each-ref: add --stdin option
Derrick Stolee
1
-1
/
+22
2021-10-20
for-each-ref: delay parsing of --sort=<atom> options
Junio C Hamano
1
-4
/
+4
2021-10-20
ref-filter API user: add and use a ref_sorting_release()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-09-27
ref-filter: stop setting FILTER_REFS_INCLUDE_BROKEN
Jeff King
1
-1
/
+1
2021-05-07
Merge branch 'ah/plugleaks'
Junio C Hamano
1
-0
/
+3
2021-04-28
builtin/for-each-ref: free filter and UNLEAK sorting.
Andrzej Hunt
1
-0
/
+3
2021-04-20
ref-filter: reuse output buffer
ZheNing Hu
1
-6
/
+7
2021-04-19
ref-filter: get rid of show_ref_array_item
ZheNing Hu
1
-2
/
+12
2021-01-07
ref-filter: move ref_sorting flags to a bitfield
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2020-09-16
ref-filter: allow merged and no-merged filters
Aaron Lipman
1
-1
/
+1
2020-05-08
Merge branch 'jk/for-each-ref-multi-key-sort-fix'
Junio C Hamano
1
-1
/
+1
2020-05-04
ref-filter: apply --ignore-case to all sorting keys
Jeff King
1
-1
/
+1
2019-03-21
parse_opt_ref_sorting: always use with NONEG flag
Jeff King
1
-2
/
+1
2017-10-04
provide --color option for all ref-filter users
Jeff King
1
-0
/
+1
2017-07-13
for-each-ref: load config earlier
Jeff King
1
-3
/
+2
2017-07-13
ref-filter: abstract ref format into its own struct
Jeff King
1
-10
/
+12
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-03-24
ref-filter: add --no-contains option to tag/branch/for-each-ref
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2017-03-23
for-each-ref: partly change <object> to <commit> in help
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2016-12-05
tag, branch, for-each-ref: add --ignore-case for sorting and filtering
Nguyễn Thái Ngọc Duy
1
-1
/
+4
2015-09-17
ref-filter: add option to match literal pattern
Karthik Nayak
1
-0
/
+1
2015-08-03
for-each-ref: add '--contains' option
Karthik Nayak
1
-0
/
+2
2015-08-03
for-each-ref: add '--merged' and '--no-merged' options
Karthik Nayak
1
-0
/
+3
2015-08-03
for-each-ref: add '--points-at' option
Karthik Nayak
1
-2
/
+7
2015-08-03
for-each-ref: introduce filter_refs()
Karthik Nayak
1
-10
/
+11
2015-08-03
ref-filter: move code from 'for-each-ref'
Karthik Nayak
1
-1074
/
+0
[next]