summaryrefslogtreecommitdiffstats
path: root/alias.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-28builtin-remote: make get_remote_ref_states() always populate states.trackedJay Soffian1-17/+16
2009-02-28builtin-remote: rename variables and eliminate redundant function callJay Soffian1-12/+12
2009-02-28builtin-remote: remove unused code in get_ref_statesJay Soffian1-10/+3
2009-02-28builtin-remote: refactor duplicated cleanup codeJay Soffian1-8/+9
2009-02-28string-list: new for_each_string_list() functionJay Soffian2-0/+15
2009-02-28remote: make match_refs() not short-circuitJay Soffian1-2/+4
2009-02-28remote: make match_refs() copy src ref before assigning to peer_refJay Soffian1-2/+5
2009-02-28remote: let guess_remote_head() optionally return all matchesJay Soffian3-17/+28
2009-02-28remote: make copy_ref() perform a deep copyJay Soffian1-5/+13
2009-02-26remote: simplify guess_remote_head()Jay Soffian3-32/+16
2009-02-26move locate_head() to remote.cJay Soffian3-38/+49
2009-02-26move duplicated ref_newer() to remote.cJay Soffian4-99/+50
2009-02-26move duplicated get_local_heads() to remote.cJay Soffian4-48/+31
2009-02-26refactor find_ref_by_name() to accept const listJeff King2-3/+3
2009-02-26add basic http clone/fetch testsJeff King3-0/+48
2009-02-26test scripts: refactor start_httpd helperJeff King2-9/+8
2009-02-25GIT 1.6.2-rc2v1.6.2-rc2Junio C Hamano2-2/+5
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano7-27/+72
2009-02-25Allow HTTP tests to run on DarwinJay Soffian2-5/+23
2009-02-25Fix typo in contrib/examples/git-svnimport.txtMichael J Gruber1-3/+3
2009-02-25gitattributes.txt: Path matching rules are explained in gitignore.txtJohannes Sixt1-6/+7
2009-02-25sha1_file.c: fix typoFelipe Contreras1-1/+1
2009-02-25git add: trivial codestyle cleanupFelipe Contreras1-1/+1
2009-02-25README: fix path to "gitcvs-migration.txt" and be more consistentChristian Couder1-3/+11
2009-02-25trace: Fixed a minor typo in an error message.Allan Caffee1-1/+1
2009-02-25Docs: Expand explanation of the use of + in git push refspecs.Marc Branchaud1-5/+31
2009-02-25git-quiltimport: preserve standard input to be able to read user inputGerrit Pape1-2/+2
2009-02-25Install builtins with the user and group of the installing personalityGerrit Pape1-2/+2
2009-02-25Convert git-* invocations to "git *" in the svnimport example.Abhijit Menon-Sen1-18/+18
2009-02-24git-svn fix to avoid using strftime %zBen Walton1-1/+7
2009-02-24git-p4: avoid syncing duplicate changesPete Wyckoff1-5/+6
2009-02-23git-svn: read the dcommit url from the config file on a per remote basisPeter Oberndorfer2-1/+15
2009-02-23git-svn: fix delete+add branch tracking with empty filesEric Wong3-0/+205
2009-02-23git-svn: Create leading directories in create-ignoreBrian Gernhardt1-1/+5