index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
reflog-walk.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
refs: remove `dwim_log()`
Patrick Steinhardt
2024-05-17
1
-2
/
+2
*
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
1
-8
/
+19
*
date: make DATE_MODE thread-safe
René Scharfe
2024-04-06
1
-2
/
+2
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
*
string-list: mark unused callback parameters
Jeff King
2022-10-18
1
-1
/
+1
*
revisions API: release "reflog_info" in release revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-1
/
+23
*
refs: make repo_dwim_log() accept a NULL oid
Ævar Arnfjörð Bjarmason
2021-08-25
1
-2
/
+1
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-2
/
+2
*
Merge branch 'nd/i18n'
Junio C Hamano
2018-08-16
1
-2
/
+2
|
\
|
*
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
2018-07-23
1
-2
/
+2
*
|
object: add repository argument to parse_object
Stefan Beller
2018-06-29
1
-1
/
+2
|
/
*
refs: convert dwim_log to struct object_id
brian m. carlson
2017-10-16
1
-1
/
+1
*
refs: pass NULL to resolve_refdup() if hash is not needed
René Scharfe
2017-10-01
1
-4
/
+2
*
reflog-walk: apply --since/--until to reflog dates
Jeff King
2017-07-09
1
-0
/
+12
*
reflog-walk: stop using fake parents
Jeff King
2017-07-09
1
-86
/
+51
*
rev-list: check reflog_info before showing usage
Jeff King
2017-07-09
1
-0
/
+5
*
Merge branch 'jk/reflog-walk-maint' into jk/reflog-walk
Junio C Hamano
2017-07-07
1
-12
/
+21
|
\
|
*
reflog-walk: include all fields when freeing complete_reflogs
Jeff King
2017-07-07
1
-8
/
+18
|
*
reflog-walk: don't free reflogs added to cache
Jeff King
2017-07-07
1
-4
/
+0
|
*
reflog-walk: duplicate strings in complete_reflogs list
Jeff King
2017-07-07
1
-0
/
+1
|
*
reflog-walk: skip over double-null oid due to HEAD rename
Jeff King
2017-07-05
1
-0
/
+2
*
|
Merge branch 'js/plug-leaks'
Junio C Hamano
2017-05-29
1
-3
/
+17
|
\
|
|
*
add_reflog_for_walk: avoid memory leak
Johannes Schindelin
2017-05-08
1
-3
/
+17
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-29
1
-3
/
+3
|
\
\
|
*
|
object: convert parse_object* to take struct object_id
brian m. carlson
2017-05-08
1
-2
/
+2
|
*
|
Clean up outstanding object_id transforms.
brian m. carlson
2017-05-02
1
-1
/
+1
|
|
/
*
/
timestamp_t: a new data type for timestamps
Johannes Schindelin
2017-04-27
1
-4
/
+4
|
/
*
refs: convert each_reflog_ent_fn to struct object_id
brian m. carlson
2017-02-22
1
-3
/
+3
*
reflog-walk: convert struct reflog_info to struct object_id
brian m. carlson
2017-02-22
1
-6
/
+6
*
Convert remaining callers of resolve_refdup to object_id
brian m. carlson
2017-02-22
1
-6
/
+6
*
reflog: continue walking the reflog past root commits
SZEDER Gábor
2016-06-07
1
-0
/
+6
*
Merge branch 'dk/reflog-walk-with-non-commit'
Junio C Hamano
2016-01-20
1
-5
/
+11
|
\
|
*
reflog-walk: don't segfault on non-commit sha1's in the reflog
Dennis Kaarsemaker
2016-01-05
1
-5
/
+11
*
|
replace trivial malloc + sprintf / strcpy calls with xstrfmt
Jeff King
2015-09-25
1
-4
/
+3
|
/
*
convert "enum date_mode" into a struct
Jeff King
2015-06-29
1
-2
/
+2
*
refs.c: change resolve_ref_unsafe reading argument to be a flags field
Ronnie Sahlberg
2014-10-15
1
-2
/
+3
*
stylefix: asterisks stick to the variable, not the type
David Aguilar
2014-09-02
1
-1
/
+1
*
reflog-walk.c: rearrange xcalloc arguments
Brian Gesiak
2014-05-27
1
-4
/
+4
*
Merge branch 'sh/use-hashcpy'
Junio C Hamano
2014-03-18
1
-2
/
+2
|
\
|
*
Use hashcpy() when copying object names
Sun He
2014-03-06
1
-2
/
+2
*
|
reflog-walk.c: use ALLOC_GROW()
Dmitry S. Dolzhenko
2014-03-03
1
-10
/
+2
|
/
*
Merge branch 'jk/maint-reflog-walk-count-vs-time'
Junio C Hamano
2012-05-11
1
-6
/
+16
|
\
|
*
reflog-walk: tell explicit --date=default from not having --date at all
Junio C Hamano
2012-05-07
1
-4
/
+4
|
*
reflog-walk: always make HEAD@{0} show indexed selectors
Jeff King
2012-05-04
1
-1
/
+2
|
*
reflog-walk: clean up "flag" field of commit_reflog struct
Jeff King
2012-05-04
1
-3
/
+12
*
|
Merge branch 'jk/pretty-reglog-ent'
Junio C Hamano
2011-12-22
1
-0
/
+12
|
\
\
|
*
|
pretty: give placeholders to reflog identity
Jeff King
2011-12-16
1
-0
/
+12
|
|
/
[next]