3099 Commits (e7555785f4edcf4988c53305349e3f525216e2cb)
 

Author SHA1 Message Date
Junio C Hamano c2bdd6afe2 show-branch: take default arguments from configuration file. 19 years ago
Junio C Hamano eb858c60d7 GIT-VERSION-GEN: detect dirty tree and mark the version accordingly. 19 years ago
H. Peter Anvin 181129d24c For release tarballs, include the proper version 19 years ago
Junio C Hamano 5a2282de13 GIT 1.1.0 19 years ago
Yann Dirson e77f489edf Add a test for rebase when a change was picked upstream 19 years ago
Yann Dirson b91db2707a Add a minimal test for git-cherry 19 years ago
Yann Dirson 77f1055ca7 Add an optional limit to git-cherry 19 years ago
Petr Baudis b21c31c9a5 git-daemon --base-path 19 years ago
Junio C Hamano f8f9c73c7d describe: allow more than one revs to be named. 19 years ago
Junio C Hamano 78c2cff61f ls-files --others --directory: test 19 years ago
Junio C Hamano 9eafb7bad1 git-status: use ls-files --others --directory for untracked list. 19 years ago
Junio C Hamano 0907fedbee ls-files --others --directory: give trailing slash 19 years ago
Junio C Hamano 657907e76e ls-files --others --directory: fix a bug with index entry ordering 19 years ago
Linus Torvalds 9518eb2629 ls-files -o: optionally skip showing the contents in "untracked" directories 19 years ago
Junio C Hamano 03febf99bc git-fetch: auto-following tags. 19 years ago
Junio C Hamano 8fc11b5aa9 GIT 1.0.8 19 years ago
Junio C Hamano 6f2eacfeb2 mailsplit: allow empty input from stdin 19 years ago
Junio C Hamano 013049c985 revert/cherry-pick: handle single quote in author name. 19 years ago
Yann Dirson 5f815e5922 Fix git-format-patch usage string wrt output modes. 19 years ago
Yann Dirson 36071af305 Fix typo in debug stanza of t2001 19 years ago
Junio C Hamano 3ac0ebbba4 tar-tree: finish honoring extractor's umask in git-tar-tree. 19 years ago
Junio C Hamano 8f1d2e6f49 [PATCH] Compilation: zero-length array declaration. 19 years ago
Junio C Hamano 3be7098ce4 prune: do not show error from pack-redundant when no packs are found. 19 years ago
Junio C Hamano 7d0e65b892 Retire debian/ directory. 19 years ago
Junio C Hamano 476e801111 unpack-objects: default to quiet if stderr is not a tty. 19 years ago
Joe English 34c99da2a4 Substitute "/" with $opt_s in tag names as well as branch names 19 years ago
Yann Dirson 576cfc86fc Teach cvsexportcommit to add new files 19 years ago
John Ellson 026351a035 Make GIT-VERSION-GEN tolerate missing git describe command 19 years ago
Junio C Hamano 5df466c507 Merge fixes up to GIT 1.0.7 19 years ago
Junio C Hamano 92e802c6cc GIT 1.0.7 19 years ago
Jon Loeliger c1fe2fe4fe Fix git-symbolic-ref typo in git.txt. 19 years ago
Andreas Ericsson da6bf70ebf git: grok 'help' to mean '--help'. 19 years ago
Eric Wong 2ed8e622bf Documentation/git-svnimport: document -T and -t switches correctly 19 years ago
Eric Wong 2961e0ee8b svnimport: support repositories requiring SSL authentication 19 years ago
Junio C Hamano 6ce183216d t3300: skip when filesystem does not like TAB in filenames. 19 years ago
Junio C Hamano aa66c7ec77 format-patch/commit: Quote single quote in the author name properly. 19 years ago
Junio C Hamano 81214e4ddf git-fetch --tags: reject malformed tags. 19 years ago
Jonas Fonseca 353ce81597 Wrap synopsis lines and use [verse] to keep formatting 19 years ago
Alex Riesen 6ff0b1c56c use GIT_DIR instead of /var/tmp 19 years ago
Alex Riesen 2ccd2027b0 trivial: check, if t/trash directory was successfully created 19 years ago
Alex Riesen 10ae7d86c1 trivial: .gitignore precompiled python modules 19 years ago
Alex Riesen b484ef28fb trivial: use git-repo-config to detect how to run tests in the test repository 19 years ago
Alex Riesen e58b97af31 trivial: use git-repo-config to detect if the test can be run on the repository 19 years ago
Alex Riesen 31f883d1b8 trivial: remove the dots at the end of file names from merge-one-file 19 years ago
Alex Riesen 50b4e0c178 trivial: clarify, what are the config's user.name and user.email about 19 years ago
Alex Riesen b6ae5409ea trivial: typo in git-commit.sh 19 years ago
Alex Riesen 88fb958baa use result of open(2) to check for presence 19 years ago
Alex Riesen d9e08be9d5 fix potential deadlock in create_one_file 19 years ago
Alex Riesen 781411ed46 trivial: O_EXCL makes O_TRUNC redundant 19 years ago
Alex Riesen 7f272ca80c trivial: retval of waitpid is not errno 19 years ago