summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-09Move push matching and reporting logic into transport.cLibravatar Daniel Barkalow4-92/+343
2009-03-09Use a common function to get the pretty name of refsLibravatar Daniel Barkalow4-15/+13
2009-03-08builtin-remote.c: no "commented out" code, pleaseLibravatar Junio C Hamano1-1/+0
2009-02-27builtin-remote: new show output style for push refspecsLibravatar Jay Soffian2-24/+207
2009-02-27builtin-remote: new show output styleLibravatar Jay Soffian2-61/+159
2009-02-27remote: make guess_remote_head() use exact HEAD lookup if it is availableLibravatar Jeff King2-0/+19
2009-02-27builtin-remote: add set-head subcommandLibravatar Jay Soffian4-3/+129
2009-02-27builtin-remote: teach show to display remote HEADLibravatar Jay Soffian2-7/+59
2009-02-27builtin-remote: fix two inconsistencies in the output of "show <remote>"Libravatar Jay Soffian2-6/+11
2009-02-27builtin-remote: make get_remote_ref_states() always populate states.trackedLibravatar Jay Soffian1-17/+16
2009-02-27builtin-remote: rename variables and eliminate redundant function callLibravatar Jay Soffian1-12/+12
2009-02-27builtin-remote: remove unused code in get_ref_statesLibravatar Jay Soffian1-10/+3
2009-02-27builtin-remote: refactor duplicated cleanup codeLibravatar Jay Soffian1-8/+9
2009-02-27string-list: new for_each_string_list() functionLibravatar Jay Soffian2-0/+15
2009-02-27remote: make match_refs() not short-circuitLibravatar Jay Soffian1-2/+4
2009-02-27remote: make match_refs() copy src ref before assigning to peer_refLibravatar Jay Soffian1-2/+5
2009-02-27remote: let guess_remote_head() optionally return all matchesLibravatar Jay Soffian3-17/+28
2009-02-27remote: make copy_ref() perform a deep copyLibravatar Jay Soffian1-5/+13
2009-02-26remote: simplify guess_remote_head()Libravatar Jay Soffian3-32/+16
2009-02-26move locate_head() to remote.cLibravatar Jay Soffian3-38/+49
2009-02-26move duplicated ref_newer() to remote.cLibravatar Jay Soffian4-99/+50
2009-02-26move duplicated get_local_heads() to remote.cLibravatar Jay Soffian4-48/+31
2009-02-26refactor find_ref_by_name() to accept const listLibravatar Jeff King2-3/+3
2009-02-26add basic http clone/fetch testsLibravatar Jeff King3-0/+48
2009-02-26test scripts: refactor start_httpd helperLibravatar Jeff King2-9/+8
2009-02-25GIT 1.6.2-rc2Libravatar Junio C Hamano2-2/+5
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Libravatar Junio C Hamano7-27/+72
2009-02-25Make sure objects/pack exists before creating a new packLibravatar Junio C Hamano7-27/+72
2009-02-25Allow HTTP tests to run on DarwinLibravatar Jay Soffian2-5/+23
2009-02-25Fix typo in contrib/examples/git-svnimport.txtLibravatar Michael J Gruber1-3/+3
2009-02-25gitattributes.txt: Path matching rules are explained in gitignore.txtLibravatar Johannes Sixt1-6/+7
2009-02-25sha1_file.c: fix typoLibravatar Felipe Contreras1-1/+1
2009-02-25git add: trivial codestyle cleanupLibravatar Felipe Contreras1-1/+1
2009-02-25README: fix path to "gitcvs-migration.txt" and be more consistentLibravatar Christian Couder1-3/+11
2009-02-25trace: Fixed a minor typo in an error message.Libravatar Allan Caffee1-1/+1
2009-02-25Docs: Expand explanation of the use of + in git push refspecs.Libravatar Marc Branchaud1-5/+31
2009-02-25git-quiltimport: preserve standard input to be able to read user inputLibravatar Gerrit Pape1-2/+2
2009-02-24Install builtins with the user and group of the installing personalityLibravatar Gerrit Pape1-2/+2
2009-02-24Merge git://git.bogomips.org/git-svnLibravatar Junio C Hamano1-1/+7
2009-02-24Convert git-* invocations to "git *" in the svnimport example.Libravatar Abhijit Menon-Sen1-18/+18
2009-02-24git-svn fix to avoid using strftime %zLibravatar Ben Walton1-1/+7
2009-02-23Merge git://git.bogomips.org/git-svnLibravatar Junio C Hamano4-2/+225
2009-02-23git-p4: avoid syncing duplicate changesLibravatar Pete Wyckoff1-5/+6
2009-02-23git-svn: read the dcommit url from the config file on a per remote basisLibravatar Peter Oberndorfer2-1/+15
2009-02-22git-svn: fix delete+add branch tracking with empty filesLibravatar Eric Wong3-0/+205
2009-02-22git-svn: Create leading directories in create-ignoreLibravatar Brian Gernhardt1-1/+5
2009-02-21Merge branch 'for-junio' of git://source.winehq.org/~julliard/git/gitLibravatar Junio C Hamano2-15/+61
2009-02-21Add a README in the contrib/emacs directory.Libravatar Alexandre Julliard1-0/+39
2009-02-21git.el: Improve the confirmation message on remove and revert.Libravatar Alexandre Julliard1-2/+6
2009-02-21git.el: Make sure that file lists are sorted as they are created.Libravatar Alexandre Julliard1-13/+16