1238 Commits (ace5e97ecdf6a6ad8fd4ba443486fbe0058eb37a)

Author SHA1 Message Date
Jeff King 15f07e061e thin-pack: try harder to use preferred base objects as base 13 years ago
Jelmer Vernooij 67e223edc4 Fix an incorrect reference to --set-all. 13 years ago
Carlos Martín Nieto a31275d6ff clone: the -o option has nothing to do with <branch> 13 years ago
Michael Schubert 967cf9867d builtin/log: remove redundant initialization 13 years ago
Ævar Arnfjörð Bjarmason 97f261b1e7 builtin/init-db.c: eliminate -Wformat warning on Solaris 13 years ago
Junio C Hamano 335c6e403d checkout_merged(): squelch false warning from some gcc 13 years ago
Jeff King c3ea051544 blame: don't overflow time buffer 13 years ago
Jeff King 1e7ba0f9ca fetch-pack: match refs exactly 13 years ago
Jeff King afe7c5ff1f drop "match" parameter from get_remote_heads 13 years ago
Conrad Irwin 497215d881 Update documentation for stripspace 13 years ago
Jeff King 534376ca04 mv: be quiet about overwriting 13 years ago
Jeff King cd40b05d13 mv: improve overwrite warning 13 years ago
Jonathan Nieder d596118d7a revert: stop creating and removing sequencer-old directory 13 years ago
Jonathan Nieder 218b65fbf9 revert: do not remove state until sequence is finished 13 years ago
Jonathan Nieder 7acaaac275 revert: allow single-pick in the middle of cherry-pick sequence 13 years ago
Jonathan Nieder 7f13334e07 revert: pass around rev-list args in already-parsed form 13 years ago
Jonathan Nieder 093a309136 revert: allow cherry-pick --continue to commit before resuming 13 years ago
Jonathan Nieder 1df9bf46d6 revert: give --continue handling its own function 13 years ago
Jeff King 77471646d3 mv: make non-directory destination error more clear 13 years ago
Jeff King 07b8738967 mv: honor --verbose flag 13 years ago
Jeff King 5914f2d057 fetch: create status table using strbuf 13 years ago
Junio C Hamano fbbccd0a10 checkout -m: no need to insist on having all 3 stages 13 years ago
Jeff King c2857fb8b7 stripspace: fix outdated comment 13 years ago
Brandon Casey cc64b318f2 builtin/apply.c: report error on failure to recognize input 13 years ago
Jonathan Nieder 39bd6f7261 Allow checkout -B <current-branch> to update the current branch 13 years ago
Jonathan Nieder 3f59481e33 branch: allow a no-op "branch -M <current-branch> HEAD" 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
Vincent van Ravesteijn 5cd75c7d8d builtin-branch: Fix crash on invalid use of --force 13 years ago
Jonathan Nieder b15aa973b2 revert --abort: do not leave behind useless sequencer-old directory 13 years ago
Johannes Sixt 2a4037d0a7 Fix revert --abort on Windows 13 years ago
Nguyễn Thái Ngọc Duy b4524d343b revert: do not pass non-literal string as format to git_path() 13 years ago
Jonathan Nieder c427b211b3 revert: remove --reset compatibility option 13 years ago
Jonathan Nieder 539047c19e revert: introduce --abort to cancel a failed cherry-pick 13 years ago
Jonathan Nieder 82433cdf4d revert: write REVERT_HEAD pseudoref during conflicted revert 13 years ago
Jonathan Nieder b8c74690b2 revert: improve error message for cherry-pick during cherry-pick 13 years ago
Jonathan Nieder dffc860028 revert: rearrange pick_revisions() for clarity 13 years ago
Jonathan Nieder f80a87262a revert: rename --reset option to --quit 13 years ago
Jonathan Nieder 418c9b176c do not let git_path clobber errno when reporting errors 13 years ago
Junio C Hamano f63c79dbc8 pack-object: tolerate broken packs that have duplicated objects 13 years ago
Junio C Hamano 68be2fea50 receive-pack, fetch-pack: reject bogus pack that records objects twice 13 years ago
Ramkumar Ramachandra 5e1e6b93d0 revert: prettify fatal messages 13 years ago
Junio C Hamano f0c7fd49c0 Revert "upload-archive: use start_command instead of fork" 13 years ago
Sebastian Schuberth 8518088fe8 blame.c: Properly initialize strbuf after calling textconv_object(), again 13 years ago
Junio C Hamano 656cdf0c9e remote: fix set-branches usage 13 years ago
Ævar Arnfjörð Bjarmason 83838d5c1b cast variable in call to free() in builtin/diff.c and submodule.c 13 years ago
Ævar Arnfjörð Bjarmason 473f4c96e3 apply: get rid of useless x < 0 comparison on a size_t type 13 years ago
Junio C Hamano ee6dfb2d83 receive-pack: do not expect object 0{40} to exist 13 years ago
Tay Ray Chuan 3706ed298c branch -m: handle no arg properly 13 years ago
Erik Faye-Lund c09cd77ea2 upload-archive: use start_command instead of fork 13 years ago
Sebastian Schuberth 2564aa48ce blame.c: Properly initialize strbuf after calling, textconv_object() 13 years ago