summaryrefslogtreecommitdiffstats
path: root/git-svn.perl (unfollow)
Commit message (Expand)AuthorFilesLines
2007-03-17[PATCH] clean up pack index handling a bitNicolas Pitre6-87/+90
2007-03-17[PATCH] add test for OFS_DELTA objectsNicolas Pitre1-6/+65
2007-03-17[PATCH] fix t5300-pack-object.shNicolas Pitre1-1/+1
2007-03-17[PATCH] local-fetch.c: some error printing cleanupNicolas Pitre1-20/+13
2007-03-17applymbox: brown paper bag fix.Junio C Hamano1-2/+2
2007-03-16git-merge: finish when git-read-tree failsSanti BĂ©jar1-2/+2
2007-03-16use xstrdup pleaseShawn O. Pearce1-2/+2
2007-03-16git-fetch, git-branch: Support local --track via a special remote '.'Paolo Bonzini7-22/+79
2007-03-14GIT 1.5.0.4v1.5.0.4Junio C Hamano3-2/+26
2007-03-14Clarify doc for git-config --unset-all.Yann Dirson1-1/+1
2007-03-14git-checkout: fix "eval" used for merge labelling.Junio C Hamano1-1/+1
2007-03-14update-hook: fix incorrect use of git-describe and sed for finding previous tagAndy Parkins1-1/+1
2007-03-14git-grep: don't use sscanfJim Meyering1-1/+14
2007-03-14Do not output "GEN " when generating perl.makJohannes Schindelin1-1/+1
2007-03-14shortlog: prompt when reading from terminal by mistakeJunio C Hamano1-1/+4
2007-03-14Documentation: add git-mergetool to the command list.Junio C Hamano1-0/+1
2007-03-14git-svn: add -l/--local command to "git svn rebase"Eric Wong2-2/+13
2007-03-14cvsserver: asciidoc formatting changesFrank Lichtenheld1-8/+11
2007-03-14Add git-mergetool to run an appropriate merge conflict resolution programTheodore Ts'o5-1/+405
2007-03-13Add a couple more test cases to the suite.Don Zickus8-1/+35
2007-03-13restrict the patch filteringDon Zickus1-3/+34
2007-03-13builtin-mailinfo.c infrastrcture changesDon Zickus5-248/+287
2007-03-13Fix t5510-fetch's use of sedShawn O. Pearce1-1/+7
2007-03-13Simplify closing two fds at once in run-command.cShawn O. Pearce1-6/+9
2007-03-12Remove unnecessary casts from fast-importShawn O. Pearce1-2/+2
2007-03-12New fast-import test case for valid tree sortingJeff King1-0/+50
2007-03-12fast-import: grow tree storage more aggressivelyJeff King1-2/+2
2007-03-12Don't package the git-gui credits file anymoreShawn O. Pearce1-2/+1
2007-03-12Re-fix get_sha1_oneline()Linus Torvalds1-5/+5
2007-03-12git-gui: Allow 'git gui version' outside of a repositorygitgui-0.6.4Shawn O. Pearce1-7/+5
2007-03-12git-gui: Revert "git-gui: Display all authors of git-gui."Shawn O. Pearce4-135/+9
2007-03-12git-gui: Revert "Don't modify CREDITS-FILE if it hasn't changed."Shawn O. Pearce1-19/+6
2007-03-12git-gui: Allow committing empty mergesShawn O. Pearce1-1/+1
2007-03-12git-bundle: only die if pack would be empty, warn if ref is skippedJohannes Schindelin1-3/+8
2007-03-12git-send-email: configurable bcc and chain-reply-toAvi Kivity2-1/+19
2007-03-12git-send-email: Document configuration optionsAvi Kivity1-0/+13
2007-03-12git-merge: warn when -m provided on a fast forwardJ. Bruce Fields1-1/+6
2007-03-12Change {pre,post}-receive hooks to use stdinShawn O. Pearce3-58/+62
2007-03-12Split back out update_hook handling in receive-packShawn O. Pearce1-2/+24
2007-03-12Refactor run_command error handling in receive-packShawn O. Pearce1-19/+24
2007-03-12Teach run_command how to setup a stdin pipeShawn O. Pearce2-1/+37
2007-03-12Split run_command into two halves (start/finish)Shawn O. Pearce2-7/+22
2007-03-12Start defining a more sophisticated run_commandShawn O. Pearce2-7/+27
2007-03-12Remove unused run_command variantsShawn O. Pearce3-50/+1
2007-03-12Switch to run_command_v_opt in revertShawn O. Pearce1-4/+9
2007-03-12cvsserver: Use Merged response instead of Update-existing for merged filesFrank Lichtenheld1-3/+3
2007-03-11I like the idea of the new ':/<oneline prefix>' notation, and gave itJim Meyering1-2/+6
2007-03-11prepare_packed_git(): sort packs by age and localness.Junio C Hamano2-0/+57
2007-03-11Fix broken create_branch() in builtin-branch.Junio C Hamano1-14/+17
2007-03-11git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini7-36/+229