Sign in
googlers
/
jrn
/
git
/
611e42a5980a3a9f8bb3b1b49c1abde63c7a191e
/
builtin
/
reflog.c
21e1ee8
commit: add repository argument to lookup_commit_reference_gently
by Stefan Beller
· 7 years ago
f86bcc7
tree: add repository argument to lookup_tree
by Stefan Beller
· 7 years ago
109cd76
object: add repository argument to parse_object
by Stefan Beller
· 7 years ago
b16b60f
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
by Junio C Hamano
· 7 years ago
c89b6e1
Merge branch 'ds/lazy-load-trees'
by Junio C Hamano
· 7 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
· 7 years ago
2e27bd7
treewide: replace maybe_tree with accessor methods
by Derrick Stolee
· 7 years ago
891435d
treewide: rename tree to maybe_tree
by Derrick Stolee
· 7 years ago
a5bbc29
Merge branch 'bc/object-id'
by Junio C Hamano
· 7 years ago
99321e3
Merge branch 'nd/object-allocation-comments'
by Junio C Hamano
· 7 years ago
b4f5aca
sha1_file: convert read_sha1_file to struct object_id
by brian m. carlson
· 7 years ago
95308d6
object.h: update flag allocation comment
by Nguyễn Thái Ngọc Duy
· 7 years ago
dfa5990
reflog: rename 'new' variables
by Brandon Williams
· 7 years ago
5f96742
config: add --expiry-date
by Haaris Mehmood
· 7 years ago
0155f71
refs: convert reflog_expire parameter to struct object_id
by brian m. carlson
· 7 years ago
334dc52
refs: convert dwim_log to struct object_id
by brian m. carlson
· 7 years ago
b8acac5
builtin/reflog: convert remaining unsigned char uses to object_id
by brian m. carlson
· 7 years ago
7199203
object_array: add and use `object_array_pop()`
by Martin Ågren
· 7 years ago
dcb572a
object_array: use `object_array_clear()`, not `free()`
by Martin Ågren
· 7 years ago
0c6435a
Merge branch 'ab/wildmatch'
by Junio C Hamano
· 8 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
55d3426
wildmatch: remove unused wildopts parameter
by Ævar Arnfjörð Bjarmason
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 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
740ee05
Convert lookup_tree to struct object_id
by brian m. carlson
· 8 years ago
49a09e7
builtin/reflog: convert tree_is_complete to take struct object_id
by brian m. carlson
· 8 years ago
bc83266
Convert lookup_commit* to struct object_id
by brian m. carlson
· 8 years ago
4322478
reflog_expire: convert to struct object_id
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
7d924c9
struct name_entry: use struct object_id instead of unsigned char sha1[20]
by brian m. carlson
· 9 years ago
96ffc06
convert trivial cases to FLEX_ARRAY macros
by Jeff King
· 9 years ago
c3a700f
reflog_expire_cfg: NUL-terminate pattern field
by Jeff King
· 9 years ago
ed1c997
Remove get_object_hash.
by brian m. carlson
· 9 years ago
7999b2c
Add several uses of get_object_hash.
by brian m. carlson
· 9 years ago
0692a6c
Merge branch 'rs/pop-commit'
by Junio C Hamano
· 9 years ago
e510ab8
use pop_commit() for consuming the first entry of a struct commit_list
by René Scharfe
· 9 years ago
bc1c600
Merge branch 'ah/reflog-typofix-in-error'
by Junio C Hamano
· 10 years ago
99885bc
reflog: add missing single quote to error message
by Alex Henrie
· 10 years ago
afcb2e7
git-reflog: add exists command
by David Turner
· 10 years ago
5bcad1b
builtin/reflog: rewrite ref functions to take an object_id argument
by Michael Haggerty
· 10 years ago
2b2a5be
each_ref_fn: change to take an object_id parameter
by Michael Haggerty
· 10 years ago
fe2a181
reflog: improve and update documentation
by Michael Haggerty
· 10 years ago
fa5b183
reflog_expire(): new function in the reference API
by Michael Haggerty
· 10 years ago
b729eff
expire_reflog(): treat the policy callback data as opaque
by Michael Haggerty
· 10 years ago
82a645a
Move newlog and last_kept_sha1 to "struct expire_reflog_cb"
by Michael Haggerty
· 10 years ago
553daf1
expire_reflog(): move rewrite to flags argument
by Michael Haggerty
· 10 years ago
bc11155
expire_reflog(): move verbose to flags argument
by Michael Haggerty
· 10 years ago
8c22dd3
expire_reflog(): pass flags through to expire_reflog_ent()
by Michael Haggerty
· 10 years ago
ddd64c5
struct expire_reflog_cb: a new callback data type
by Michael Haggerty
· 10 years ago
ea7b4f6
Rename expire_reflog_cb to expire_reflog_policy_cb
by Michael Haggerty
· 10 years ago
c4c4fbf
expire_reflog(): move updateref to flags argument
by Michael Haggerty
· 10 years ago
98f31d8
expire_reflog(): move dry_run to flags argument
by Michael Haggerty
· 10 years ago
aba56c8
expire_reflog(): add a "flags" argument
by Michael Haggerty
· 10 years ago
c48a163
expire_reflog(): extract two policy-related functions
by Michael Haggerty
· 10 years ago
60cc3c4
Extract function should_expire_reflog_ent()
by Michael Haggerty
· 10 years ago
f3b661f
expire_reflog(): use a lock_file for rewriting the reflog file
by Michael Haggerty
· 10 years ago
2e376b3
expire_reflog(): return early if the reference has no reflog
by Michael Haggerty
· 10 years ago
524127a
expire_reflog(): rename "ref" parameter to "refname"
by Michael Haggerty
· 10 years ago
55dfc8d
expire_reflog(): it's not an each_ref_fn anymore
by Michael Haggerty
· 10 years ago
d70e331
Merge branch 'jk/prune-mtime'
by Junio C Hamano
· 10 years ago
d3038d2
prune: keep objects reachable from recent objects
by Jeff King
· 10 years ago
697cc8e
lockfile.h: extract new header file for the functions in lockfile.c
by Michael Haggerty
· 10 years ago
cf6950d
lockfile: change lock_file::filename into a strbuf
by Michael Haggerty
· 10 years ago
4da5883
refs.c: add new functions reflog_exists and delete_reflog
by Ronnie Sahlberg
· 11 years ago
eb07894
use wildmatch() directly without fnmatch() wrapper
by Nguyễn Thái Ngọc Duy
· 11 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
9a86b89
Merge branch 'bk/refs-multi-update'
by Junio C Hamano
· 11 years ago
b8f2311
Merge branch 'jk/free-tree-buffer'
by Junio C Hamano
· 11 years ago
9bbb0fa
refs: report ref type from lock_any_ref_for_update
by Brad King
· 12 years ago
6e454b9
clear parsed flag when we free tree buffers
by Jeff King
· 12 years ago
3e1e762
Merge branch 'jc/prune-all'
by Junio C Hamano
· 12 years ago
3d27b9b
date.c: add parse_expiry_date()
by Junio C Hamano
· 12 years ago
212ca64
Merge branch 'jc/maint-reflog-expire-clean-mark-typofix'
by Junio C Hamano
· 12 years ago
e8e92e0
reflog: fix typo in "reflog expire" clean-up codepath
by Junio C Hamano
· 12 years ago
b3873c3
reflog: use parse_config_key in config callback
by Jeff King
· 12 years ago
95cfe95
reflog: remove i18n legos in pruning message
by Nguyễn Thái Ngọc Duy
· 13 years ago
dc34719
prune: show progress while marking reachable objects
by Nguyễn Thái Ngọc Duy
· 13 years ago
bf01d4a
reflog: actually default to subcommand 'show'
by Michael Schubert
· 14 years ago
a660534
Merge branch 'jc/maint-no-reflog-expire-unreach-for-head'
by Junio C Hamano
· 15 years ago
a9eb304
Merge branch 'jc/maint-reflog-expire-unreachable'
by Junio C Hamano
· 15 years ago
ddd02b7
Merge branch 'maint'
by Junio C Hamano
· 15 years ago
2e0e8b6
Merge branch 'lt/deepen-builtin-source'
by Junio C Hamano
· 15 years ago
81b50f3
Move 'builtin-*' into a 'builtin/' subdirectory
by Linus Torvalds
· 15 years ago
[Renamed from builtin-reflog.c]
99caeed
Let 'git <command> -h' show usage without a git dir
by Jonathan Nieder
· 15 years ago
2b7ca83
use write_str_in_full helper to avoid literal string lengths
by Jim Meyering
· 16 years ago
e77095e
Better usage string for reflog.
by Matthieu Moy
· 16 years ago
b18cc5a
Fix more typos/spelling in comments
by Michael J Gruber
· 16 years ago
3ea3c21
Fix typos / spelling in comments
by Mike Ralphson
· 16 years ago
494fbfe
Speed up reflog pruning of unreachable commits
by Junio Hamano
· 16 years ago
666e07e
Clean up reflog unreachability pruning decision
by Linus Torvalds
· 16 years ago
98b35e2
Merge branch 'ar/maint-mksnpath' into ar/mksnpath
by Junio C Hamano
· 16 years ago
a4f34cb
Use git_pathdup instead of xstrdup(git_path(...))
by Alex Riesen
· 16 years ago
90fb46e
builtin-reflog: Allow reflog expire to name partial ref
by Pieter de Bie
· 17 years ago
10d9d88
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
55beff4
Fix deleting reflog entries from HEAD reflog
by Junio C Hamano
· 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
60bce2b
Make default expiration period of reflog used for stash infinite
by Junio C Hamano
· 17 years ago
3cb22b8
Per-ref reflog expiry configuration
by Junio C Hamano
· 17 years ago
Next »