index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ref-filter.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'dr/push-remote-ref-update'
Junio C Hamano
2020-03-11
1
-4
/
+2
|
\
|
*
remote: drop "explicit" parameter from remote_ref_for_branch()
Jeff King
2020-03-03
1
-4
/
+2
*
|
packed_object_info(): use object_id for returning delta base
Jeff King
2020-02-24
1
-2
/
+2
|
/
*
Merge branch 'ew/hashmap'
Junio C Hamano
2019-10-15
1
-13
/
+20
|
\
|
*
hashmap_entry: remove first member requirement from docs
Eric Wong
2019-10-07
1
-1
/
+1
|
*
hashmap: introduce hashmap_free_entries
Eric Wong
2019-10-07
1
-1
/
+2
|
*
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
2019-10-07
1
-4
/
+7
|
*
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-5
/
+7
|
*
hashmap_add takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
|
*
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+2
*
|
Merge branch 'rs/get-tagged-oid'
Junio C Hamano
2019-09-30
1
-2
/
+2
|
\
\
|
*
|
use get_tagged_oid()
René Scharfe
2019-09-05
1
-2
/
+2
|
|
/
*
|
Merge branch 'mp/for-each-ref-missing-name-or-email'
Junio C Hamano
2019-09-09
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
ref-filter: initialize empty name or email fields
Mischa POSLAWSKY
2019-08-22
1
-3
/
+3
*
|
Merge branch 'ma/ref-filter-leakfix'
Junio C Hamano
2019-07-19
1
-5
/
+9
|
\
\
|
*
|
ref-filter: fix memory leak in `free_array_item()`
Martin Ågren
2019-07-10
1
-5
/
+9
*
|
|
Merge branch 'tb/ref-filter-multiple-patterns'
Junio C Hamano
2019-07-19
1
-26
/
+63
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ref-filter.c: find disjoint pattern prefixes
Taylor Blau
2019-06-27
1
-26
/
+63
*
|
|
Merge branch 'md/sort-detached-head-first'
Junio C Hamano
2019-07-10
1
-16
/
+16
|
\
\
\
|
*
|
|
ref-filter: sort detached HEAD lines firstly
Matthew DeVore
2019-06-19
1
-16
/
+16
*
|
|
|
Merge branch 'nb/branch-show-other-worktrees-head'
Junio C Hamano
2019-07-10
1
-0
/
+78
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
ref-filter: add worktreepath atom
Nickolai Belakovski
2019-05-07
1
-0
/
+78
*
|
|
|
Merge branch 'dr/ref-filter-push-track-fix'
Junio C Hamano
2019-05-08
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
ref-filter: use correct branch for %(push:track)
Damien Robert
2019-04-18
1
-2
/
+4
|
|
|
/
/
|
|
/
|
|
*
|
|
|
parse_opt_ref_sorting: always use with NONEG flag
Jeff King
2019-03-21
1
-2
/
+7
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'nd/completion-more-parameters'
Junio C Hamano
2019-03-07
1
-0
/
+4
|
\
\
\
|
*
|
|
completion: add more parameter value completion
Nguyễn Thái Ngọc Duy
2019-02-20
1
-0
/
+4
|
|
/
/
*
|
|
ref-filter: drop unused "sz" parameters
Jeff King
2019-02-15
1
-14
/
+14
*
|
|
ref-filter: drop unused "obj" parameters
Jeff King
2019-02-15
1
-7
/
+7
*
|
|
ref-filter: drop unused buf/sz pairs
Jeff King
2019-02-15
1
-4
/
+4
|
/
/
*
|
Merge branch 'ot/ref-filter-object-info'
Junio C Hamano
2019-01-18
1
-5
/
+30
|
\
\
|
*
|
ref-filter: give uintmax_t to format with %PRIuMAX
Junio C Hamano
2019-01-10
1
-1
/
+1
|
*
|
ref-filter: add deltabase option
Olga Telezhnaya
2018-12-28
1
-1
/
+15
|
*
|
ref-filter: add check for negative file size
Olga Telezhnaya
2018-12-28
1
-0
/
+2
|
*
|
ref-filter: add objectsize:disk option
Olga Telezhnaya
2018-12-28
1
-7
/
+16
*
|
|
Merge branch 'nd/the-index'
Junio C Hamano
2019-01-04
1
-1
/
+1
|
\
\
\
|
*
|
|
wt-status.c: remove implicit dependency the_repository
Nguyễn Thái Ngọc Duy
2018-11-12
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'nd/i18n'
Junio C Hamano
2019-01-04
1
-3
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
parse-options: replace opterror() with optname()
Nguyễn Thái Ngọc Duy
2018-11-12
1
-3
/
+5
*
|
|
Merge branch 'tb/print-size-t-with-uintmax-format'
Junio C Hamano
2018-11-19
1
-1
/
+1
|
\
\
\
|
*
|
|
Upcast size_t variables to uintmax_t when printing
Torsten Bögershausen
2018-11-12
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'sg/ref-filter-wo-repository'
Junio C Hamano
2018-11-18
1
-0
/
+4
|
\
\
\
|
*
|
|
ref-filter: don't look for objects when outside of a repository
SZEDER Gábor
2018-11-16
1
-0
/
+4
|
|
/
/
*
/
/
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
2018-11-06
1
-0
/
+2
|
/
/
*
|
Merge branch 'ot/ref-filter-plug-leaks'
Junio C Hamano
2018-10-30
1
-42
/
+58
|
\
\
|
|
/
|
/
|
|
*
ref-filter: free item->value and item->value->s
Olga Telezhnaya
2018-10-19
1
-42
/
+54
|
*
ref-filter: free memory from used_atom
Olga Telezhnaya
2018-10-19
1
-0
/
+4
*
|
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+1
*
|
Merge branch 'jk/trailer-fixes'
Junio C Hamano
2018-09-17
1
-0
/
+2
|
\
\
[next]