939 Commits (ee834cf0c7de68557bc5c30552fce3e55f52e109)

Author SHA1 Message Date
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
Johannes Schindelin f6b78c6eb6 filter-branch: add a test for the commit removal example 18 years ago
Johannes Schindelin 3cb567386d diff --no-index: fix --name-status with added files 18 years ago
Junio C Hamano 5be60078c9 Rewrite "git-frotz" to "git frotz" 18 years ago
Johannes Schindelin 68f6c019fd git-fsck: add --lost-found option 18 years ago
Adam Roben dbd2144736 format-patch: Add format.subjectprefix config option 18 years ago
Johannes Sixt 05dcd69891 Test 'git add' for unmerged entries when core.symlinks=false. 18 years ago
Brian Gernhardt 9a3c6f7ba7 Fix t5516-fetch for systems where `wc -l` outputs whitespace. 18 years ago
Johannes Schindelin 2031427167 git add: respect core.filemode with unmerged entries 18 years ago
Johannes Schindelin a44c426709 t7004: ship trustdb to avoid gpg warnings 18 years ago
Junio C Hamano b9905fed7a diffcore-delta.c: Ignore CR in CRLF for text files 18 years ago
Alex Riesen 2b9a50208f Avoid perl in t1300-repo-config 18 years ago
Carlos Rica ef5a6fb597 Add test-script for git-tag 18 years ago
Carlos Rica 30d038e2ff Add test script for git-stripspace. 18 years ago
Frank Lichtenheld db1696b8ab config: add support for --bool and --int while setting values 18 years ago
Frank Lichtenheld 2275d50211 config: Add --null/-z option for null-delimted output 18 years ago
Johannes Schindelin f09c9b8c5f Teach rebase -i about --preserve-merges 18 years ago
Johannes Schindelin 68a163c9b4 rebase -i: provide reasonable reflog for the rebased branch 18 years ago