1231 Commits (8cad4744ee37ebec1d9491a1381ec1771a1ba795)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 8cad4744ee Rename resolve_ref() to resolve_ref_unsafe() 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 e4776bd936 revert: convert resolve_ref() to read_ref_full() 13 years ago
Nguyễn Thái Ngọc Duy d5a35c114a Copy resolve_ref() return value for longer use 13 years ago
Jeff King c2857fb8b7 stripspace: fix outdated comment 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
Vincent van Ravesteijn 5480207c4e Show error for 'git merge' with unset merge.defaultToUpstream 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
Nguyễn Thái Ngọc Duy c689332391 Convert many resolve_ref() calls to read_ref*() and ref_exists() 13 years ago
Junio C Hamano 96b8d93a53 commit-tree: teach -m/-F options to read logs from elsewhere 13 years ago
Junio C Hamano 79a9312cc9 commit-tree: update the command line parsing 13 years ago
Junio C Hamano ed7a42a075 commit: teach --amend to carry forward extra headers 13 years ago
Junio C Hamano fab47d0575 merge: force edit and no-ff mode when merging a tag object 13 years ago
Junio C Hamano 5231c633f2 commit: copy merged signed tags to headers of merge commit 13 years ago
Junio C Hamano 274a5c06d5 merge: record tag objects without peeling in MERGE_HEAD 13 years ago
Junio C Hamano ae8e4c9ce1 merge: make usage of commit->util more extensible 13 years ago
Junio C Hamano 895680f044 fmt-merge-msg: Add contents of merged tag in the merge message 13 years ago
Jeff King bf0a59b387 prune: handle --progress/no-progress 13 years ago
Nguyễn Thái Ngọc Duy dc347195cc prune: show progress while marking reachable objects 13 years ago
Sebastian Schuberth 8518088fe8 blame.c: Properly initialize strbuf after calling textconv_object(), again 13 years ago
Junio C Hamano cbda121c99 fmt-merge-msg: package options into a structure 13 years ago
Junio C Hamano 4c0ea82da3 fmt-merge-msg: avoid early returns 13 years ago
Junio C Hamano 57b58db74c merge: notice local merging of tags and keep it unwrapped 13 years ago
Junio C Hamano 656cdf0c9e remote: fix set-branches usage 13 years ago
Nguyễn Thái Ngọc Duy 1e49f22f07 fsck: print progress 13 years ago
Nguyễn Thái Ngọc Duy c9486eb04d fsck: avoid reading every object twice 13 years ago
Nguyễn Thái Ngọc Duy a3ed7552d6 fsck: return error code when verify_pack() goes wrong 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
Linus Torvalds 7a2b128d13 fetch: do not store peeled tag object names in FETCH_HEAD 13 years ago
Junio C Hamano 2f47eae2a1 Split GPG interface into its own helper library 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
Richard Hartmann 8debf69638 clone: Quote user supplied path in a single quote pair 13 years ago