summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-09Use a common function to get the pretty name of refsDaniel Barkalow
2009-03-08builtin-remote.c: no "commented out" code, pleaseJunio C Hamano
2009-02-27builtin-remote: new show output style for push refspecsJay Soffian
2009-02-27builtin-remote: new show output styleJay Soffian
2009-02-27remote: make guess_remote_head() use exact HEAD lookup if it is availableJeff King
2009-02-27builtin-remote: add set-head subcommandJay Soffian
2009-02-27builtin-remote: teach show to display remote HEADJay Soffian
2009-02-27builtin-remote: fix two inconsistencies in the output of "show <remote>"Jay Soffian
2009-02-27builtin-remote: make get_remote_ref_states() always populate states.trackedJay Soffian
2009-02-27builtin-remote: rename variables and eliminate redundant function callJay Soffian
2009-02-27builtin-remote: remove unused code in get_ref_statesJay Soffian
2009-02-27builtin-remote: refactor duplicated cleanup codeJay Soffian
2009-02-27string-list: new for_each_string_list() functionJay Soffian
2009-02-27remote: make match_refs() not short-circuitJay Soffian
2009-02-27remote: make match_refs() copy src ref before assigning to peer_refJay Soffian
2009-02-27remote: let guess_remote_head() optionally return all matchesJay Soffian
2009-02-27remote: make copy_ref() perform a deep copyJay Soffian
2009-02-26remote: simplify guess_remote_head()Jay Soffian
2009-02-26move locate_head() to remote.cJay Soffian
2009-02-26move duplicated ref_newer() to remote.cJay Soffian
2009-02-26move duplicated get_local_heads() to remote.cJay Soffian
2009-02-26refactor find_ref_by_name() to accept const listJeff King
2009-02-26add basic http clone/fetch testsJeff King
2009-02-26test scripts: refactor start_httpd helperJeff King
2009-02-25GIT 1.6.2-rc2v1.6.2-rc2Junio C Hamano
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano
2009-02-25Allow HTTP tests to run on DarwinJay Soffian
2009-02-25Fix typo in contrib/examples/git-svnimport.txtMichael J Gruber
2009-02-25gitattributes.txt: Path matching rules are explained in gitignore.txtJohannes Sixt
2009-02-25sha1_file.c: fix typoFelipe Contreras
2009-02-25git add: trivial codestyle cleanupFelipe Contreras
2009-02-25README: fix path to "gitcvs-migration.txt" and be more consistentChristian Couder
2009-02-25trace: Fixed a minor typo in an error message.Allan Caffee
2009-02-25Docs: Expand explanation of the use of + in git push refspecs.Marc Branchaud
2009-02-25git-quiltimport: preserve standard input to be able to read user inputGerrit Pape
2009-02-25Install builtins with the user and group of the installing personalityGerrit Pape
2009-02-25Merge git://git.bogomips.org/git-svnJunio C Hamano
2009-02-25Convert git-* invocations to "git *" in the svnimport example.Abhijit Menon-Sen
2009-02-24git-svn fix to avoid using strftime %zBen Walton
2009-02-24Merge git://git.bogomips.org/git-svnJunio C Hamano
2009-02-23git-p4: avoid syncing duplicate changesPete Wyckoff
2009-02-23git-svn: read the dcommit url from the config file on a per remote basisPeter Oberndorfer
2009-02-23git-svn: fix delete+add branch tracking with empty filesEric Wong
2009-02-23git-svn: Create leading directories in create-ignoreBrian Gernhardt
2009-02-21Merge branch 'for-junio' of git://source.winehq.org/~julliard/git/gitJunio C Hamano
2009-02-21Add a README in the contrib/emacs directory.Alexandre Julliard
2009-02-21git.el: Improve the confirmation message on remove and revert.Alexandre Julliard
2009-02-21git.el: Make sure that file lists are sorted as they are created.Alexandre Julliard
2009-02-21Support 'raw' date formatLinus Torvalds