2435 Commits (50f69099292de53431ef29d3adc115d04a4fd92a)

Author SHA1 Message Date
René Scharfe 0b437a18bd use logical OR (||) instead of binary OR (|) in logical context 12 years ago
Matthieu Moy 4c7f1819b3 make color.ui default to 'auto' 12 years ago
René Scharfe 5828e8352c diff-lib, read-tree, unpack-trees: mark cache_entry array paramters const 12 years ago
René Scharfe eb9ae4b505 diff-lib, read-tree, unpack-trees: mark cache_entry pointers const 12 years ago
Michael Haggerty 66ce036628 exclude_existing(): set existing_refs.strdup_strings 12 years ago
Michael Haggerty f83918edcb add_existing(): do not retain a reference to sha1 12 years ago
Michael Haggerty 5b87d8d3f5 do_fetch(): clean up existing_refs before exiting 12 years ago
Michael Haggerty 6f64a16faf do_fetch(): reduce scope of peer_item 12 years ago
Ramkumar Ramachandra 0f075b2208 push: make push.default = current use resolved HEAD 12 years ago
Ramkumar Ramachandra 7b2ecd8108 push: fail early with detached HEAD and current 12 years ago
Ramkumar Ramachandra 35ee69c0f6 push: factor out the detached HEAD error message 12 years ago
René Scharfe 25206778aa commit: don't start editor if empty message is given with -m 12 years ago
Michael Haggerty 16aa3bfc9b fsck: don't put a void*-shaped peg in a char*-shaped hole 12 years ago
Michael Haggerty 5b1e14eab3 cmd_diff(): make it obvious which cases are exclusive of each other 12 years ago
Michael Haggerty 026f09e796 cmd_diff(): rename local variable "list" -> "entry" 12 years ago
Michael Haggerty 33055fa823 cmd_diff(): use an object_array for holding trees 12 years ago
Michael Haggerty 91de344d76 builtin_diff_tree(): make it obvious that function wants two entries 12 years ago
Michael Haggerty b87dbcc899 fetch: make own copies of refnames 12 years ago
Michael Haggerty 219a0f33ca describe: make own copy of refname 12 years ago
Nguyễn Thái Ngọc Duy af0b4a3b59 prune-packed: avoid implying "1" is DRY_RUN in prune_packed_objects() 12 years ago
John Keeping 823c6d56a8 fetch: don't try to update unfetched tracking refs 12 years ago
Nguyễn Thái Ngọc Duy c6807a40dc clone: open a shortcut for connectivity check 12 years ago
Nguyễn Thái Ngọc Duy 920734b069 index-pack: remove dead code (it should never happen) 12 years ago
Mike Crowe e00dd1e948 describe: Add --first-parent option 12 years ago
Matthieu Moy b8612b4da4 config: refactor management of color.ui's default value 12 years ago
Jeff King f269048754 fetch: opportunistically update tracking refs 12 years ago
Jeff King 900f2814b8 refactor "ref->merge" flag 12 years ago
Nguyễn Thái Ngọc Duy 0781aa4766 clone: let the user know when check_everything_connected is run 12 years ago
Vikrant Varma f3f8af0e54 merge: use help_unknown_ref() 12 years ago
Felipe Contreras 45c5d4a56b fast-{import,export}: use get_sha1_hex() to read from marks file 12 years ago
Nguyễn Thái Ngọc Duy 60003340cd clone: allow cloning local paths with colons in them 12 years ago
Felipe Contreras 47bd9bf82d fast-export: don't parse commits while reading marks file 12 years ago
Felipe Contreras e6812cfa9a fast-export: do not parse non-commit objects while reading marks file 12 years ago
John Keeping 94883b4302 merge-tree: handle directory/empty conflict correctly 12 years ago
Michael Haggerty 32d462cea8 pack-refs: merge code from pack-refs.{c,h} into refs.{c,h} 12 years ago
Ramsay Jones 85064630fc clone: Make the 'junk_mode' symbol a file static 12 years ago
John Keeping ab5f42422d merge-tree: fix typo in "both changed identically" 12 years ago
Junio C Hamano 0df7b8e55c git add: avoid "-u/-A without pathspec" warning on stat-dirty paths 12 years ago
Junio C Hamano 27ec394a97 prune: introduce OPT_EXPIRY_DATE() and use it 12 years ago
Thomas Rast 2d2e3d2559 remote: check for superfluous arguments in 'git remote add' 12 years ago
Kevin Bracey 2130bf3ca9 cherry-pick/revert: make usage say '<commit-ish>...' 12 years ago
Junio C Hamano 4c7114308e git add: rephrase -A/--no-all warning 12 years ago
Junio C Hamano 9f60f49b92 git add: --ignore-removal is a better named --no-all 12 years ago
Ramkumar Ramachandra 0942d519ad builtin/shortlog.c: make usage string consistent with log 12 years ago
Ramkumar Ramachandra e495afcd74 builtin/log.c: make usage string consistent with doc 12 years ago
Junio C Hamano ccc663bc24 git add: rephrase the "removal will cease to be ignored" warning 12 years ago
Johan Herland fa83a33b22 checkout: Use remote refspecs when DWIMming tracking branches 12 years ago
Jeff King 49ecfa13fe receive-pack: close sideband fd on early pack errors 12 years ago
Nguyễn Thái Ngọc Duy 5a10d23658 pretty: save commit encoding from logmsg_reencode if the caller needs it 12 years ago
Junio C Hamano d226b14d47 git add: rework the logic to warn "git add <pathspec>..." default change 12 years ago