52 Commits (33028713206c3f59709617d8af5ba4212920a5f0)

Author SHA1 Message Date
Jeff King e30d463d45 reflog-walk: include all fields when freeing complete_reflogs 8 years ago
Jeff King 8aae3cf755 reflog-walk: don't free reflogs added to cache 8 years ago
Jeff King 75afe7ac87 reflog-walk: duplicate strings in complete_reflogs list 8 years ago
Jeff King 2272d3e542 reflog-walk: skip over double-null oid due to HEAD rename 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
Johannes Schindelin 5026b47175 add_reflog_for_walk: avoid memory leak 8 years ago
brian m. carlson fb4e352b40 Clean up outstanding object_id transforms. 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
brian m. carlson 9461d27240 refs: convert each_reflog_ent_fn to struct object_id 8 years ago
brian m. carlson 8ebc3fd01b reflog-walk: convert struct reflog_info to struct object_id 8 years ago
brian m. carlson 2928325fc0 Convert remaining callers of resolve_refdup to object_id 8 years ago
SZEDER Gábor 71abeb753f reflog: continue walking the reflog past root commits 9 years ago
Dennis Kaarsemaker aecad374ae reflog-walk: don't segfault on non-commit sha1's in the reflog 9 years ago
Jeff King 75faa45ae0 replace trivial malloc + sprintf / strcpy calls with xstrfmt 9 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
David Aguilar 24d36f1472 stylefix: asterisks stick to the variable, not the type 10 years ago
Brian Gesiak 8e1aa2f792 reflog-walk.c: rearrange xcalloc arguments 11 years ago
Sun He 50546b15ed Use hashcpy() when copying object names 11 years ago
Dmitry S. Dolzhenko 6647cc2626 reflog-walk.c: use ALLOC_GROW() 11 years ago
Junio C Hamano 55ccf85a52 reflog-walk: tell explicit --date=default from not having --date at all 13 years ago
Jeff King 794151e9b5 reflog-walk: always make HEAD@{0} show indexed selectors 13 years ago
Jeff King a763126b5c reflog-walk: clean up "flag" field of commit_reflog struct 13 years ago
Jeff King cd1957f5fc pretty: give placeholders to reflog identity 13 years ago
Nguyễn Thái Ngọc Duy 96ec7b1e70 Convert resolve_ref+xstrdup to new resolve_refdup function 13 years ago
Nguyễn Thái Ngọc Duy d5a35c114a Copy resolve_ref() return value for longer use 13 years ago
Jeff King ffa1eeaeea reflogs: clear flags properly in corner case 14 years ago
Julian Phillips e8c8b7139c string_list: Fix argument order for string_list_lookup 15 years ago
Julian Phillips 78a395d371 string_list: Fix argument order for string_list_insert 15 years ago
Thomas Rast 8f8f5476cd Introduce new pretty formats %g[sdD] for reflog information 15 years ago
Thomas Rast 72b103fec7 reflog-walk: refactor the branch@{num} formatting 15 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Jeff King cd4371208a make oneline reflog dates more consistent with multiline format 16 years ago
Johannes Schindelin c455c87c5c Rename path_list to string_list 17 years ago
Johannes Schindelin 7b69b873fa git log -g: Complain, but do not fail, when no reflogs are there 18 years ago
Johannes Schindelin eb3a48221f log --reflog: use dwim_log 18 years ago
Johannes Schindelin 4e244cbc5c log --reflog: honour --relative-date 18 years ago
Johannes Schindelin d271fd5311 Teach the '@{...}' notation to git-log -g 18 years ago
Nicolas Pitre 903b45fe18 git-log -g --pretty=oneline should display the reflog message 18 years ago
Johannes Schindelin 40ab7c33cd --walk-reflogs: actually find the right commit by date. 18 years ago
Junio C Hamano 4d12a47123 Fix --walk-reflog with --pretty=oneline 18 years ago
Junio C Hamano 53645a3a62 reflog-walk: build fixes 18 years ago
Johannes Schindelin db055e65d2 --walk-reflogs: disallow uninteresting commits 18 years ago
Johannes Schindelin 8860fd42fc Teach the revision walker to walk by reflogs with --walk-reflogs 18 years ago