3462 Commits (df0b6cfbda88144714541664fb501146d6465a82)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy df0b6cfbda worktree: new place for "git prune --worktrees" 10 years ago
Nguyễn Thái Ngọc Duy e1c1ab9d25 checkout: don't check worktrees when not necessary 10 years ago
Max Kirillov 562bc08093 prune --worktrees: fix expire vs worktree existence condition 10 years ago
Nguyễn Thái Ngọc Duy 1d0fa898ea checkout: add --ignore-other-wortrees 10 years ago
Nguyễn Thái Ngọc Duy 10f102be21 checkout: pass whole struct to parse_branchname_arg instead of individual flags 10 years ago
Max Kirillov ee4fb8435e checkout: do not fail if target is an empty directory 10 years ago
Dennis Kaarsemaker 3473ad0cf6 checkout: don't require a work tree when checking out into a new one 10 years ago
Nguyễn Thái Ngọc Duy 77a6d84045 count-objects: report unused files in $GIT_DIR/worktrees/... 10 years ago
Nguyễn Thái Ngọc Duy e3df33bb1b gc: support prune --worktrees 10 years ago
Nguyễn Thái Ngọc Duy 09dbb90b09 gc: factor out gc.pruneexpire parsing code 10 years ago
Nguyễn Thái Ngọc Duy 2cfe2a7878 gc: style change -- no SP before closing parenthesis 10 years ago
Nguyễn Thái Ngọc Duy 3b8925c78b checkout: clean up half-prepared directories in --to mode 10 years ago
Nguyễn Thái Ngọc Duy 5883034c61 checkout: reject if the branch is already checked out elsewhere 10 years ago
Nguyễn Thái Ngọc Duy 23af91d102 prune: strategies for linked checkouts 10 years ago
Nguyễn Thái Ngọc Duy 529fef20cf checkout: support checking out into a new working directory 10 years ago
Nguyễn Thái Ngọc Duy 91aacda85a use new wrapper write_file() for simple file writing 10 years ago
Nguyễn Thái Ngọc Duy 31e26ebcb5 setup.c: support multi-checkout repo setup 10 years ago
Nguyễn Thái Ngọc Duy af07b20d51 commit: use SEQ_DIR instead of hardcoding "sequencer" 10 years ago
Nguyễn Thái Ngọc Duy 1fdc2abf1b reflog: avoid constructing .lock path with git_path 10 years ago
Nguyễn Thái Ngọc Duy 557bd833bb git_path(): be aware of file relocation in $GIT_DIR 10 years ago
Nguyễn Thái Ngọc Duy 1a83c240f2 git_snpath(): retire and replace with strbuf_git_path() 10 years ago
Nguyễn Thái Ngọc Duy dcf692625a path.c: make get_pathname() call sites return const char * 10 years ago
Jeff King 72549dfd5d fetch: load all default config at startup 10 years ago
René Scharfe 5d222c099e receive-pack: avoid minor leak in case start_async() fails 10 years ago
Michael J Gruber b9459019bb push: heed user.signingkey for signed pushes 10 years ago
Etienne Buira 0f4b6db3ba Handle atexit list internaly for unthreaded builds 10 years ago
René Scharfe a915459097 use env_array member of struct child_process 10 years ago
Jeff King 2113471478 pack-objects: turn off bitmaps when we split packs 10 years ago
Jeff King b1e757f363 pack-objects: double-check options before discarding objects 10 years ago
Jeff King c90f9e13ab repack: pack objects mentioned by the index 10 years ago
Jeff King edfbb2aa53 pack-objects: use argv_array 10 years ago
Jeff King 9e0c3c4fcd make add_object_array_with_context interface more sane 11 years ago
Jeff King abcb86553d pack-objects: match prune logic for discarding objects 11 years ago
Jeff King d0d46abc16 pack-objects: refactor unpack-unreachable expiration check 11 years ago
Jeff King d3038d22f9 prune: keep objects reachable from recent objects 11 years ago
Jeff King 4a1e693a30 count-objects: use for_each_loose_file_in_objdir 11 years ago
Jeff King cac05d4dfd count-objects: do not use xsize_t when counting object size 11 years ago
Jeff King 0d3b729680 prune-packed: use for_each_loose_file_in_objdir 11 years ago
Jeff King 27e1e22d5e prune: factor out loose-object directory traversal 11 years ago
Ronnie Sahlberg 2ebb49ca8a remote rm/prune: print a message when writing packed-refs fails 11 years ago
Ronnie Sahlberg 971c41c717 for-each-ref: skip and warn about broken ref names 11 years ago
Ronnie Sahlberg d0f810f0bc refs.c: allow listing and deleting badly named refs 11 years ago
Ronnie Sahlberg 18f29fc61e branch -d: simplify by using RESOLVE_REF_READING 11 years ago
Jonathan Nieder 62a2d52514 branch -d: avoid repeated symref resolution 11 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 11 years ago
Ronnie Sahlberg cd94f76572 fetch.c: change s_update_ref to use a ref transaction 11 years ago
Ronnie Sahlberg db7516ab9f refs.c: pass the ref log message to _create/delete/update instead of _commit 11 years ago
Jeff King f6c5a2968c color_parse: do not mention variable name in error message 11 years ago
Jonathan Nieder 8852117a60 pass config slots as pointers instead of offsets 11 years ago
Christian Couder 6634f05454 trailer: add interpret-trailers command 11 years ago