summaryrefslogtreecommitdiffstats
path: root/pack-refs.h (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-06Remove archaic use of regex capture \1 in favour of $1Nick Woolley1-1/+1
2009-07-06completion: Add --full-diff to log optionsTodd Zullinger1-1/+1
2009-07-06Allow the Unix epoch to be a valid commit dateEric Wong2-6/+2
2009-07-06http-push: fix xml_entities() string parsing overrunHunter, D. Seth1-0/+2
2009-07-02Remove filename from conflict markersMartin Renold4-13/+17
2009-07-01request-pull: really really disable pagerMichal Marek1-3/+4
2009-07-01log-tree: fix confusing commentJeff King1-1/+2
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-27Use die_errno() instead of die() when checking syscallsThomas Rast30-74/+79
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast42-133/+117
2009-06-27die_errno(): double % in strerror() output just in caseJunio C Hamano1-2/+18
2009-06-27Introduce die_errno() that appends strerror(errno) to die()Thomas Rast2-0/+13
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-remote: fix missing .uploadpack usage for show commandChris Frey1-1/+1
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-22receive-pack: do not send error details to the clientJohannes Sixt1-31/+22
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-21show-ref: migrate to parse-optionsStephen Boyd2-81/+67
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-21Makefile: Solaris needs HAVE_ALLOCA_H for alloca()Brandon Casey1-1/+1
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-18stash: teach quiet optionStephen Boyd3-24/+92