summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/test-ctype'Junio C Hamano2011-10-121-58/+22
|\
| * test-ctype: add test for is_pathspec_magicrs/test-ctypeRené Scharfe2011-10-031-0/+1
| * test-ctype: macrofyRené Scharfe2011-10-031-58/+21
* | Merge branch 'rs/name-rev-usage'Junio C Hamano2011-10-121-1/+3
|\ \
| * | name-rev: split usage stringrs/name-rev-usageRené Scharfe2011-10-031-1/+3
* | | Merge branch 'cs/perl-config-path-send-email'Junio C Hamano2011-10-122-1/+41
|\ \ \
| * | | use new Git::config_path() for aliasesfilecs/perl-config-path-send-emailCord Seele2011-09-301-1/+9
| * | | Add Git::config_path()Cord Seele2011-09-301-0/+32
* | | | Merge branch 'zj/send-email-authen-sasl'Junio C Hamano2011-10-121-0/+6
|\ \ \ \
| * | | | send-email: auth plain/login fixzj/send-email-authen-saslZbigniew Jędrzejewski-Szmek2011-09-291-0/+6
| | |/ / | |/| |
* | | | t5403: convert leading spaces to tabsNguyễn Thái Ngọc Duy2011-10-121-23/+23
* | | | Update draft release notes to 1.7.8Junio C Hamano2011-10-101-6/+44
* | | | Merge branch 'dm/tree-walk'Junio C Hamano2011-10-101-4/+4
|\ \ \ \
| * | | | tree-walk: micro-optimization in tree_entry_interestingdm/tree-walkDan McGee2011-09-281-2/+2
| * | | | tree-walk: drop unused parameter from match_dir_prefixDan McGee2011-09-281-2/+2
* | | | | Merge branch 'ps/gitweb-js-with-lineno'Junio C Hamano2011-10-101-4/+4
|\ \ \ \ \
| * | | | | gitweb: Fix links to lines in blobs when javascript-actions are enabledPeter Stuge2011-09-271-4/+4
* | | | | | Merge branch 'mh/maint-notes-merge-pathbuf-fix'Junio C Hamano2011-10-101-1/+2
|\ \ \ \ \ \
| * | | | | | notes_merge_commit(): do not pass temporary buffer to other functionMichael Haggerty2011-09-271-1/+2
* | | | | | | Merge branch 'nd/sparse-doc'Junio C Hamano2011-10-101-2/+2
|\ \ \ \ \ \ \
| * | | | | | | git-read-tree.txt: update sparse checkout examplesNguyễn Thái Ngọc Duy2011-09-261-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'jp/get-ref-dir-unsorted'Junio C Hamano2011-10-102-201/+154
|\ \ \ \ \ \ \
| * | | | | | | refs.c: free duplicate entries in the ref array instead of leaking themBrandon Casey2011-10-101-0/+1
| * | | | | | | refs.c: abort ref search if ref array is emptyBrandon Casey2011-10-101-0/+3
| * | | | | | | refs.c: ensure struct whose member may be passed to realloc is initializedBrandon Casey2011-10-101-0/+1
| * | | | | | | refs: Use binary search to lookup refs fasterJulian Phillips2011-09-301-193/+152
| * | | | | | | Don't sort ref_list too earlyJulian Phillips2011-09-261-1/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'mh/check-ref-format-3'Junio C Hamano2011-10-1024-225/+426
|\ \ \ \ \ \ \
| * | | | | | | add_ref(): verify that the refname is formatted correctlyMichael Haggerty2011-10-052-5/+19
| * | | | | | | resolve_ref(): expand documentationMichael Haggerty2011-10-052-13/+33
| * | | | | | | resolve_ref(): also treat a too-long SHA1 as invalidMichael Haggerty2011-10-051-1/+2
| * | | | | | | resolve_ref(): emit warnings for improperly-formatted referencesMichael Haggerty2011-10-051-2/+4
| * | | | | | | resolve_ref(): verify that the input refname has the right formatMichael Haggerty2011-10-051-0/+3
| * | | | | | | remote: avoid passing NULL to read_ref()Michael Haggerty2011-10-051-2/+4
| * | | | | | | remote: use xstrdup() instead of strdup()Michael Haggerty2011-10-052-3/+3
| * | | | | | | resolve_ref(): do not follow incorrectly-formatted symbolic refsMichael Haggerty2011-10-051-0/+5
| * | | | | | | resolve_ref(): extract a function get_packed_ref()Michael Haggerty2011-10-051-13/+34
| * | | | | | | resolve_ref(): turn buffer into a proper string as soon as possibleMichael Haggerty2011-10-051-10/+10
| * | | | | | | resolve_ref(): only follow a symlink that contains a valid, normalized refnameMichael Haggerty2011-10-051-1/+2
| * | | | | | | resolve_ref(): use prefixcmp()Michael Haggerty2011-10-051-2/+2
| * | | | | | | resolve_ref(): explicitly fail if a symlink is not readableMichael Haggerty2011-10-051-0/+2
| * | | | | | | Change check_refname_format() to reject unnormalized refnamesMichael Haggerty2011-10-055-28/+49
| * | | | | | | Inline function refname_format_print()Michael Haggerty2011-10-051-9/+7
| * | | | | | | Make collapse_slashes() allocate memory for its resultMichael Haggerty2011-10-051-9/+10
| * | | | | | | Do not allow ".lock" at the end of any refname componentMichael Haggerty2011-10-053-9/+7
| * | | | | | | Refactor check_refname_format()Michael Haggerty2011-10-051-40/+55
| * | | | | | | Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-0520-126/+69
| * | | | | | | Change bad_ref_char() to return a boolean valueMichael Haggerty2011-10-051-9/+6
| * | | | | | | git check-ref-format: add options --allow-onelevel and --refspec-patternMichael Haggerty2011-10-053-21/+152
| * | | | | | | t1402: add some more testsMichael Haggerty2011-10-051-0/+9