summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Teach new attribute 'export-ignore' to git-archiveRené Scharfe2008-06-096-0/+33
* Port to 12 other Platforms.Boyd Lynn Gerber2008-06-082-1/+40
* progress.c: avoid use of dynamic-sized arrayBoyd Lynn Gerber2008-06-081-3/+8
* git-name-rev.txt: document --no-undefined and --alwaysStephan Beyer2008-06-081-0/+7
* git-describe.txt: document --alwaysStephan Beyer2008-06-081-0/+3
* Docs: add some long/short optionsStephan Beyer2008-06-084-1/+14
* Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer2008-06-0856-210/+394
* git-commit.txt: Add missing long/short optionsStephan Beyer2008-06-081-8/+9
* git-send-email: allow whitespace in addressee listPieter de Bie2008-06-081-1/+1
* send-email: Allow the envelope sender to be set via configurationAsk Bjørn Hansen2008-06-081-0/+1
* gitweb setup instruction: rewrite HEAD and root as wellAsk Bjørn Hansen2008-06-081-4/+14
* git-commit.txt: Correct option alternativesStephan Beyer2008-06-081-4/+4
* git-rebase -i: mention the short command aliases in the todo listMiklos Vajna2008-06-081-3/+3
* Remove unused code in parse_commit_buffer()Miklos Vajna2008-06-081-7/+1
* http-push.c: remove duplicated codeJunio C Hamano2008-06-081-26/+3
* make_nonrelative_path: Use is_absolute_path()Johannes Sixt2008-06-081-1/+1
* GIT 1.5.6-rc2v1.5.6-rc2Junio C Hamano2008-06-071-0/+6
* Merge 1.5.5.4 inJunio C Hamano2008-06-072-1/+9
|\
| * GIT 1.5.5.4v1.5.5.4Junio C Hamano2008-06-074-3/+11
* | git log --graph: print '*' for all commits, including mergesAdam Simpkins2008-06-061-14/+0
* | Use nonrelative paths instead of absolute paths for cloned repositoriesDaniel Barkalow2008-06-063-2/+39
* | documentation: move git(7) to git(1)Christian Couder2008-06-06140-146/+144
* | documentation: convert "diffcore" and "repository-layout" to man pagesChristian Couder2008-06-068-20/+68
* | graph API: fix "git log --graph --first-parent"Adam Simpkins2008-06-061-11/+53
* | Print info about "git help COMMAND" on git's main usage pagesTeemu Likonen2008-06-063-0/+7
* | Merge branch 'maint'Junio C Hamano2008-06-062-10/+15
|\ \ | |/
| * git-for-each-ref.txt: minor improvementsLea Wiemann2008-06-061-8/+9
| * name-rev: Fix segmentation fault when using --allBjörn Steinbrink2008-06-051-2/+6
* | gitweb: Add charset info to "raw" output of 'text/plain' blobsJakub Narebski2008-06-041-9/+20
* | Strbuf documentation: document most functionsMiklos Vajna2008-06-041-2/+237
* | Documentation/git-mailsplit: Enhanced description of -o optionDirk Suesserott2008-06-041-1/+1
* | Fix "git clone http://$URL" to check out the worktree when askedJeff King2008-06-041-0/+1
* | Merge branch 'maint'Junio C Hamano2008-06-042-4/+27
|\ \ | |/
| * describe: match pattern for lightweight tags tooMichael Dressel2008-06-042-4/+27
* | t7502: honor SHELL_PATHJunio C Hamano2008-06-041-3/+3
* | Documentation: git-log cannot use rev-list specific optionsJunio C Hamano2008-06-031-0/+6
* | Fix t5516 on cygwin: it does not like double slashes at the beginning of a pathAlex Riesen2008-06-031-1/+1
* | t7502: tighten loosely written test sequenceJunio C Hamano2008-06-031-17/+18
* | t7502: do not globally unset GIT_COMMITTER_* environment variablesJunio C Hamano2008-06-031-3/+6
* | cat-file --batch: flush stdout also when objects are missingLea Wiemann2008-06-031-0/+1
* | GIT v1.5.6-rc1v1.5.6-rc1Junio C Hamano2008-06-031-1/+5
* | commit: drop duplicated parentsJunio C Hamano2008-06-022-0/+23
* | rebase --interactive: Compute upstream SHA1 before switching branchesJohannes Sixt2008-06-021-4/+3
* | Documentation/git-filter-branch.txt: Fix description of --commit-filterKevin Ballard2008-06-021-1/+1
* | gitweb: Fix "next" link on bottom of pageJakub Narebski2008-06-021-8/+5
* | Revert "git.el: Set process-environment instead of invoking env"Karl Hasselström2008-06-021-4/+7
* | Merge branch 'sb/am-tests'Junio C Hamano2008-06-012-72/+260
|\ \
| * | Merge t4150-am-subdir.sh and t4151-am.sh into t4150-am.shStephan Beyer2008-05-312-72/+34
| * | Add test cases for git-amStephan Beyer2008-05-311-0/+226
* | | Merge branch 'lw/test-fix'Junio C Hamano2008-06-011-1/+3
|\ \ \