Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change check_refname_format() to reject unnormalized refnames | Michael Haggerty | 2011-10-05 | 5 | -28/+49 |
* | Inline function refname_format_print() | Michael Haggerty | 2011-10-05 | 1 | -9/+7 |
* | Make collapse_slashes() allocate memory for its result | Michael Haggerty | 2011-10-05 | 1 | -9/+10 |
* | Do not allow ".lock" at the end of any refname component | Michael Haggerty | 2011-10-05 | 3 | -9/+7 |
* | Refactor check_refname_format() | Michael Haggerty | 2011-10-05 | 1 | -40/+55 |
* | Change check_ref_format() to take a flags argument | Michael Haggerty | 2011-10-05 | 20 | -126/+69 |
* | Change bad_ref_char() to return a boolean value | Michael Haggerty | 2011-10-05 | 1 | -9/+6 |
* | git check-ref-format: add options --allow-onelevel and --refspec-pattern | Michael Haggerty | 2011-10-05 | 3 | -21/+152 |
* | t1402: add some more tests | Michael Haggerty | 2011-10-05 | 1 | -0/+9 |
* | get_sha1_hex(): do not read past a NUL character | Michael Haggerty | 2011-10-05 | 2 | -1/+18 |
* | RelNotes/1.7.7: minor fixes | Michael J Gruber | 2011-09-07 | 1 | -26/+26 |
* | Minor update to how-to maintain git | Junio C Hamano | 2011-09-07 | 1 | -7/+6 |
* | Update draft release notes to 1.7.7 | Junio C Hamano | 2011-09-06 | 1 | -1/+6 |
* | Merge branch 'rc/histogram-diff' | Junio C Hamano | 2011-09-06 | 1 | -0/+2 |
|\ | |||||
| * | xdiff/xprepare: initialise xdlclassifier_t cf in xdl_prepare_env() | Tay Ray Chuan | 2011-08-31 | 1 | -0/+2 |
* | | Merge branch 'cb/maint-ls-files-error-report' | Junio C Hamano | 2011-09-06 | 1 | -10/+12 |
|\ \ | |||||
| * | | t3005: do not assume a particular order of stdout and stderr of git-ls-files | Johannes Sixt | 2011-08-28 | 1 | -10/+12 |
* | | | Merge branch 'mh/check-ref-format-print-normalize' | Junio C Hamano | 2011-09-06 | 3 | -4/+13 |
|\ \ \ | |||||
| * | | | Forbid DEL characters in reference names | Michael Haggerty | 2011-08-27 | 2 | -1/+4 |
| * | | | check-ref-format --print: Normalize refnames that start with slashes | Michael Haggerty | 2011-08-25 | 2 | -3/+9 |
* | | | | Sync with 1.7.6.2 | Junio C Hamano | 2011-09-06 | 8 | -41/+21 |
|\ \ \ \ | |||||
| * | | | | Git 1.7.6.2v1.7.6.2 | Junio C Hamano | 2011-09-06 | 4 | -4/+13 |
| * | | | | Revert "Merge branch 'cb/maint-quiet-push' into maint" | Junio C Hamano | 2011-09-06 | 6 | -39/+10 |
* | | | | | Update draft release notes to 1.7.7 | Junio C Hamano | 2011-09-02 | 1 | -2/+10 |
* | | | | | Merge branch 'js/i18n-scripts-2' | Junio C Hamano | 2011-09-02 | 1 | -35/+14 |
|\ \ \ \ \ | |||||
| * | | | | | bisect: take advantage of gettextln, eval_gettextln. | Jon Seymour | 2011-08-30 | 1 | -35/+14 |
* | | | | | | Merge branch 'tr/maint-t3903-misquoted-command' | Junio C Hamano | 2011-09-02 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t3903: fix misquoted rev-parse invocation | Thomas Rast | 2011-08-30 | 1 | -1/+1 |
* | | | | | | | Merge branch 'bc/bisect-test-use-shell-path' | Junio C Hamano | 2011-09-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare sh | Brandon Casey | 2011-08-30 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'va/p4-branch-import-test-update' | Junio C Hamano | 2011-09-02 | 1 | -11/+8 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git-p4: simple branch tests edits | Pete Wyckoff | 2011-08-29 | 1 | -11/+8 |
* | | | | | | | | | Merge branch 'tr/maint-strbuf-grow-nul-termination' | Junio C Hamano | 2011-09-02 | 1 | -4/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | strbuf_grow(): maintain nul-termination even for new buffer | Thomas Rast | 2011-08-29 | 1 | -4/+5 |
* | | | | | | | | | | Merge branch 'tr/maint-ident-to-git-memmove' | Junio C Hamano | 2011-09-02 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Use memmove in ident_to_git | Thomas Rast | 2011-08-29 | 1 | -2/+2 |
* | | | | | | | | | | | Merge branch 'tr/maint-format-patch-empty-output' | Junio C Hamano | 2011-09-02 | 2 | -4/+28 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Document negated forms of format-patch --to --cc --add-headers | Thomas Rast | 2011-08-29 | 1 | -1/+8 |
| * | | | | | | | | | | | t4014: "no-add-headers" is actually called "no-add-header" | Thomas Rast | 2011-08-29 | 1 | -2/+2 |
| * | | | | | | | | | | | t4014: invoke format-patch with --stdout where intended | Thomas Rast | 2011-08-29 | 1 | -2/+2 |
| * | | | | | | | | | | | t4014: check for empty files from git format-patch --stdout | Thomas Rast | 2011-08-29 | 1 | -2/+19 |
* | | | | | | | | | | | | Merge branch 'gb/maint-am-stgit-author-to-from-fix' | Junio C Hamano | 2011-09-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | am: fix stgit patch mangling | Giuseppe Bilotta | 2011-08-29 | 1 | -1/+1 |
* | | | | | | | | | | | | | Merge branch 'gb/maint-am-patch-format-error-message' | Junio C Hamano | 2011-09-02 | 2 | -1/+15 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | am: format is in $patch_format, not parse_patch | Giuseppe Bilotta | 2011-08-29 | 1 | -1/+2 |
* | | | | | | | | | | | | | | Merge branch 'ms/daemon-timeout-is-in-seconds' | Junio C Hamano | 2011-09-02 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | git-daemon.txt: specify --timeout in seconds | Michael Stapelberg | 2011-08-28 | 1 | -5/+5 |
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge branch 'bg/t5540-osx-grep' | Junio C Hamano | 2011-09-02 | 1 | -2/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | t5540-http-test: shorten grep pattern | Brian Gernhardt | 2011-08-28 | 1 | -2/+6 |
* | | | | | | | | | | | | | | | Merge branch 'jc/clean-exclude-doc' | Junio C Hamano | 2011-09-02 | 2 | -6/+9 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |