summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleJunio C Hamano2009-03-0817-330/+812
|\
| * 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
* | Support '*' in the middle of a refspecDaniel Barkalow2009-03-073-11/+36
* | Keep '*' in pattern refspecsDaniel Barkalow2009-03-072-18/+19
* | Use the matching function to generate the match resultsDaniel Barkalow2009-03-071-22/+23
* | Use a single function to match names against patternsDaniel Barkalow2009-03-071-3/+9
* | Make clone parse the default refspec with the normal codeDaniel Barkalow2009-03-071-12/+13
* | Merge branch 'en/maint-hash-object'Junio C Hamano2009-03-051-2/+2
|\ \
| * | Ensure proper setup of git_dir for git-hash-objectElijah Newren2009-02-281-2/+2
* | | Merge branch 'jc/blame'Junio C Hamano2009-03-051-64/+43
|\ \ \
| * | | blame: show "previous" information in --porcelain/--incremental formatJunio C Hamano2008-10-121-30/+12
| * | | git-blame: refactor code to emit "porcelain format" outputJunio C Hamano2008-10-121-34/+31
* | | | Merge branch 'ns/pretty-format'Junio C Hamano2009-03-056-9/+85
|\ \ \ \
| * | | | bash completion: add --format= and --oneline options for "git log"Teemu Likonen2009-02-271-2/+12
| * | | | Add tests for git log --pretty, --format and --oneline.Felipe Contreras2009-02-251-0/+40
| * | | | Add --oneline that is a synonym to "--pretty=oneline --abbrev-commit"Nanako Shiraishi2009-02-242-0/+8
| * | | | Give short-hands to --pretty=tformat:%formatstringNanako Shiraishi2009-02-242-6/+23
| * | | | Add --format that is a synonym to --prettyNanako Shiraishi2009-02-242-1/+2
* | | | | Merge branch 'jk/sane-relative-time'Junio C Hamano2009-03-051-1/+19
|\ \ \ \ \
| * | | | | never fallback relative times to absoluteJeff King2009-02-251-1/+19
| |/ / / /
* | | | | Merge branch 'fc/config-editor'Junio C Hamano2009-03-052-4/+18
|\ \ \ \ \
| * | | | | git config: trivial cleanup for editor actionJohannes Schindelin2009-02-211-6/+3
| * | | | | git config: codestyle cleanupsFelipe Contreras2009-02-211-3/+3
| * | | | | config: Add new option to open an editor.Felipe Contreras2009-02-082-1/+18
* | | | | | Merge branch 'js/send-email'Junio C Hamano2009-03-053-151/+479
|\ \ \ \ \ \
| * | | | | | send-email: add --confirm option and configuration settingJay Soffian2009-03-023-39/+174
| * | | | | | send-email: don't create temporary compose file until it is neededJay Soffian2009-02-231-9/+11
| * | | | | | send-email: --suppress-cc improvementsJay Soffian2009-02-143-36/+169