2698 Commits (e837af61345344448346afef79d53a5ff95bb0b3)

Author SHA1 Message Date
Karsten Blees e837af6134 fix 'git update-index --verbose --again' output 11 years ago
Karsten Blees 29d8a834b5 buitin/describe.c: use new hash map implementation 11 years ago
Ralf Thielow a3552aba55 clone --branch: refuse to clone if upstream repo is empty 11 years ago
Philip Oakley e49c8f33ab remote set-head -h: add long options to synopsis 12 years ago
Sebastian Schuberth debce6ac2a clone: add a period after "done" to end the sentence 12 years ago
Jeff King cd4f09e383 shortlog: ignore commits with missing authors 12 years ago
John Keeping 2c63d6eb46 reset: handle submodule with trailing slash 12 years ago
John Keeping f8bc2ac3bf rm: re-use parse_pathspec's trailing-slash removal 12 years ago
Dave Williams 8231fa6ae1 check-ignore: Add option to ignore index contents 12 years ago
Matthieu Moy ea9882bfc4 commit: disable status hints when writing to COMMIT_EDITMSG 12 years ago
Matthieu Moy 6a964f57e5 wt-status: turn advice_status_hints into a field of wt_status 12 years ago
Matthieu Moy 5c25dfaa79 commit: factor status configuration is a helper function 12 years ago
Hiroshige Umino 182d7dc46b cherry-pick: allow "-" as abbreviation of '@{-1}' 12 years ago
Jeff King 0016024277 git-config: always treat --int as 64-bit internally 12 years ago
Brad King c750ba9519 update-ref: support multiple simultaneous updates 12 years ago
Matthieu Moy 2556b9962e status: disable display of '#' comment prefix by default 12 years ago
Matthieu Moy 1686e2cc87 builtin/stripspace.c: fix broken indentation 12 years ago
Christian Couder ed0ff80984 replace: allow long option names 12 years ago
Christian Couder 277336a5e0 replace: forbid replacing an object with one of a different type 12 years ago
Nguyễn Thái Ngọc Duy 625c3304e2 add: lift the pathspec magic restriction on "add -p" 12 years ago
Richard Hansen a8a5406ab3 use 'commit-ish' instead of 'committish' 12 years ago
Felipe Contreras 3e9b9cb117 fast-export: refactor get_tags_and_duplicates() 12 years ago
Felipe Contreras 1d844ee7bd fast-export: make extra_refs global 12 years ago
Felipe Contreras d521abf890 add: trivial style cleanup 12 years ago
Felipe Contreras 4e83ab3e8d reset: trivial style cleanup 12 years ago
Felipe Contreras f38798f48d reset: trivial refactoring 12 years ago
Brad King 9bbb0fa1fd refs: report ref type from lock_any_ref_for_update 12 years ago
Brad King 2be778a8ac reset: rename update_refs to reset_refs 12 years ago
Ramsay Jones 0f73f8bd79 builtin/fetch.c: Fix a sparse warning 12 years ago
Nguyễn Thái Ngọc Duy e76a5fb459 list-objects: reduce one argument in mark_edges_uninteresting 12 years ago
Jiang Xin f2e087395b branch: report invalid tracking branch as gone 12 years ago
Antoine Pelisse ea16794e43 commit: search author pattern against mailmap 12 years ago
Junio C Hamano 2eac2a4cc4 ls-files -k: a directory only can be killed if the index has a non-directory 12 years ago
Nguyễn Thái Ngọc Duy f7c815c3ee push: respect --no-thin 12 years ago
Stefan Beller f8aae0b517 rm: remove unneeded null pointer check 12 years ago
Junio C Hamano 6667a6ac20 builtin/config.c: compilation fix 12 years ago
Nguyễn Thái Ngọc Duy 64a99eb476 gc: reject if another gc is running, unless --force is given 12 years ago
Junio C Hamano b26ed4305f fetch: work around "transport-take-over" hack 12 years ago
Junio C Hamano 069d503202 fetch: refactor code that fetches leftover tags 12 years ago
Junio C Hamano db5723c628 fetch: refactor code that prepares a transport 12 years ago
Junio C Hamano af23445925 fetch: rename file-scope global "transport" to "gtransport" 12 years ago
Stefan Beller 84d83f642a revert: use the OPT_CMDMODE for parsing, reducing code 12 years ago
Stefan Beller 5d4d1440ba checkout-index: fix negations of even numbers of -n 12 years ago
Stefan Beller 21e047dcad config parsing options: allow one flag multiple times 12 years ago
Stefan Beller c83e8c1768 hash-object: replace stdin parsing OPT_BOOLEAN by OPT_COUNTUP 12 years ago
Stefan Beller 05efb7b757 branch, commit, name-rev: ease up boolean conditions 12 years ago
Eric Sunshine 52f4d12648 blame: teach -L/RE/ to search from end of previous -L range 12 years ago
Eric Sunshine 815834e9aa line-range: teach -L/RE/ to search relative to anchor point 12 years ago
Eric Sunshine 58dbfa2e59 blame: accept multiple -L ranges 12 years ago
Eric Sunshine 753935749f blame: inline one-line function into its lone caller 12 years ago