155 Commits (7d7d680221e6aac4210cf3c0be9ab237bc45b781)

Author SHA1 Message Date
Matthieu Moy bca3969534 checkout: proper error message on 'git checkout foo bar --' 12 years ago
Matthieu Moy a047fafc78 checkout: allow dwim for branch creation for "git checkout $branch --" 12 years ago
Nguyễn Thái Ngọc Duy 625c3304e2 add: lift the pathspec magic restriction on "add -p" 12 years ago
Stefan Beller f902207550 checkout: remove superfluous local variable 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Stefan Beller 4741edd549 Remove deprecated OPTION_BOOLEAN for parsing arguments 12 years ago
Nguyễn Thái Ngọc Duy 17ddc66e70 convert report_path_error to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 18e4f40599 checkout: convert read_tree_some to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 480ca6449e convert run_add_interactive to use struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 5ab2a2dabd convert read_cache_preload() to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 817b345aeb checkout: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Brandon Casey 2c48420232 builtin/checkout.c: don't leak memory in check_tracking_name 12 years ago
Ramkumar Ramachandra 3bed291a3b checkout: respect GIT_REFLOG_ACTION 12 years ago
Johan Herland fa83a33b22 checkout: Use remote refspecs when DWIMming tracking branches 12 years ago
Nguyễn Thái Ngọc Duy 08d595dc1c checkout: add --ignore-skip-worktree-bits in sparse checkout mode 12 years ago
Kevin Bracey d6e1466095 checkout: abbreviate hash in suggest_reattach 12 years ago
Nguyễn Thái Ngọc Duy e721c1544f checkout: avoid unnecessary match_pathspec calls 12 years ago
Jeff King afa8c07a26 checkout: print a message when switching unborn branches 12 years ago
Nguyễn Thái Ngọc Duy b6312c27a0 checkout: reorder option handling 13 years ago
Nguyễn Thái Ngọc Duy e51e30577a checkout: move more parameters to struct checkout_opts 13 years ago
Nguyễn Thái Ngọc Duy a2b4994c82 checkout: pass "struct checkout_opts *" as const pointer 13 years ago
Nguyễn Thái Ngọc Duy e05a10937c i18n: checkout: mark parseopt strings for translation 13 years ago
Thomas Rast 28452655af diff_setup_done(): return void 13 years ago
Jeff King add416a6c0 checkout: don't confuse ref and object flags 13 years ago
Thomas Gummerer b60e188c51 Strip namelen out of ce_flags into a ce_namelen field 13 years ago
Chris Webb 8ced1aa08f git-checkout: disallow --detach on unborn branch 13 years ago
Avery Pennarun e9fc64c60a checkout: no progress messages if !isatty(2). 13 years ago
Erik Faye-Lund 8338f771fe checkout: do not corrupt HEAD on empty repo 13 years ago
Johannes Sixt 5d8863954f checkout (detached): truncate list of orphaned commits at the new HEAD 13 years ago
Jeff King f9a482e62b checkout: suppress tracking message with "-q" 13 years ago
Junio C Hamano abe199808c git checkout -b: allow switching out of an unborn branch 13 years ago
Nguyễn Thái Ngọc Duy 2857093ba1 clone: print advice on checking out detached HEAD 13 years ago
Junio C Hamano 335c6e403d checkout_merged(): squelch false warning from some gcc 13 years ago
Nguyễn Thái Ngọc Duy 96ec7b1e70 Convert resolve_ref+xstrdup to new resolve_refdup function 13 years ago
Junio C Hamano fbbccd0a10 checkout -m: no need to insist on having all 3 stages 13 years ago
Nguyễn Thái Ngọc Duy d5a35c114a Copy resolve_ref() return value for longer use 13 years ago
Jonathan Nieder 39bd6f7261 Allow checkout -B <current-branch> to update the current branch 13 years ago
Nguyễn Thái Ngọc Duy c1d7036b6b checkout,merge: disallow overwriting ignored files with --no-overwrite-ignore 13 years ago
Nguyễn Thái Ngọc Duy fc001b526c checkout,merge: loosen overwriting untracked file check based on info/exclude 13 years ago
Nguyễn Thái Ngọc Duy c689332391 Convert many resolve_ref() calls to read_ref*() and ref_exists() 14 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 14 years ago
René Scharfe 86a0a408b9 commit: factor out clear_commit_marks_for_object_array 14 years ago
René Scharfe 1062141928 checkout: use leak_pending flag 14 years ago
René Scharfe 468224e580 checkout: use add_pending_{object,sha1} in orphan check 14 years ago
Junio C Hamano 0a1283bc39 checkout $tree $path: do not clobber local changes in $path not in $tree 14 years ago
Junio C Hamano fa79937675 branch --set-upstream: regression fix 14 years ago
Jeff King 7bf0b01750 checkout: use argv_array API 14 years ago
Conrad Irwin 55c4a67307 Prevent force-updating of the current branch 14 years ago
Clemens Buchacher 0f64bfa956 ls-files: fix pathspec display on error 14 years ago