summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-06-11git-p4 submit: Fix missing quotes around p4 commands to make them work with s...Libravatar Simon Hausmann1-3/+3
2007-06-11Mention remotes/p4/master also in the documentation.Libravatar Simon Hausmann1-3/+3
2007-06-11Provide some information for single branch imports where the commits goLibravatar Simon Hausmann1-1/+4
2007-06-11git-p4: check for existence of repo dir before trying to createLibravatar Kevin Green1-1/+2
2007-06-11Write out the options tag in the log message of imports only if we actually haveLibravatar Simon Hausmann1-6/+5
2007-06-11Fix support for explicit disabling of syncing with the originLibravatar Simon Hausmann1-0/+2
2007-06-11Merge branch 'master' of git://repo.or.cz/git-guiLibravatar Junio C Hamano7-52/+601
2007-06-11Merge branch 'maint'Libravatar Junio C Hamano5-219/+825
2007-06-11Merge branch 'maint' of git://repo.or.cz/git-gui into maintLibravatar Junio C Hamano5-219/+825
2007-06-11Fix depot-paths encoding for multi-path imports (don't split up //depot/path/...Libravatar Simon Hausmann1-1/+1
2007-06-11Fix project name guessingLibravatar Simon Hausmann1-1/+6
2007-06-11Merge branch 'maint'Libravatar Shawn O. Pearce3-196/+786
2007-06-10gitweb: '--cc' for merges in 'commitdiff' viewLibravatar Jakub Narebski1-12/+99
2007-06-10gitweb: Add links to blobdiffs in from-file/to-file header for mergesLibravatar Jakub Narebski1-3/+14
2007-06-10gitweb: Create special from-file/to-file header for combined diffLibravatar Jakub Narebski1-11/+27
2007-06-10gitweb: Split git_patchset_body into separate subroutinesLibravatar Jakub Narebski1-111/+202
2007-06-10gitweb: Improve "next" link in commitdiff viewLibravatar Jakub Narebski1-1/+8
2007-06-10gitweb: Provide links to commitdiff to each parent in 'commitdiff' viewLibravatar Jakub Narebski2-0/+26
2007-06-10Merge branch 'maint'Libravatar Junio C Hamano2-8/+13
2007-06-10mktag: minimally update the description.Libravatar Junio C Hamano1-7/+7
2007-06-10Makefile: add an explicit rule for building assembly outputLibravatar Linus Torvalds2-1/+3
2007-06-10tutorial: use "project history" instead of "changelog" in headerLibravatar J. Bruce Fields1-2/+2
2007-06-10Documentation: user-manual todoLibravatar J. Bruce Fields1-0/+4
2007-06-10user-manual: add a missing section IDLibravatar J. Bruce Fields1-0/+1
2007-06-10Fix typo in remote branch example in git user manualLibravatar Gerrit Pape1-1/+1
2007-06-10user-manual: quick-start updatesLibravatar J. Bruce Fields1-5/+5
2007-06-10git-mergetool: Make default selection of merge-tool more intelligentLibravatar Theodore Ts'o1-17/+29
2007-06-10[PATCH] git-mergetool: Allow gvimdiff to be used as a mergetoolLibravatar Dan McGee3-4/+12
2007-06-10Fix updating/creating remotes/p4/* heads from origin/p4/*Libravatar Simon Hausmann1-4/+6
2007-06-09git-blame -w: ignore whitespaceLibravatar Junio C Hamano2-3/+12
2007-06-09git-blame: do not indent with spaces.Libravatar Junio C Hamano1-4/+4
2007-06-10Fixed the check to make sure to exclude the HEAD symbolic refs when updatingLibravatar Simon Hausmann1-1/+1
2007-06-09filter-branch: subdirectory filter needs --full-historyLibravatar Johannes Sixt2-1/+22
2007-06-09filter-branch: Simplify parent computation.Libravatar Johannes Sixt1-17/+7
2007-06-09Teach filter-branch about subdirectory filteringLibravatar Johannes Schindelin2-3/+54
2007-06-09git-branch: cleanup config file when deleting branchesLibravatar Gerrit Pape2-2/+16
2007-06-09git-push: Update description of refspecs and add examplesLibravatar Junio C Hamano1-3/+22
2007-06-09remote.c: "git-push frotz" should update what matches at the source.Libravatar Junio C Hamano2-6/+53
2007-06-09remote.c: fix "git push" weak match disambiguationLibravatar Junio C Hamano2-1/+112
2007-06-09remote.c: minor clean-up of match_explicit()Libravatar Junio C Hamano1-11/+12
2007-06-09remote.c: refactor creation of new dst refLibravatar Junio C Hamano1-18/+17
2007-06-09remote.c: refactor match_explicit_refs()Libravatar Junio C Hamano1-73/+86
2007-06-09Merge branch 'maint'Libravatar Junio C Hamano3-3/+3
2007-06-09Remove unnecessary code and comments on non-existing 8kB tag object restrictionLibravatar Johan Herland1-7/+0
2007-06-09Make command description imperative statement, not third-person present.Libravatar william pursell3-3/+3
2007-06-09t5000: silence unzip availability checkLibravatar René Scharfe1-1/+1
2007-06-09Merge branch 'aj/pack'Libravatar Junio C Hamano1-12/+35
2007-06-09Merge branch 'js/merge'Libravatar Junio C Hamano2-1/+10
2007-06-09cmd_log_init: remove parsing of --encoding command line parameterLibravatar Jeff King1-7/+1
2007-06-08Merge branch 'ar/wildcardpush'Libravatar Junio C Hamano2-12/+109