summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | fetch--tool: fix uninitialized buffer when reading from stdinJunio C Hamano2007-02-271-6/+13
| * | | | builtin-fetch--tool: adjust to updated sha1_object_info().Junio C Hamano2007-02-271-4/+6
| * | | | Merge branch 'np/types' into jc/fetchJunio C Hamano2007-02-27174-3681/+7640
| |\ \ \ \
| * | | | | git-fetch--tool takes flags before the subcommand.Junio C Hamano2007-02-241-4/+4
| * | | | | Use stdin reflist passing in git-fetch.shJulian Phillips2007-02-131-1/+1
| * | | | | Use stdin reflist passing in parse-remoteJulian Phillips2007-02-131-1/+2
| * | | | | Allow fetch--tool to read from stdinJulian Phillips2007-02-131-2/+25
| * | | | | git-fetch: rewrite expand_ref_wildcard in CJunio C Hamano2007-02-132-45/+91
| * | | | | git-fetch: rewrite another shell loop in CJunio C Hamano2007-02-132-28/+48
| * | | | | git-fetch: move more code into C.Junio C Hamano2007-02-132-51/+131
| * | | | | git-fetch--tool: start rewriting parts of git-fetch in C.Junio C Hamano2007-02-135-124/+227
| * | | | | git-fetch: split fetch_main into fetch_dumb and fetch_nativeJunio C Hamano2007-02-131-69/+105
* | | | | | Merge branch 'dz/mailinfo'Junio C Hamano2007-03-1413-248/+352
|\ \ \ \ \ \
| * | | | | | Add a couple more test cases to the suite.Don Zickus2007-03-128-1/+35
| * | | | | | restrict the patch filteringDon Zickus2007-03-121-3/+34
| * | | | | | builtin-mailinfo.c infrastrcture changesDon Zickus2007-03-125-248/+287
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'jb/per-user-exclude'Junio C Hamano2007-03-141-1/+17
|\ \ \ \ \ \
| * | | | | | add: Support specifying an excludes file with a configuration variableJames Bowes2007-03-091-1/+17
* | | | | | | Merge branch 'maint'Junio C Hamano2007-03-141-8/+11
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | cvsserver: asciidoc formatting changesFrank Lichtenheld2007-03-131-8/+11
* | | | | | | Merge branch 'pb/branch-track'Junio C Hamano2007-03-147-41/+237
|\ \ \ \ \ \ \
| * | | | | | | Fix broken create_branch() in builtin-branch.Junio C Hamano2007-03-101-14/+17
| * | | | | | | git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini2007-03-107-36/+229
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | git-grep: don't use sscanfJim Meyering2007-03-141-1/+14
* | | | | | | Do not output "GEN " when generating perl.makJohannes Schindelin2007-03-141-1/+1
* | | | | | | shortlog: prompt when reading from terminal by mistakeJunio C Hamano2007-03-141-1/+4
* | | | | | | Documentation: add git-mergetool to the command list.Junio C Hamano2007-03-141-0/+1
* | | | | | | Merge branch 'master' of git://repo.or.cz/git/mergetoolJunio C Hamano2007-03-145-1/+405
|\ \ \ \ \ \ \
| * | | | | | | Add git-mergetool to run an appropriate merge conflict resolution programTheodore Ts'o2007-03-135-1/+405
| | |_|_|/ / / | |/| | | | |
* | | | | | | git-svn: add -l/--local command to "git svn rebase"Eric Wong2007-03-132-2/+13
|/ / / / / /
* | | | | | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-03-121-0/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'maint'gitgui-0.6.5Shawn O. Pearce2007-03-124-156/+15
| |\ \ \ \ \ \
| * | | | | | | git-gui: Support of "make -s" in: do not output anything of the build itselfAlex Riesen2007-03-061-0/+5
* | | | | | | | Merge branch 'maint'Junio C Hamano2007-03-125-158/+16
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge branch 'maint' of git://repo.or.cz/git/fastimport into maintJunio C Hamano2007-03-121-2/+2
| |\ \ \ \ \ \ \
| * | | | | | | | Don't package the git-gui credits file anymoreShawn O. Pearce2007-03-121-2/+1
| * | | | | | | | Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-03-124-156/+15
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | git-gui: Allow 'git gui version' outside of a repositorygitgui-0.6.4Shawn O. Pearce2007-03-121-7/+5
| | * | | | | | | git-gui: Revert "git-gui: Display all authors of git-gui."Shawn O. Pearce2007-03-124-135/+9
| | * | | | | | | git-gui: Revert "Don't modify CREDITS-FILE if it hasn't changed."Shawn O. Pearce2007-03-121-19/+6
| | * | | | | | | git-gui: Allow committing empty mergesShawn O. Pearce2007-03-121-1/+1
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano2007-03-122-4/+54
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove unnecessary casts from fast-importShawn O. Pearce2007-03-121-2/+2
| * | | | | | | | Merge branch 'maint'Shawn O. Pearce2007-03-121-2/+2
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | fast-import: grow tree storage more aggressivelyJeff King2007-03-121-2/+2
| | |/ / / / / /
| * | | | | | | New fast-import test case for valid tree sortingJeff King2007-03-121-0/+50
* | | | | | | | Fix t5510-fetch's use of sedShawn O. Pearce2007-03-121-1/+7
* | | | | | | | Simplify closing two fds at once in run-command.cShawn O. Pearce2007-03-121-6/+9
* | | | | | | | Re-fix get_sha1_oneline()Linus Torvalds2007-03-121-5/+5
|/ / / / / / /
* | | | | | | git-bundle: only die if pack would be empty, warn if ref is skippedJohannes Schindelin2007-03-111-3/+8