712 Commits (0b3dcfe721dc8734e2688f936afad055d8541d97)

Author SHA1 Message Date
Giuseppe Bilotta 48a7c1c49d Refactor list of of repo-local env vars 15 years ago
Matthieu Moy b862b61c03 git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument. 15 years ago
Jonathan Nieder 64778d24a9 Make 'git var GIT_PAGER' always print the configured pager 15 years ago
Junio C Hamano 93cfa7c7a8 approxidate_careful() reports errorneous date string 15 years ago
Ilari Liusvaara 4fc5006676 Add branch --set-upstream 15 years ago
Junio C Hamano 64161a6b23 symlinks.c: remove unused functions 15 years ago
Junio C Hamano 85e51b783c Make "subtree" part more orthogonal to the rest of merge-recursive. 15 years ago
Junio C Hamano 1a893064d7 user_ident_sufficiently_given(): refactor the logic to be usable from elsewhere 15 years ago
Junio C Hamano 5aeb3a3a83 user_ident_sufficiently_given(): refactor the logic to be usable from elsewhere 15 years ago
Junio C Hamano 356521ab22 sha1_file.c: remove unused function 15 years ago
Junio C Hamano 87b29e5a5a read-cache.c: mark file-local functions static 15 years ago
Junio C Hamano 61b97df7d9 entry.c: mark file-local function static 15 years ago
Junio C Hamano 91c38a2108 ident.c: check explicit identity for name and email separately 15 years ago
Junio C Hamano da165f470e unpack-trees.c: prepare for looking ahead in the index 15 years ago
Junio C Hamano bf96c93199 Fix bit assignment for CE_CONFLICTED 15 years ago
Junio C Hamano e11d7b5969 "reset --merge": fix unmerged case 15 years ago
Junio C Hamano 8aa38563b2 resolve-undo: teach "update-index --unresolve" to use resolve-undo info 15 years ago
Junio C Hamano 4421a82357 resolve-undo: "checkout -m path" uses resolve-undo information 15 years ago
Junio C Hamano cfc5789ada resolve-undo: record resolved conflicts in a new index extension section 15 years ago
Nguyễn Thái Ngọc Duy 56cac48c35 ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALID 15 years ago
Matthieu Moy 009fee4774 Detailed diagnosis when parsing an object name fails. 15 years ago
Christian Couder 6476b38b1f replace: use a GIT_NO_REPLACE_OBJECTS env variable 15 years ago
Matthieu Moy 395de250d9 Expand ~ and ~user in core.excludesfile, commit.template 15 years ago
Tarmigan Casebolt 28bea9e534 Check the format of more printf-type functions 15 years ago
Jonathan Nieder 6361824589 Teach git var about GIT_PAGER 15 years ago
Jonathan Nieder 44fcb4977c Teach git var about GIT_EDITOR 15 years ago
Shawn O. Pearce 34b6cb8bb0 http-backend: Protect GIT_PROJECT_ROOT from /../ requests 15 years ago
Shawn O. Pearce 28754ab5f0 Move "get_ack()" back to fetch-pack 15 years ago
Johannes Schindelin a97a74686d Introduce commit notes 15 years ago
Junio C Hamano 619a644d6d "checkout A...B" switches to the merge base between A and B 15 years ago
Junio C Hamano c6e8c8005a check_filename(): make verify_filename() callable without dying 15 years ago
Miklos Vajna 1b018fd9be git branch -D: give a better error message when lockfile creation fails 15 years ago
Clemens Buchacher f7835a251c preserve mtime of local clone 16 years ago
Jim Meyering 2b7ca830c6 use write_str_in_full helper to avoid literal string lengths 16 years ago
Jeff King 75194438f4 push: make non-fast-forward help message configurable 16 years ago
Junio C Hamano aeb84b05ae core.whitespace: split trailing-space into blank-at-{eol,eof} 16 years ago
Junio C Hamano 77b15bbd88 apply --whitespace=warn/error: diagnose blank at EOF 16 years ago
Alex Riesen 33012fc429 Add date formatting and parsing functions relative to a given time 16 years ago
Nguyễn Thái Ngọc Duy 08aefc9e47 unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkout 16 years ago
Nguyễn Thái Ngọc Duy e663db2f44 unpack-trees(): add CE_WT_REMOVE to remove on worktree alone 16 years ago
Nguyễn Thái Ngọc Duy 44a3691362 Introduce "skip-worktree" bit in index, teach Git to get/set this bit 16 years ago
Matthieu Moy 3deffc52d8 reset: make the reminder output consistent with "checkout" 16 years ago
Matthieu Moy 43673fddd3 Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN. 16 years ago
Junio C Hamano da02ca508b check_path(): allow symlinked directories to checkout-index --prefix 16 years ago
Giuseppe Bilotta 86c91f9179 git apply: option to ignore whitespace differences 16 years ago
Linus Torvalds b6986d8a75 git-checkout: be careful about untracked symlinks 16 years ago
Johannes Schindelin 7f3140cd23 git repack: keep commits hidden by a graft 16 years ago
Junio C Hamano bba0fd22ad push: do not give big warning when no preference is configured 16 years ago
Linus Torvalds b9fd284657 Export thread-safe version of 'has_symlink_leading_path()' 16 years ago
David Aguilar 003b33a8ad diff: generate pretty filenames in prep_temp_blob() 16 years ago