998 Commits (9e3e789e70701beb25b3135d292edfbc99035701)

Author SHA1 Message Date
Allan Caffee 85b3c75f4f describe: Refresh the index when run with --dirty 13 years ago
Junio C Hamano be042aff24 Teach progress eye-candy to fetch_refs_from_bundle() 14 years ago
Junio C Hamano fa79937675 branch --set-upstream: regression fix 14 years ago
Junio C Hamano 6099835c19 Allow git merge ":/<pattern>" 14 years ago
Pang Yan Han 787570c7cd format-patch: ignore ui.color 14 years ago
Junio C Hamano eb726f2d76 fsck: do not abort upon finding an empty blob 14 years ago
Jens Lehmann 18322badc2 fetch: skip on-demand checking when no submodules are configured 14 years ago
Junio C Hamano 5a277f3ff7 Revert "Merge branch 'cb/maint-quiet-push' into maint" 14 years ago
Junio C Hamano b6194678b0 Documentation: clarify "git clean -e <pattern>" 14 years ago
Junio C Hamano cd2b8ae983 whitespace: have SP on both sides of an assignment "=" 14 years ago
Pang Yan Han f877fd825e update-ref: whitespace fix 14 years ago
Michael Haggerty 2f633f41d6 check-ref-format --print: Normalize refnames that start with slashes 14 years ago
Junio C Hamano e6baf4a1ae clone: clone from a repository with relative alternates 14 years ago
Junio C Hamano dbc92b072d clone: allow more than one --reference 14 years ago
Conrad Irwin 55c4a67307 Prevent force-updating of the current branch 14 years ago
Nguyễn Thái Ngọc Duy 9b0ebc722c clone: allow to clone from .git file 14 years ago
Junio C Hamano 13d6ec9133 read_gitfile_gently(): rename misnamed function to read_gitfile() 14 years ago
Fredrik Gustafsson d2b17b3220 push: Don't push a repository with unpushed submodules 14 years ago
Jeff King c9bfb95348 want_color: automatically fallback to color.ui 14 years ago
Jeff King c659f55b31 config: refactor get_colorbool function 14 years ago
Jeff King daa0c3d971 color: delay auto-color decision until point of use 14 years ago
Junio C Hamano 06bb643b72 commit: reduce use of redundant global variables 14 years ago
Jeff King e269eb7946 git_config_colorbool: refactor stdout_is_tty handling 14 years ago
Jeff King f1c9626105 diff: refactor COLOR_DIFF from a flag into an int 14 years ago
Nguyễn Thái Ngọc Duy ec099546a9 fetch-pack: check for valid commit from server 14 years ago
Nguyễn Thái Ngọc Duy 294e15fc19 Move write_shallow_commits to fetch-pack.c 14 years ago
Nguyễn Thái Ngọc Duy a47a645e70 checkout-index: remove obsolete comment 14 years ago
Jonathan Nieder 127f045222 revert: plug memory leak in "cherry-pick root commit" codepath 14 years ago
Clemens Buchacher 0f64bfa956 ls-files: fix pathspec display on error 14 years ago
Allan Caffee bb571486ae describe: Refresh the index when run with --dirty 14 years ago
Junio C Hamano 0d086b8e33 receive-pack: do not overstep command line argument array 14 years ago
Jeff King 6280dfdc3b fast-export: quote paths in output 14 years ago
Michael Haggerty f5114a40c0 git-check-attr: Normalize paths 14 years ago
Michael Haggerty d932f4eb9f Rename git_checkattr() to git_check_attr() 14 years ago
Michael Haggerty ca64d061e0 git-check-attr: Fix command-line handling to match docs 14 years ago
Michael Haggerty 4ca0f188f6 git-check-attr: Add an --all option to show all attributes 14 years ago
Michael Haggerty fdf6be8259 git-check-attr: Error out if no pathnames are specified 14 years ago
Michael Haggerty 72541040c3 git-check-attr: Process command-line args more systematically 14 years ago
Michael Haggerty 27937447ef git-check-attr: Handle each error separately 14 years ago
Michael Haggerty 9e37a7e126 git-check-attr: Extract a function error_with_usage() 14 years ago
Michael Haggerty d6541bb1ac git-check-attr: Introduce a new variable 14 years ago
Michael Haggerty 46f96a6d8e git-check-attr: Extract a function output_attr() 14 years ago
Michael Haggerty 66a1fb3033 git-check-attr: Use git_attr_name() 14 years ago
Jon Seymour fee92fc1dd bisect: introduce support for --no-checkout option. 14 years ago
Clemens Buchacher 8894d53580 commit: allow partial commits with relative paths 14 years ago
René Scharfe 317f63c21c grep: long context options 14 years ago
René Scharfe ba8ea7496f grep: add option to show whole function as context 14 years ago
Michael Schubert bf01d4a334 reflog: actually default to subcommand 'show' 14 years ago
Clemens Buchacher 90a6c7d443 propagate --quiet to send-pack/receive-pack 14 years ago
Jon Seymour 04f89259a6 Ensure git ls-tree exits with a non-zero exit code if read_tree_recursive fails. 14 years ago