summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* resolve_ref(): report breakage to the caller without warningJunio C Hamano2011-10-191-7/+11
* resolve_ref(): expose REF_ISBROKEN flagJunio C Hamano2011-10-192-9/+9
* refs.c: move dwim_ref()/dwim_log() from sha1_name.cJunio C Hamano2011-10-122-85/+85
* 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
* get_sha1_hex(): do not read past a NUL characterMichael Haggerty2011-10-052-1/+18
* RelNotes/1.7.7: minor fixesMichael J Gruber2011-09-071-26/+26
* Minor update to how-to maintain gitJunio C Hamano2011-09-071-7/+6
* Update draft release notes to 1.7.7Junio C Hamano2011-09-061-1/+6
* Merge branch 'rc/histogram-diff'Junio C Hamano2011-09-061-0/+2
|\
| * xdiff/xprepare: initialise xdlclassifier_t cf in xdl_prepare_env()Tay Ray Chuan2011-08-311-0/+2
* | Merge branch 'cb/maint-ls-files-error-report'Junio C Hamano2011-09-061-10/+12
|\ \
| * | t3005: do not assume a particular order of stdout and stderr of git-ls-filesJohannes Sixt2011-08-281-10/+12
* | | Merge branch 'mh/check-ref-format-print-normalize'Junio C Hamano2011-09-063-4/+13
|\ \ \
| * | | Forbid DEL characters in reference namesMichael Haggerty2011-08-272-1/+4
| * | | check-ref-format --print: Normalize refnames that start with slashesMichael Haggerty2011-08-252-3/+9
* | | | Sync with 1.7.6.2Junio C Hamano2011-09-068-41/+21
|\ \ \ \
| * | | | Git 1.7.6.2v1.7.6.2Junio C Hamano2011-09-064-4/+13
| * | | | Revert "Merge branch 'cb/maint-quiet-push' into maint"Junio C Hamano2011-09-066-39/+10
* | | | | Update draft release notes to 1.7.7Junio C Hamano2011-09-021-2/+10
* | | | | Merge branch 'js/i18n-scripts-2'Junio C Hamano2011-09-021-35/+14
|\ \ \ \ \
| * | | | | bisect: take advantage of gettextln, eval_gettextln.Jon Seymour2011-08-301-35/+14
* | | | | | Merge branch 'tr/maint-t3903-misquoted-command'Junio C Hamano2011-09-021-1/+1
|\ \ \ \ \ \
| * | | | | | t3903: fix misquoted rev-parse invocationThomas Rast2011-08-301-1/+1
* | | | | | | Merge branch 'bc/bisect-test-use-shell-path'Junio C Hamano2011-09-021-1/+1
|\ \ \ \ \ \ \
| * | | | | | | t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare shBrandon Casey2011-08-301-1/+1
* | | | | | | | Merge branch 'va/p4-branch-import-test-update'Junio C Hamano2011-09-021-11/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | git-p4: simple branch tests editsPete Wyckoff2011-08-291-11/+8
* | | | | | | | | Merge branch 'tr/maint-strbuf-grow-nul-termination'Junio C Hamano2011-09-021-4/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | strbuf_grow(): maintain nul-termination even for new bufferThomas Rast2011-08-291-4/+5