Sign in
googlers
/
jrn
/
git
/
11e95e16e8ef70c6c757d50a99f9b310e6c795f4
/
reflog-walk.c
1ee3471
string-list: mark unused callback parameters
by Jeff King
· 2 years, 5 months ago
81ffbf8
revisions API: release "reflog_info" in release revisions()
by Ævar Arnfjörð Bjarmason
· 2 years, 11 months ago
6f45ec8
refs: make repo_dwim_log() accept a NULL oid
by Ævar Arnfjörð Bjarmason
· 3 years, 7 months ago
ca56dad
use CALLOC_ARRAY
by René Scharfe
· 4 years ago
4bea848
Merge branch 'nd/i18n'
by Junio C Hamano
· 7 years ago
1a07e59
Update messages in preparation for i18n
by Nguyễn Thái Ngọc Duy
· 7 years ago
109cd76
object: add repository argument to parse_object
by Stefan Beller
· 7 years ago
334dc52
refs: convert dwim_log to struct object_id
by brian m. carlson
· 7 years ago
efbd4fd
refs: pass NULL to resolve_refdup() if hash is not needed
by René Scharfe
· 7 years ago
de23944
reflog-walk: apply --since/--until to reflog dates
by Jeff King
· 8 years ago
d08565b
reflog-walk: stop using fake parents
by Jeff King
· 8 years ago
7f97de5
rev-list: check reflog_info before showing usage
by Jeff King
· 8 years ago
be5982a
Merge branch 'jk/reflog-walk-maint' into jk/reflog-walk
by Junio C Hamano
· 8 years ago
e30d463
reflog-walk: include all fields when freeing complete_reflogs
by Jeff King
· 8 years ago
8aae3cf
reflog-walk: don't free reflogs added to cache
by Jeff King
· 8 years ago
75afe7a
reflog-walk: duplicate strings in complete_reflogs list
by Jeff King
· 8 years ago
2272d3e
reflog-walk: skip over double-null oid due to HEAD rename
by Jeff King
· 8 years ago
849e671
Merge branch 'js/plug-leaks'
by Junio C Hamano
· 8 years ago
6b526ce
Merge branch 'bc/object-id'
by Junio C Hamano
· 8 years ago
c251c83
object: convert parse_object* to take struct object_id
by brian m. carlson
· 8 years ago
5026b47
add_reflog_for_walk: avoid memory leak
by Johannes Schindelin
· 8 years ago
fb4e352
Clean up outstanding object_id transforms.
by brian m. carlson
· 8 years ago
dddbad7
timestamp_t: a new data type for timestamps
by Johannes Schindelin
· 8 years ago
9461d27
refs: convert each_reflog_ent_fn to struct object_id
by brian m. carlson
· 8 years ago
8ebc3fd
reflog-walk: convert struct reflog_info to struct object_id
by brian m. carlson
· 8 years ago
2928325
Convert remaining callers of resolve_refdup to object_id
by brian m. carlson
· 8 years ago
71abeb7
reflog: continue walking the reflog past root commits
by SZEDER Gábor
· 9 years ago
ceef512
Merge branch 'dk/reflog-walk-with-non-commit'
by Junio C Hamano
· 9 years ago
aecad37
reflog-walk: don't segfault on non-commit sha1's in the reflog
by Dennis Kaarsemaker
· 9 years ago
75faa45
replace trivial malloc + sprintf / strcpy calls with xstrfmt
by Jeff King
· 9 years ago
a5481a6
convert "enum date_mode" into a struct
by Jeff King
· 10 years ago
7695d11
refs.c: change resolve_ref_unsafe reading argument to be a flags field
by Ronnie Sahlberg
· 11 years ago
24d36f1
stylefix: asterisks stick to the variable, not the type
by David Aguilar
· 11 years ago
8e1aa2f
reflog-walk.c: rearrange xcalloc arguments
by Brian Gesiak
· 11 years ago
006f678
Merge branch 'sh/use-hashcpy'
by Junio C Hamano
· 11 years ago
50546b1
Use hashcpy() when copying object names
by Sun He
· 11 years ago
6647cc2
reflog-walk.c: use ALLOC_GROW()
by Dmitry S. Dolzhenko
· 11 years ago
d318a39
Merge branch 'jk/maint-reflog-walk-count-vs-time'
by Junio C Hamano
· 13 years ago
55ccf85
reflog-walk: tell explicit --date=default from not having --date at all
by Junio C Hamano
· 13 years ago
794151e
reflog-walk: always make HEAD@{0} show indexed selectors
by Jeff King
· 13 years ago
a763126
reflog-walk: clean up "flag" field of commit_reflog struct
by Jeff King
· 13 years ago
adb8676
Merge branch 'jk/pretty-reglog-ent'
by Junio C Hamano
· 13 years ago
cd1957f
pretty: give placeholders to reflog identity
by Jeff King
· 13 years ago
96ec7b1
Convert resolve_ref+xstrdup to new resolve_refdup function
by Nguyễn Thái Ngọc Duy
· 13 years ago
d5a35c1
Copy resolve_ref() return value for longer use
by Nguyễn Thái Ngọc Duy
· 13 years ago
9f5074e
Merge branch 'jk/maint-reflog-bottom'
by Junio C Hamano
· 14 years ago
ffa1eea
reflogs: clear flags properly in corner case
by Jeff King
· 14 years ago
e8c8b71
string_list: Fix argument order for string_list_lookup
by Julian Phillips
· 15 years ago
78a395d
string_list: Fix argument order for string_list_insert
by Julian Phillips
· 15 years ago
8f8f547
Introduce new pretty formats %g[sdD] for reflog information
by Thomas Rast
· 15 years ago
72b103f
reflog-walk: refactor the branch@{num} formatting
by Thomas Rast
· 15 years ago
4b25d09
Fix a bunch of pointer declarations (codestyle)
by Felipe Contreras
· 16 years ago
cd43712
make oneline reflog dates more consistent with multiline format
by Jeff King
· 16 years ago
c455c87
Rename path_list to string_list
by Johannes Schindelin
· 17 years ago
7b69b87
git log -g: Complain, but do not fail, when no reflogs are there
by Johannes Schindelin
· 18 years ago
eb3a482
log --reflog: use dwim_log
by Johannes Schindelin
· 18 years ago
4e244cb
log --reflog: honour --relative-date
by Johannes Schindelin
· 18 years ago
d271fd5
Teach the '@{...}' notation to git-log -g
by Johannes Schindelin
· 18 years ago
903b45f
git-log -g --pretty=oneline should display the reflog message
by Nicolas Pitre
· 18 years ago
40ab7c3
--walk-reflogs: actually find the right commit by date.
by Johannes Schindelin
· 18 years ago
4d12a47
Fix --walk-reflog with --pretty=oneline
by Junio C Hamano
· 18 years ago
53645a3
reflog-walk: build fixes
by Junio C Hamano
· 18 years ago
db055e6
--walk-reflogs: disallow uninteresting commits
by Johannes Schindelin
· 18 years ago
8860fd4
Teach the revision walker to walk by reflogs with --walk-reflogs
by Johannes Schindelin
· 18 years ago