summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use a common function to get the pretty name of refsDaniel Barkalow2009-03-094-15/+13
* builtin-remote.c: no "commented out" code, pleaseJunio C Hamano2009-03-081-1/+0
* builtin-remote: new show output style for push refspecsJay Soffian2009-02-272-24/+207
* builtin-remote: new show output styleJay Soffian2009-02-272-61/+159
* remote: make guess_remote_head() use exact HEAD lookup if it is availableJeff King2009-02-272-0/+19
* builtin-remote: add set-head subcommandJay Soffian2009-02-274-3/+129
* builtin-remote: teach show to display remote HEADJay Soffian2009-02-272-7/+59
* builtin-remote: fix two inconsistencies in the output of "show <remote>"Jay Soffian2009-02-272-6/+11
* builtin-remote: make get_remote_ref_states() always populate states.trackedJay Soffian2009-02-271-17/+16
* builtin-remote: rename variables and eliminate redundant function callJay Soffian2009-02-271-12/+12
* builtin-remote: remove unused code in get_ref_statesJay Soffian2009-02-271-10/+3
* builtin-remote: refactor duplicated cleanup codeJay Soffian2009-02-271-8/+9
* string-list: new for_each_string_list() functionJay Soffian2009-02-272-0/+15
* remote: make match_refs() not short-circuitJay Soffian2009-02-271-2/+4
* remote: make match_refs() copy src ref before assigning to peer_refJay Soffian2009-02-271-2/+5
* remote: let guess_remote_head() optionally return all matchesJay Soffian2009-02-273-17/+28
* remote: make copy_ref() perform a deep copyJay Soffian2009-02-271-5/+13
* remote: simplify guess_remote_head()Jay Soffian2009-02-263-32/+16
* move locate_head() to remote.cJay Soffian2009-02-263-38/+49
* move duplicated ref_newer() to remote.cJay Soffian2009-02-264-99/+50
* move duplicated get_local_heads() to remote.cJay Soffian2009-02-264-48/+31
* refactor find_ref_by_name() to accept const listJeff King2009-02-262-3/+3
* add basic http clone/fetch testsJeff King2009-02-263-0/+48
* test scripts: refactor start_httpd helperJeff King2009-02-262-9/+8
* GIT 1.6.2-rc2v1.6.2-rc2Junio C Hamano2009-02-252-2/+5
* Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-257-27/+72
|\
| * Make sure objects/pack exists before creating a new packJunio C Hamano2009-02-257-27/+72
* | Allow HTTP tests to run on DarwinJay Soffian2009-02-252-5/+23
* | Fix typo in contrib/examples/git-svnimport.txtMichael J Gruber2009-02-251-3/+3
* | gitattributes.txt: Path matching rules are explained in gitignore.txtJohannes Sixt2009-02-251-6/+7
* | sha1_file.c: fix typoFelipe Contreras2009-02-251-1/+1
* | git add: trivial codestyle cleanupFelipe Contreras2009-02-251-1/+1
* | README: fix path to "gitcvs-migration.txt" and be more consistentChristian Couder2009-02-251-3/+11
* | trace: Fixed a minor typo in an error message.Allan Caffee2009-02-251-1/+1
* | Docs: Expand explanation of the use of + in git push refspecs.Marc Branchaud2009-02-251-5/+31
* | git-quiltimport: preserve standard input to be able to read user inputGerrit Pape2009-02-251-2/+2
* | Install builtins with the user and group of the installing personalityGerrit Pape2009-02-241-2/+2
* | Merge git://git.bogomips.org/git-svnJunio C Hamano2009-02-241-1/+7
|\ \
| * | git-svn fix to avoid using strftime %zBen Walton2009-02-241-1/+7
* | | Convert git-* invocations to "git *" in the svnimport example.Abhijit Menon-Sen2009-02-241-18/+18
|/ /
* | Merge git://git.bogomips.org/git-svnJunio C Hamano2009-02-234-2/+225
|\ \
| * | git-svn: read the dcommit url from the config file on a per remote basisPeter Oberndorfer2009-02-232-1/+15
| * | git-svn: fix delete+add branch tracking with empty filesEric Wong2009-02-223-0/+205
| * | git-svn: Create leading directories in create-ignoreBrian Gernhardt2009-02-221-1/+5
* | | git-p4: avoid syncing duplicate changesPete Wyckoff2009-02-231-5/+6
|/ /
* | Merge branch 'for-junio' of git://source.winehq.org/~julliard/git/gitJunio C Hamano2009-02-212-15/+61
|\ \
| * | Add a README in the contrib/emacs directory.Alexandre Julliard2009-02-211-0/+39
| * | git.el: Improve the confirmation message on remove and revert.Alexandre Julliard2009-02-211-2/+6
| * | git.el: Make sure that file lists are sorted as they are created.Alexandre Julliard2009-02-211-13/+16
* | | Support 'raw' date formatLinus Torvalds2009-02-203-2/+12
|/ /