summaryrefslogtreecommitdiffstats
path: root/builtin-rev-parse.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-01attr: plug minor memory leakRené Scharfe1-0/+2
2009-07-01git.c: avoid allocating one-too-many elements for new argv arrayBrandon Casey1-2/+1
2009-06-30request-pull: really disable pagerJunio C Hamano1-2/+2
2009-06-30git-mv: fix directory separator treatment on WindowsJohannes Sixt1-7/+3
2009-06-30completion: add missing config variablesStephen Boyd1-2/+3
2009-06-30Makes some cleanup/review in gittutorialThadeu Lima de Souza Cascardo1-12/+12
2009-06-30Makefile: git.o depends on library headersJohannes Sixt1-1/+1
2009-06-30git-submodule documentation: fix foreach exampleMiklos Vajna2-2/+4
2009-06-29git log: add '--merges' flag to match '--no-merges'Linus Torvalds2-0/+5
2009-06-28git svn: Doc update for multiple branch and tag pathsMarc Branchaud1-9/+35
2009-06-28git svn: cleanup t9138-multiple-branchesMarc Branchaud1-57/+66
2009-06-27gitweb/README: fix AliasMatch in exampleGiuseppe Bilotta1-1/+9
2009-06-27Test grep --and/--or/--notThomas Rast1-0/+30
2009-06-27Test git archive --remoteThomas Rast1-0/+4
2009-06-26git-svn: Canonicalize svn urls to prevent libsvn assertionUlrich Dangel1-1/+8
2009-06-26t9138: remove stray dot in test which broke bashEric Wong1-1/+0
2009-06-25git-svn: convert globs to regexps for branch destinationsEric Wong1-1/+3
2009-06-25git svn: Support multiple branch and tag paths in the svn repository.Marc Branchaud2-22/+170
2009-06-25Add 'git svn reset' to unwind 'git svn fetch'Ben Jackson3-6/+164
2009-06-25git-svn: speed up find_rev_beforeBen Jackson1-0/+2
2009-06-25Add 'git svn help [cmd]' which works outside a repo.Ben Jackson1-0/+3
2009-06-25git-svn: let 'dcommit $rev' work on $rev instead of HEADThomas Rast3-4/+54
2009-06-24fread does not return negative on errorRoel Kluin1-1/+1
2009-06-24builtin-remote: (get_one_entry): use strbufBert Wesarg1-9/+7
2009-06-24t/t9001-send-email.sh: ensure generated script is executed with $SHELL_PATHBrandon Casey1-1/+4
2009-06-22t3700-add: add a POSIXPERM prerequisite to a new testJohannes Sixt1-1/+1
2009-06-22GIT 1.6.3.3v1.6.3.3Junio C Hamano3-2/+40
2009-06-21attribute: whitespace set to true detects all errors known to gitJunio C Hamano1-5/+7
2009-06-21.gitattributes: CR at the end of the line is an errorNanako Shiraishi1-1/+1
2009-06-21t3505: fix abuse of test_expect_codeJunio C Hamano1-5/+5
2009-06-21git-show-ref.txt: remove word and make consistentStephen Boyd1-2/+2
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds23-42/+42
2009-06-21git-svn documentation: fix typo in 'rebase vs. pull/merge' sectionMiklos Vajna1-1/+1
2009-06-18add: allow configurations to be overriden by command lineStephen Boyd2-2/+15
2009-06-18Add -k option to cvsexportcommit to revert expanded CVS keywords in CVS worki...Alex Bennée2-3/+26
2009-06-18http.c: fix compiling with libcurl 7.9.2Mark Lodato1-4/+4
2009-06-18Test cccmd in t9001-send-email.sh and fix some bugsPaolo Bonzini4-10/+80
2009-06-18import-tars: support symlinksJohannes Schindelin1-5/+12
2009-06-18upload-archive: fix infinite loop on CygwinRené Scharfe1-5/+7
2009-06-18avoid exponential regex match for java and objc function namesPaolo Bonzini1-2/+3
2009-06-18Fix big left-shifts of unsigned charLinus Torvalds8-16/+12
2009-06-15pull, rebase: simplify to use die()Stephen Boyd2-10/+5
2009-06-14use xstrdup, not strdup in ll-merge.cJim Meyering1-4/+4
2009-06-14avoid NULL dereference on failed mallocJim Meyering1-2/+2
2009-06-13git-rerere.txt: grammatical fixups and cleanupsStephen Boyd1-33/+32
2009-06-13builtin-remote: Make "remote -v" display push urlsMichael J Gruber1-5/+26
2009-06-13builtin-remote: Show push urls as wellMichael J Gruber2-8/+22
2009-06-12send-email: fix a typo in a commentMarkus Heidelberg1-1/+1
2009-06-12send-email: fix threaded mails without chain-reply-toMarkus Heidelberg2-2/+3
2009-06-12add a test for git-send-email for threaded mails without chain-reply-toMarkus Heidelberg1-0/+11