summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make for-each-ref's grab_date() support per-atom formattingAndy Parkins2007-09-292-7/+26
* Make for-each-ref allow atom names like "<name>:<something>"Andy Parkins2007-09-291-1/+10
* parse_date_format(): convert a format name to an enum date_modeAndy Parkins2007-09-293-16/+22
* Merge branch 'gr/smtp'Junio C Hamano2007-09-292-7/+31
|\
| * send-email --smtp-server-port: allow overriding the default portJunio C Hamano2007-09-262-7/+31
* | Merge branch 'ss/svnimport'Junio C Hamano2007-09-291-11/+12
|\ \
| * | Fix pool handling in git-svnimport to avoid memory leaks.Stefan Sperling2007-09-241-11/+12
* | | Merge branch 'sv/svn'Junio C Hamano2007-09-292-4/+6
|\ \ \
| * | | git-svn: handle changed svn command-line syntaxSam Vilain2007-09-211-2/+4
| * | | git-svn: fix test for trunk svn (transaction out of date)Sam Vilain2007-09-211-0/+1
| * | | git-svn: fix test for trunk svn (commit message not needed)Sam Vilain2007-09-211-2/+1
* | | | Merge branch 'ml/submodule'Junio C Hamano2007-09-292-6/+50
|\ \ \ \
| * | | | git-submodule - allow a relative path as the subproject urlMark Levedahl2007-09-252-6/+50
* | | | | Merge branch 'jb/remote-rm'Junio C Hamano2007-09-293-0/+142
|\ \ \ \ \
| * | | | | git-remote rm: add tests and minor fix-upsJunio C Hamano2007-09-232-6/+104
| * | | | | remote: document the 'rm' subcommandJames Bowes2007-09-181-0/+6
| * | | | | remote: add 'rm' subcommandJames Bowes2007-09-181-0/+38
* | | | | | Merge branch 'jk/diff-rename'Junio C Hamano2007-09-293-4/+11
|\ \ \ \ \ \
| * | | | | | diffcore-rename: cache file deltasJeff King2007-09-263-4/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Sync with GIT 1.5.3.3Junio C Hamano2007-09-2910-40/+115
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | GIT 1.5.3.3v1.5.3.3Junio C Hamano2007-09-292-1/+38
| * | | | | Fix revision log diff setup, avoid unnecessary diff generationLinus Torvalds2007-09-291-2/+8
| * | | | | git-bundle: fix commandline examples in the manpageMiklos Vajna2007-09-291-0/+8
| * | | | | Merge branch 'mergetool' of git://repo.or.cz/git/mergetool into maintJunio C Hamano2007-09-291-7/+8
| |\ \ \ \ \
| | * | | | | mergetool: Fix typo in options passed to kdiff3Theodore Ts'o2007-09-281-2/+2
| | * | | | | mergetool: fix emerge when running in a subdirectoryTheodore Ts'o2007-09-281-2/+2
| | * | | | | Mergetool generating blank files (1.5.3)Junio C Hamano2007-09-281-3/+4
| * | | | | | quiltimport: Skip non-existent patchesDan Nicholson2007-09-271-0/+4
| |/ / / / /
| * | | | | apply: get rid of --index-info in favor of --build-fake-ancestorJohannes Schindelin2007-09-263-21/+31
| * | | | | Move make_cache_entry() from merge-recursive.c into read-cache.cCarlos Rica2007-09-263-24/+26
| * | | | | core-tutorial: correct URLRandy Dunlap2007-09-251-1/+2
| * | | | | Fix spelling of overridden in documentationShawn Bohrer2007-09-252-2/+2
| * | | | | gitattributes.txt: Be more to the point in the filter driver description.Johannes Sixt2007-09-251-5/+4
| * | | | | gitattributes.txt: Remove a duplicated paragraph about 'ident' and 'crlf' int...Johannes Sixt2007-09-251-11/+0
| * | | | | user-manual: Explain what submodules are good for.Michael Smith2007-09-251-12/+42
| * | | | | Merge branch 'jn/web' into maintJunio C Hamano2007-09-251-36/+2
| |\ \ \ \ \
* | | | | | | rebase -i: create .dotest-merge after validating options.Matt Kraai2007-09-261-4/+4
* | | | | | | rebase -i: avoid exporting GIT_AUTHOR_* variablesJohannes Schindelin2007-09-251-2/+8
* | | | | | | rebase -i: Fix numbers in progress reportJohannes Schindelin2007-09-251-2/+2
* | | | | | | rebase -i: style fixes and minor cleanupsJohannes Schindelin2007-09-251-18/+30
* | | | | | | rebase -i: commit when continuing after "edit"Johannes Schindelin2007-09-252-7/+24
* | | | | | | Make merge-recursive honor diff.renamelimitLars Hjemli2007-09-251-0/+6
* | | | | | | Move convert-objects to contrib.Matt Kraai2007-09-256-4/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'maint'Junio C Hamano2007-09-253-8/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Do not over-quote the -f envelopesender value.Jim Meyering2007-09-251-6/+10
| * | | | | unexpected Make output (e.g. from --debug) causes build failureJim Meyering2007-09-251-1/+1
| * | | | | Fixed minor typo in t/t9001-send-email.sh test command line.Glenn Rempe2007-09-241-1/+1
| | |_|_|/ | |/| | |
* | | | | Start RelNotes for 1.5.4Junio C Hamano2007-09-241-0/+21
* | | | | Merge branch 'jn/web'Junio C Hamano2007-09-231-36/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | gitweb: No difftree output for trivial mergeJakub Narebski2007-09-231-1/+1