1038 Commits (aa807bc2663d69d6adb1d823231ba4b6d30d4860)

Author SHA1 Message Date
Junio C Hamano 3d5c418ff5 git-clone: aggressively optimize local clone behaviour. 18 years ago
Johannes Schindelin c9e6589288 rebase -i: fix for optional [branch] parameter 18 years ago
Junio C Hamano 6d4bbebd35 git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F. 18 years ago
Johannes Schindelin 96ffe892e3 rebase -i: ignore patches that are already in the upstream 18 years ago
Johannes Schindelin e90fdc39b6 Clean up work-tree handling 18 years ago
Johannes Schindelin e5392c5146 Add is_absolute_path() and make_absolute_path() 18 years ago
Kristian Høgsberg 12ace0b20d Add test case for basic commit functionality. 18 years ago
Alex Riesen 773a69fb09 Add a test for git-config --file 18 years ago
Junio C Hamano 18508c39c4 Unset GIT_EDITOR while running tests. 18 years ago
Junio C Hamano d7f6bae281 rebase: try not to munge commit log message 18 years ago
Jeff King 82cb8afa9b git-diff: turn on recursion by default 18 years ago
Jakub Narebski 12075103dd gitweb: Simplify 'opt' parameter validation, add "no merges" feeds 18 years ago
Johannes Schindelin fb47cfbd59 rebase -i: fix interrupted squashing 18 years ago
Junio C Hamano 65a5a21d02 Add test for symlinked configuration file updates. 18 years ago
Johannes Schindelin f653aee5a3 Teach "git stripspace" the --strip-comments option 18 years ago
Junio C Hamano ceff079bdc Make sure git-stash works from subdirectory. 18 years ago
Junio C Hamano c4eaed49c2 t9200: Be careful when checking CVS/Entries 18 years ago
Steven Grimm d1cc130a5e Teach git-commit about commit message templates. 18 years ago
Johannes Schindelin dfd05e38f0 filter-branch: Big syntax change; support rewriting multiple refs 18 years ago
Carlos Rica e317cfafd2 builtin-tag.c: Fix two memory leaks and minor notation changes. 18 years ago
Johannes Schindelin 6368f3f8e7 rebase -i: call editor just once for a multi-squash 18 years ago
Carlos Rica 62e09ce998 Make git tag a builtin. 18 years ago
Adam Roben ef0c2abf3e Add GIT_EDITOR environment and core.editor configuration variables 18 years ago
Sven Verdoolaege 0cf7375542 unpack-trees.c: assume submodules are clean during check-out 18 years ago
Eric Wong 29633bb91c git-svn: fix commiting renames over DAV with funky file names 18 years ago
Emil Medve 4cb08df553 Use $(RM) in Makefiles instead of 'rm -f' 18 years ago
Shawn O. Pearce b6f3481bb4 Teach fast-import to recursively copy files/directories 18 years ago
Matthieu Moy bdecd9d41b More permissive "git-rm --cached" behavior without -f. 18 years ago
Junio C Hamano ec0603e13c Teach read-tree 2-way merge to ignore intermediate symlinks 18 years ago
Johannes Schindelin 6f084a56fc branch --track: code cleanup and saner handling of local branches 18 years ago
Carlos Rica 5206d13091 t7004: Add tests for the git tag -n option. 18 years ago
Carlos Rica b61a8a6747 t0030: Add tests with consecutive text lines and others with spaces added. 18 years ago
Carlos Rica defd53142e t0030: Remove repeated instructions and add missing && 18 years ago
Johannes Schindelin 36d56de649 Fix --cherry-pick with given paths 18 years ago
Johannes Schindelin 835252272e Fix core.sharedRepository = 2 18 years ago
Johannes Schindelin 52aaf649cb rerere: record resolution even if file is not in merge base 18 years ago
Shawn O. Pearce f39a946a1f Support wholesale directory renames in fast-import 18 years ago
Johannes Schindelin 8e4a91bd78 rebase -i: remember the settings of -v, -s and -p when interrupted 18 years ago
Johannes Schindelin 18640d991b rebase -i: handle --continue more like non-interactive rebase 18 years ago
Carlos Rica 797e99a278 t7004: Skip tests for signed tags in an old version of gpg. 18 years ago
Johannes Schindelin 4017761fd8 branch.autosetupmerge: allow boolean values, or "all" 18 years ago
Junio C Hamano 2c3fa66f35 diff: honor binariness specified in attributes 18 years ago
Johannes Schindelin 5fda48d67c Fix "apply --reverse" with regard to whitespace 18 years ago
Junio C Hamano e0e324a4dc Fix configuration syntax to specify customized hunk header patterns. 18 years ago
Johannes Schindelin b4372ef136 Enable "git rerere" by the config variable rerere.enabled 18 years ago
Johannes Schindelin 150937c425 Teach git-stash to "apply --index" 18 years ago
Junio C Hamano f258475a6e Per-path attribute based hunk header selection. 18 years ago
Johannes Schindelin 8c1ce0f46b filter-branch: fail gracefully when a filter fails 18 years ago
Johannes Sixt 1308c17b3e Allow rebase to run if upstream is completely merged 18 years ago
Alex Riesen 586e4ce248 Fix t5516 to create test repo without hooks 18 years ago